diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-13 23:43:51 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-13 23:43:51 -0400 |
| commit | a7757e8ba6f5d10feea9e58611bde4dcb911079b (patch) | |
| tree | 94847db5dfc9dcf42846d9939a49018b0374ad34 /src/mainwindow.ui | |
| parent | ba0b2c2a29d32d290a16d88ff71475dbd61a8ffd (diff) | |
added option to hide the status bar
centralized menu visibility into a showMenuBar() function
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index bbcb734c..98743b7e 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1397,6 +1397,7 @@ p, li { white-space: pre-wrap; } </property> <addaction name="actionMainMenuToggle"/> <addaction name="actionToolBarMainToggle"/> + <addaction name="actionStatusBarToggle"/> <addaction name="separator"/> <addaction name="actionToolBarSmallIcons"/> <addaction name="actionToolBarMediumIcons"/> @@ -1732,6 +1733,14 @@ p, li { white-space: pre-wrap; } <string>&Menu</string> </property> </action> + <action name="actionStatusBarToggle"> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="text"> + <string>St&atus bar</string> + </property> + </action> </widget> <layoutdefault spacing="6" margin="11"/> <customwidgets> |
