DtkWidget
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) |
设置左侧内容控件 | |
void | setRightContent (QWidget *content) |
设置右侧内容控件 | |
QBoxLayout * | leftLayout () |
获取左侧 QBoxLayout | |
QBoxLayout * | rightLayout () |
获取右侧 QBoxLayout | |
void | setLeftMargin (int margin) |
设置左侧外边距 | |
void | setRightMargin (int margin) |
设置右侧外边距 | |
int | leftMargin () const |
获取左侧外边距 | |
int | rightMargin () const |
右侧外侧外边距 | |
Protected 成员函数 | |
void | mousePressEvent (QMouseEvent *) override |
void | mouseMoveEvent (QMouseEvent *event) override |
void | changeEvent (QEvent *e) override |