![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| WidgetBoxCategoryEntry ()=default | |
| WidgetBoxCategoryEntry (const QDesignerWidgetBoxInterface::Widget &widget, const QString &filter, const QIcon &icon, bool editable) | |
| WidgetBoxCategoryEntry ()=default | |
| WidgetBoxCategoryEntry (const QDesignerWidgetBoxInterface::Widget &widget, const QString &filter, const QIcon &icon, bool editable) | |
Public Attributes | |
| QDesignerWidgetBoxInterface::Widget | widget |
| QString | toolTip |
| QString | whatsThis |
| QString | filter |
| QIcon | icon |
| bool | editable {false} |
Definition at line 55 of file widgetboxcategorylistview.cpp.
|
default |
|
explicit |
Definition at line 70 of file widgetboxcategorylistview.cpp.
References WidgetBoxCategoryEntry(), and editable.
Referenced by WidgetBoxCategoryEntry().
|
default |
|
explicit |
| bool qdesigner_internal::WidgetBoxCategoryEntry::editable {false} |
Definition at line 67 of file widgetboxcategorylistview.cpp.
Referenced by WidgetBoxCategoryEntry().
| QString qdesigner_internal::WidgetBoxCategoryEntry::filter |
Definition at line 65 of file widgetboxcategorylistview.cpp.
| QIcon qdesigner_internal::WidgetBoxCategoryEntry::icon |
Definition at line 66 of file widgetboxcategorylistview.cpp.
| QString qdesigner_internal::WidgetBoxCategoryEntry::toolTip |
Definition at line 63 of file widgetboxcategorylistview.cpp.
| QString qdesigner_internal::WidgetBoxCategoryEntry::whatsThis |
Definition at line 64 of file widgetboxcategorylistview.cpp.
| QDesignerWidgetBoxInterface::Widget qdesigner_internal::WidgetBoxCategoryEntry::widget |
Definition at line 62 of file widgetboxcategorylistview.cpp.