|
| SettingsGroup (QFrame *parent=nullptr, BackgroundStyle bgStyle=ItemBackground) |
|
| SettingsGroup (const QString &title, QFrame *parent=nullptr) |
|
SettingsHeaderItem * | headerItem () const |
|
void | setHeaderVisible (const bool visible) |
|
SettingsItem * | getItem (int index) |
|
void | insertWidget (QWidget *widget) |
|
void | insertItem (const int index, SettingsItem *item) |
|
void | appendItem (SettingsItem *item) |
|
void | appendItem (SettingsItem *item, BackgroundStyle bgStyle) |
|
void | removeItem (SettingsItem *item) |
|
void | moveItem (SettingsItem *item, const int index) |
|
void | setSpacing (const int spacing) |
|
int | itemCount () const |
|
void | clear () |
|
QVBoxLayout * | getLayout () const |
|
void | setBackgroundStyle (BackgroundStyle bgStyle) |
|
BackgroundStyle | backgroundStyle () const |
|