dde-control-center
Deepin Control Center
|
信号 | |
void | onIndexChanged (int index) |
void | onSelectChanged (const QString &selected) |
void | dataChanged (const QVariant &data) |
void | clicked () |
![]() | |
void | clicked (QWidget *widget) |
Public 成员函数 | |
ComboxWidget (QFrame *parent=nullptr) | |
ComboxWidget (const QString &title, QFrame *parent=nullptr) | |
ComboxWidget (QWidget *widget, QFrame *parent=nullptr) | |
void | setComboxOption (const QStringList &options) |
void | setCurrentText (const QString &curText) |
void | setCurrentIndex (const int index) |
void | setTitle (const QString &title) |
AlertComboBox * | comboBox () |
![]() | |
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) |
Protected 成员函数 | |
void | mouseReleaseEvent (QMouseEvent *event) override |
void | resizeEvent (QResizeEvent *event) override |
![]() | |
void | resizeEvent (QResizeEvent *event) override |
void | paintEvent (QPaintEvent *event) override |
void | enterEvent (QEvent *event) override |
void | leaveEvent (QEvent *event) override |
void | mousePressEvent (QMouseEvent *event) override |
额外继承的成员函数 | |
![]() | |
bool | isErr |