Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtGroupBoxPropertyBrowserPrivate::WidgetItem Struct Reference
+ Collaboration diagram for QtGroupBoxPropertyBrowserPrivate::WidgetItem:

Public Attributes

QWidgetwidget {nullptr}
 
QLabellabel {nullptr}
 
QLabelwidgetLabel {nullptr}
 
QGroupBoxgroupBox {nullptr}
 
QGridLayoutlayout {nullptr}
 
QFrameline {nullptr}
 
WidgetItemparent {nullptr}
 
QList< WidgetItem * > children
 

Detailed Description

Definition at line 30 of file qtgroupboxpropertybrowser.cpp.

Member Data Documentation

◆ children

QList< WidgetItem * > QtGroupBoxPropertyBrowserPrivate::WidgetItem::children

Definition at line 39 of file qtgroupboxpropertybrowser.cpp.

◆ groupBox

QGroupBox * QtGroupBoxPropertyBrowserPrivate::WidgetItem::groupBox {nullptr}

Definition at line 35 of file qtgroupboxpropertybrowser.cpp.

◆ label

QLabel * QtGroupBoxPropertyBrowserPrivate::WidgetItem::label {nullptr}

Definition at line 33 of file qtgroupboxpropertybrowser.cpp.

◆ layout

QGridLayout * QtGroupBoxPropertyBrowserPrivate::WidgetItem::layout {nullptr}

Definition at line 36 of file qtgroupboxpropertybrowser.cpp.

◆ line

QFrame * QtGroupBoxPropertyBrowserPrivate::WidgetItem::line {nullptr}

Definition at line 37 of file qtgroupboxpropertybrowser.cpp.

◆ parent

WidgetItem * QtGroupBoxPropertyBrowserPrivate::WidgetItem::parent {nullptr}

◆ widget

QWidget * QtGroupBoxPropertyBrowserPrivate::WidgetItem::widget {nullptr}

Definition at line 32 of file qtgroupboxpropertybrowser.cpp.

◆ widgetLabel

QLabel * QtGroupBoxPropertyBrowserPrivate::WidgetItem::widgetLabel {nullptr}

Definition at line 34 of file qtgroupboxpropertybrowser.cpp.


The documentation for this struct was generated from the following file: