99c816f1f75c581c887aa6c0e3d093506e989abd
[easylist] / src / mainform.ui
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <ui version="4.0">\r
3  <class>MainForm</class>\r
4  <widget class="QMainWindow" name="MainForm">\r
5   <property name="geometry">\r
6    <rect>\r
7     <x>0</x>\r
8     <y>0</y>\r
9     <width>800</width>\r
10     <height>480</height>\r
11    </rect>\r
12   </property>\r
13   <property name="windowTitle">\r
14    <string>EasyList - by Willem Liu</string>\r
15   </property>\r
16   <widget class="QWidget" name="centralwidget">\r
17    <layout class="QGridLayout" name="gridLayout">\r
18     <property name="margin">\r
19      <number>0</number>\r
20     </property>\r
21     <property name="spacing">\r
22      <number>0</number>\r
23     </property>\r
24     <item row="0" column="0">\r
25      <widget class="QStackedWidget" name="stackedWidget">\r
26       <property name="currentIndex">\r
27        <number>-1</number>\r
28       </property>\r
29      </widget>\r
30     </item>\r
31    </layout>\r
32   </widget>\r
33   <widget class="QMenuBar" name="menubar">\r
34    <property name="geometry">\r
35     <rect>\r
36      <x>0</x>\r
37      <y>0</y>\r
38      <width>800</width>\r
39      <height>21</height>\r
40     </rect>\r
41    </property>\r
42    <widget class="QMenu" name="menuRotate">\r
43     <property name="title">\r
44      <string>Rotate</string>\r
45     </property>\r
46     <addaction name="actionRotate"/>\r
47    </widget>\r
48    <widget class="QMenu" name="menuAbout">\r
49     <property name="title">\r
50      <string>About</string>\r
51     </property>\r
52     <addaction name="actionAbout"/>\r
53    </widget>\r
54    <widget class="QMenu" name="menuChecked_bottom">\r
55     <property name="title">\r
56      <string>Checked bottom</string>\r
57     </property>\r
58     <addaction name="actionChecked_bottom"/>\r
59    </widget>\r
60    <addaction name="menuRotate"/>\r
61    <addaction name="menuAbout"/>\r
62    <addaction name="menuChecked_bottom"/>\r
63   </widget>\r
64   <action name="actionRotate">\r
65    <property name="text">\r
66     <string>Rotate</string>\r
67    </property>\r
68   </action>\r
69   <action name="actionAbout">\r
70    <property name="text">\r
71     <string>About</string>\r
72    </property>\r
73   </action>\r
74   <action name="actionChecked_bottom">\r
75    <property name="checkable">\r
76     <bool>true</bool>\r
77    </property>\r
78    <property name="text">\r
79     <string>Checked bottom</string>\r
80    </property>\r
81   </action>\r
82  </widget>\r
83  <resources/>\r
84  <connections/>\r
85 </ui>\r