diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 15:57:52 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 15:57:52 -0400 |
| commit | fab357ef4d1b65e2737fa2db93a42ede38653a59 (patch) | |
| tree | 0221663d6c8cf73d21098a6f65b409c129eb3e56 /src/mainwindow.h | |
| parent | 41ef9813dd7b3b7587afe8dfe3a16f2711200edb (diff) | |
toolbar size and button style are now configurable and remembered
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 8e50fa2e..fa5912b8 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -211,6 +211,9 @@ private: void createEndorseMenu(); void updateToolBar(); + void setToolbarSize(const QSize& s); + void setToolbarButtonStyle(Qt::ToolButtonStyle s); + QMenu* createPopupMenu() override; void activateSelectedProfile(); void setExecutableIndex(int index); |
