TLabel Class
Header: | #include <TLabel> |
Inherits: | QLabel and TUiInterface |
Public Functions
- 29 public functions inherited from QLabel
- 14 public functions inherited from QFrame
- 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) |
- 7 public slots inherited from QLabel
- 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( "" )) |
- 2 signals inherited from QLabel
- 1 signal inherited from TUiInterface
- 3 signals inherited from QWidget
Reimplemented Protected Functions
virtual void | mouseReleaseEvent(QMouseEvent *event) |
- 11 protected functions inherited from QLabel
- 2 protected functions inherited from TUiInterface
- 4 protected functions inherited from QFrame
- 35 protected functions inherited from QWidget
Additional Inherited Members
- 12 properties inherited from QLabel
- 6 properties inherited from QFrame
- 58 properties inherited from QWidget
- 5 static public members inherited from QWidget
- 11 protected functions inherited from QLabel
- 2 protected functions inherited from TUiInterface
- 4 protected functions inherited from QFrame
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
Member Function Documentation
TLabel::TLabel(QWidget *parent = Q_NULLPTR)
Default constructs an instance of TLabel.
TLabel::~TLabel()
Destroys the instance of TLabel.