summaryrefslogtreecommitdiffstats
path: root/mainwindow.ui
diff options
context:
space:
mode:
authorAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-07-30 23:54:58 +0200
committerAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-07-30 23:54:58 +0200
commitd1eb618e880c96d8f240f554a13ce9d3c1336f1f (patch)
treee4d9c68cb3aee4a09d81991a380d773b951cc154 /mainwindow.ui
parenteb269c1a756d47f9b1fab74b4b15bfa22d5416d3 (diff)
layout
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui42
1 files changed, 32 insertions, 10 deletions
diff --git a/mainwindow.ui b/mainwindow.ui
index a2fc0bbf..1546fd8e 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -14,16 +14,14 @@
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
- <widget class="QTreeView" name="treeView">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>30</y>
- <width>256</width>
- <height>192</height>
- </rect>
- </property>
- </widget>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QTreeView" name="treeView"/>
+ </item>
+ <item>
+ <widget class="QTextBrowser" name="textBrowser"/>
+ </item>
+ </layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
@@ -34,6 +32,20 @@
<height>22</height>
</rect>
</property>
+ <widget class="QMenu" name="menuTest">
+ <property name="title">
+ <string>Test</string>
+ </property>
+ <addaction name="actionStuff"/>
+ </widget>
+ <widget class="QMenu" name="menuAbout">
+ <property name="title">
+ <string>About</string>
+ </property>
+ <addaction name="actionQtpass"/>
+ </widget>
+ <addaction name="menuTest"/>
+ <addaction name="menuAbout"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
@@ -44,6 +56,16 @@
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
+ <action name="actionStuff">
+ <property name="text">
+ <string>Stuff</string>
+ </property>
+ </action>
+ <action name="actionQtpass">
+ <property name="text">
+ <string>qtpass</string>
+ </property>
+ </action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>