aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-16 12:49:09 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-16 12:49:09 +0100
commitc8854d193231736e9c609bc2f6eb169cf83579af (patch)
treef51e379204b8cb6c3242930938d71b375d7b4fd8 /src/mainwindow.ui
parentWebView pageMenu implementation (diff)
downloadsmolbote-c8854d193231736e9c609bc2f6eb169cf83579af.tar.xz
Moved MainWindow toolbars to mainwindow.ui
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 13c5f8f..12a3a6c 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -28,6 +28,34 @@
</size>
</property>
</widget>
+ <widget class="QToolBar" name="mainToolBar">
+ <property name="windowTitle">
+ <string>Main</string>
+ </property>
+ <property name="allowedAreas">
+ <set>Qt::TopToolBarArea</set>
+ </property>
+ <attribute name="toolBarArea">
+ <enum>TopToolBarArea</enum>
+ </attribute>
+ <attribute name="toolBarBreak">
+ <bool>false</bool>
+ </attribute>
+ </widget>
+ <widget class="QToolBar" name="navigationToolBar">
+ <property name="windowTitle">
+ <string>Navigation</string>
+ </property>
+ <property name="allowedAreas">
+ <set>Qt::TopToolBarArea</set>
+ </property>
+ <attribute name="toolBarArea">
+ <enum>TopToolBarArea</enum>
+ </attribute>
+ <attribute name="toolBarBreak">
+ <bool>false</bool>
+ </attribute>
+ </widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>