|
| SwitchWidget (const QString &title, QWidget *parent=nullptr) |
|
| SwitchWidget (QWidget *parent=nullptr, QWidget *widget=nullptr) |
|
void | setChecked (const bool checked=true) |
|
QString | title () const |
|
void | setTitle (const QString &title) |
|
bool | checked () const |
|
void | setLeftWidget (QWidget *widget) |
|
QWidget * | leftWidget () const |
|
QHBoxLayout * | getMainLayout () |
|
DTK_WIDGET_NAMESPACE::DSwitchButton * | switchButton () const |
|
| SettingsItem (QWidget *parent=nullptr) |
|
bool | isErr () const |
|
virtual void | setIsErr (const bool err=true) |
|
void | addBackground () |
|
void | removeBackground () |
|
bool | clickable () const |
|
void | setClickable (const bool clickable) |
|