|
| SettingsGroup (QObject *parent=nullptr) |
|
QString | key () const |
|
void | setKey (const QString &key) |
|
QString | name () const |
|
void | setName (QString name) |
|
int | level () const |
|
void | setLevel (int level) |
|
bool | visible () const |
|
void | setVisible (bool visible) |
|
QQmlListProperty< DTK_QUICK_NAMESPACE::SettingsOption > | options () |
|
QQmlListProperty< DTK_QUICK_NAMESPACE::SettingsGroup > | children () |
|
QQmlComponent * | background () const |
|
void | setBackground (QQmlComponent *background) |
|
void | setConfig (DConfigWrapper *config) |
|
SettingsGroup * | parentGroup () const |
|
void | setParentGroup (SettingsGroup *parentGroup) |
|
int | index () const |
|
void | setIndex (const int index) |
|