TProgressBar Class
Header: | #include <TProgressBar> |
Inherits: | QProgressBar and TUiInterface |
Public Functions
TProgressBar(QWidget *parent = 0) | |
~TProgressBar() |
- 18 public functions inherited from QProgressBar
- 213 public functions inherited from QWidget
Public Slots
virtual QVariant | getData(const QString &key = "", const QVariant &options = QVariant()) |
virtual void | setData(const QString &key, const QVariant &data) |
- 6 public slots inherited from QProgressBar
- 9 public slots inherited from TUiInterface
- 19 public slots inherited from QWidget
Signals
virtual void | notification(const QString &type, const QVariant &data = QVariant(), const QString &uuid = QStringLiteral( "" )) |
- 1 signal inherited from QProgressBar
- 1 signal inherited from TUiInterface
- 3 signals inherited from QWidget
Additional Inherited Members
- 10 properties inherited from QProgressBar
- 58 properties inherited from QWidget
- 5 static public members inherited from QWidget
- 3 protected functions inherited from QProgressBar
- 2 protected functions inherited from TUiInterface
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
Member Function Documentation
TProgressBar::TProgressBar(QWidget *parent = 0)
Default constructs an instance of TProgressBar.
TProgressBar::~TProgressBar()
Destroys the instance of TProgressBar.