DtkWidget
DTK Widget module
|
Public 成员函数 | |
DCollapseWidget (DTitlebarSettingsImpl *settings, QWidget *parent=nullptr) | |
void | removeAll () |
void | reloadWidgets () |
void | removePlaceHolder () |
virtual void | addWidget (const QString &key, int index) |
void | removeWidget (int index) |
Protected 成员函数 | |
void | resizeEvent (QResizeEvent *event) Q_DECL_OVERRIDE |
void | collapse () |
void | expand () |
void | updateMinimumValue () |
void | initExpandButton () |
Protected 属性 | |
DTitlebarSettingsImpl * | m_settingsImpl = nullptr |
QHBoxLayout * | m_mainHLayout |
QVector< QPair< QString, QWidget * > > | m_viewsInMenu |
DIconButton * | m_expandButton = nullptr |
QPointer< QWidget > | m_placeHolder = nullptr |