TVBoxLayout Class
Header: | #include <TVBoxLayout> |
Inherits: | QVBoxLayout and TUiInterface |
Public Functions
TVBoxLayout(QWidget *parent = 0) | |
~TVBoxLayout() |
- 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
TVBoxLayout::TVBoxLayout(QWidget *parent = 0)
Default constructs an instance of TVBoxLayout.
TVBoxLayout::~TVBoxLayout()
Destroys the instance of TVBoxLayout.