mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:10:05 +00:00
Add default layout to collapsible group
This commit is contained in:
parent
106542e28a
commit
396f64f0d4
3 changed files with 9 additions and 2 deletions
|
|
@ -25,8 +25,9 @@ public:
|
|||
explicit CollapsibleGroup(const QString& title, QWidget* parent = nullptr);
|
||||
~CollapsibleGroup();
|
||||
|
||||
void SetContentsLayout(QLayout* contents);
|
||||
void SetTitle(const QString& title);
|
||||
QLayout* GetContentsLayout();
|
||||
void SetContentsLayout(QLayout* contents);
|
||||
void SetTitle(const QString& title);
|
||||
|
||||
public slots:
|
||||
void Collapse();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue