diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-24 13:04:10 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-24 13:04:10 -0400 |
| commit | 0f712305c840bc509fa8f00eebf2a2a4bbf28bfd (patch) | |
| tree | 81087d9f70c83ea43d0f1a8e706bf307e7631019 /src/expanderwidget.h | |
| parent | 2ffad7edf2946e66585a67c4ab58c0522cd8e412 (diff) | |
added settings for QTabWidget, checkable QAbstractButton and ExpanderWidget
removed directInterface() from mod info conflicts
Diffstat (limited to 'src/expanderwidget.h')
| -rw-r--r-- | src/expanderwidget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/expanderwidget.h b/src/expanderwidget.h index da3eb9d6..99b2d303 100644 --- a/src/expanderwidget.h +++ b/src/expanderwidget.h @@ -37,6 +37,11 @@ public: **/ bool opened() const; + QByteArray saveState() const; + void restoreState(const QByteArray& a); + + QToolButton* button() const; + private: QToolButton* m_button; QWidget* m_content; |
