DtkWidget 5.6.0.2
DTK Widget module
|
信号 | |
void | mousePress () |
Public 成员函数 | |
ArrowHeaderLine (QWidget *parent=nullptr) | |
void | setExpand (bool value) |
![]() | |
DHeaderLine (QWidget *parent=0) | |
void | setTitle (const QString &title) |
Set the title of the header line. 更多... | |
void | setContent (QWidget *content) |
Set the content widget of the header line. 更多... | |
QString | title () const |
Title of the header line. 更多... | |
![]() | |
DBaseLine (QWidget *parent=0) | |
void | setLeftContent (QWidget *content) |
set left content widget 更多... | |
void | setRightContent (QWidget *content) |
set right content widget 更多... | |
QBoxLayout * | leftLayout () |
get left layout 更多... | |
QBoxLayout * | rightLayout () |
get right layout 更多... | |
void | setLeftMargin (int margin) |
set left margin 更多... | |
void | setRightMargin (int margin) |
set right margin 更多... | |
int | leftMargin () const |
get left margin 更多... | |
int | rightMargin () const |
get right margin 更多... | |
Protected 成员函数 | |
void | mousePressEvent (QMouseEvent *) override |
void | mouseMoveEvent (QMouseEvent *event) override |
void | changeEvent (QEvent *e) override |