prepare for packaging
[retroconv] / GUI / main.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>400</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <widget class="QWidget" name="verticalLayoutWidget">
18     <property name="geometry">
19      <rect>
20       <x>0</x>
21       <y>0</y>
22       <width>801</width>
23       <height>371</height>
24      </rect>
25     </property>
26     <layout class="QVBoxLayout" name="verticalLayout">
27      <item>
28       <widget class="QPushButton" name="inbox_button">
29        <property name="text">
30         <string>Inbox</string>
31        </property>
32       </widget>
33      </item>
34      <item>
35       <widget class="QPushButton" name="sent_button">
36        <property name="text">
37         <string>Sent</string>
38        </property>
39       </widget>
40      </item>
41      <item>
42       <spacer name="verticalSpacer">
43        <property name="orientation">
44         <enum>Qt::Vertical</enum>
45        </property>
46        <property name="sizeHint" stdset="0">
47         <size>
48          <width>20</width>
49          <height>40</height>
50         </size>
51        </property>
52       </spacer>
53      </item>
54     </layout>
55    </widget>
56   </widget>
57   <widget class="QMenuBar" name="menubar">
58    <property name="geometry">
59     <rect>
60      <x>0</x>
61      <y>0</y>
62      <width>800</width>
63      <height>25</height>
64     </rect>
65    </property>
66    <widget class="QMenu" name="menuImport">
67     <property name="title">
68      <string>Import</string>
69     </property>
70     <addaction name="actionImport"/>
71     <addaction name="actionImport_Sent"/>
72    </widget>
73    <addaction name="menuImport"/>
74   </widget>
75   <widget class="QStatusBar" name="statusbar"/>
76   <action name="actionImport">
77    <property name="text">
78     <string>Import Inbox</string>
79    </property>
80    <property name="visible">
81     <bool>true</bool>
82    </property>
83   </action>
84   <action name="actionImport_Sent">
85    <property name="text">
86     <string>Import Sent</string>
87    </property>
88   </action>
89  </widget>
90  <resources/>
91  <connections/>
92 </ui>