![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Attributes | |
| QWidget * | widget {nullptr} |
| QLabel * | label {nullptr} |
| QLabel * | widgetLabel {nullptr} |
| QGroupBox * | groupBox {nullptr} |
| QGridLayout * | layout {nullptr} |
| QFrame * | line {nullptr} |
| WidgetItem * | parent {nullptr} |
| QList< WidgetItem * > | children |
Definition at line 29 of file qtgroupboxpropertybrowser.cpp.
| QList< WidgetItem * > QtGroupBoxPropertyBrowserPrivate::WidgetItem::children |
Definition at line 38 of file qtgroupboxpropertybrowser.cpp.
| QGroupBox * QtGroupBoxPropertyBrowserPrivate::WidgetItem::groupBox {nullptr} |
Definition at line 34 of file qtgroupboxpropertybrowser.cpp.
| QLabel * QtGroupBoxPropertyBrowserPrivate::WidgetItem::label {nullptr} |
Definition at line 32 of file qtgroupboxpropertybrowser.cpp.
| QGridLayout * QtGroupBoxPropertyBrowserPrivate::WidgetItem::layout {nullptr} |
Definition at line 35 of file qtgroupboxpropertybrowser.cpp.
| QFrame * QtGroupBoxPropertyBrowserPrivate::WidgetItem::line {nullptr} |
Definition at line 36 of file qtgroupboxpropertybrowser.cpp.
| WidgetItem * QtGroupBoxPropertyBrowserPrivate::WidgetItem::parent {nullptr} |
Definition at line 37 of file qtgroupboxpropertybrowser.cpp.
Referenced by QtGroupBoxPropertyBrowserPrivate::propertyInserted(), and QtGroupBoxPropertyBrowserPrivate::propertyRemoved().
| QWidget * QtGroupBoxPropertyBrowserPrivate::WidgetItem::widget {nullptr} |
Definition at line 31 of file qtgroupboxpropertybrowser.cpp.
| QLabel * QtGroupBoxPropertyBrowserPrivate::WidgetItem::widgetLabel {nullptr} |
Definition at line 33 of file qtgroupboxpropertybrowser.cpp.