|
| DLabelExpander (QWidget *const parent=nullptr) |
|
bool | buttonIsVisible () const |
|
bool | checkBoxIsVisible () const |
|
QIcon | icon () const |
|
bool | isChecked () const |
|
bool | isExpandByDefault () const |
|
bool | isExpanded () const |
|
bool | lineIsVisible () const |
|
void | setButtonIcon (const QIcon &icon) |
|
void | setButtonVisible (bool b) |
|
void | setCheckBoxVisible (bool b) |
|
void | setChecked (bool b) |
|
void | setExpandByDefault (bool b) |
|
void | setExpanded (bool b) |
|
void | setIcon (const QIcon &icon) |
|
void | setLineVisible (bool b) |
|
void | setText (const QString &txt) |
|
void | setWidget (QWidget *const widget) |
|
QString | text () const |
|
QWidget * | widget () const |
|