THBoxLayout Class
Header: | #include <THBoxLayout> |
Inherits: | QHBoxLayout and TUiInterface |
Public Functions
THBoxLayout(QWidget *parent = 0) | |
~THBoxLayout() |
- 33 public functions inherited from QBoxLayout
- 36 public functions inherited from QLayout
- 17 public functions inherited from QLayoutItem
Public Slots
virtual QVariant | getData(const QString &key = "", const QVariant &options = QVariant()) |
virtual void | setData(const QString &key, const QVariant &data) |
- 9 public slots inherited from TUiInterface
Signals
virtual void | notification(const QString &type, const QVariant &data = QVariant(), const QString &uuid = QStringLiteral( "" )) |
- 1 signal inherited from TUiInterface
Additional Inherited Members
- 2 properties inherited from QLayout
- 1 static public member inherited from QLayout
- 2 protected functions inherited from TUiInterface
- 4 protected functions inherited from QLayout
- 1 protected type inherited from QLayoutItem
Detailed Description
Member Function Documentation
THBoxLayout::THBoxLayout(QWidget *parent = 0)
Default constructs an instance of THBoxLayout.
THBoxLayout::~THBoxLayout()
Destroys the instance of THBoxLayout.