nodeguy/docs/api/QProgressBar.md
2019-08-03 00:05:11 +02:00

993 B

Class: QProgressBar

Create and control progress bar widgets.

This class is a JS wrapper around Qt's QProgressBar class

A QProgressBar provides ability to add and manipulate native progress bar widgets.

QProgressBar inherits from NodeWidget

Example

const { QProgressBar } = require("@nodegui/nodegui");

const progressBar = new QProgressBar();

new QProgressBar(parent?)

  • parent NodeWidget (optional). Any widget inheriting from NodeWidget can be passed as a parent. This will make this widget, the child of the parent widget.

Static Methods

QProgressBar can access all the static methods defined in NodeWidget

Instance Properties

QProgressBar can access all the instance properties defined in NodeWidget

Instance Methods

QProgressBar can access all the instance methods defined in NodeWidget