mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:10:05 +00:00
Update collapsible group interface for signals/slots
This commit is contained in:
parent
1e4e2ba1b4
commit
b0375c4790
2 changed files with 15 additions and 21 deletions
|
|
@ -30,8 +30,10 @@ public:
|
|||
void SetTitle(const QString& title);
|
||||
|
||||
public slots:
|
||||
void Collapse();
|
||||
void Expand();
|
||||
void SetExpanded(bool expanded);
|
||||
|
||||
signals:
|
||||
void StateChanged(bool expanded);
|
||||
|
||||
private:
|
||||
friend class CollapsibleGroupImpl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue