![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
The Category class specifies a category in \QD's widget box component. More...
#include <abstractwidgetbox.h>
Public Types | |
| enum | Type { Default , Scratchpad } |
| \value Default \value Scratchpad More... | |
Public Member Functions | |
| Category (const QString &aname=QString(), Type atype=Default) | |
| QString | name () const |
| void | setName (const QString &aname) |
| int | widgetCount () const |
| Widget | widget (int idx) const |
| void | removeWidget (int idx) |
| void | addWidget (const Widget &awidget) |
| Type | type () const |
| void | setType (Type atype) |
| bool | isNull () const |
The Category class specifies a category in \QD's widget box component.
Definition at line 52 of file abstractwidgetbox.h.
\value Default \value Scratchpad
| Enumerator | |
|---|---|
| Default | |
| Scratchpad | |
Definition at line 55 of file abstractwidgetbox.h.
|
inline |
Definition at line 57 of file abstractwidgetbox.h.
Definition at line 65 of file abstractwidgetbox.h.
|
inline |
Definition at line 69 of file abstractwidgetbox.h.
|
inline |
Definition at line 60 of file abstractwidgetbox.h.
|
inline |
Definition at line 64 of file abstractwidgetbox.h.
Definition at line 61 of file abstractwidgetbox.h.
Definition at line 67 of file abstractwidgetbox.h.
|
inline |
Definition at line 66 of file abstractwidgetbox.h.
|
inline |
Definition at line 63 of file abstractwidgetbox.h.
|
inline |
Definition at line 62 of file abstractwidgetbox.h.