summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-13 23:43:51 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-06-13 23:43:51 -0400
commita7757e8ba6f5d10feea9e58611bde4dcb911079b (patch)
tree94847db5dfc9dcf42846d9939a49018b0374ad34 /src/mainwindow.ui
parentba0b2c2a29d32d290a16d88ff71475dbd61a8ffd (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.ui9
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>&amp;Menu</string>
</property>
</action>
+ <action name="actionStatusBarToggle">
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>St&amp;atus bar</string>
+ </property>
+ </action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>