Accidentally removed shown(). Now put back.
[easylist] / mainform.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainForm</class>
4  <widget class="QMainWindow" name="MainForm">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>EasyList - by Willem Liu</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QGridLayout" name="gridLayout">
18     <property name="margin">
19      <number>0</number>
20     </property>
21     <property name="spacing">
22      <number>0</number>
23     </property>
24     <item row="0" column="0">
25      <widget class="QStackedWidget" name="stackedWidget">
26       <property name="currentIndex">
27        <number>-1</number>
28       </property>
29      </widget>
30     </item>
31    </layout>
32   </widget>
33   <widget class="QMenuBar" name="menubar">
34    <property name="geometry">
35     <rect>
36      <x>0</x>
37      <y>0</y>
38      <width>800</width>
39      <height>25</height>
40     </rect>
41    </property>
42    <widget class="QMenu" name="menuRotate">
43     <property name="title">
44      <string>Rotate</string>
45     </property>
46     <addaction name="actionRotate"/>
47    </widget>
48    <widget class="QMenu" name="menuAbout">
49     <property name="title">
50      <string>About</string>
51     </property>
52     <addaction name="actionAbout"/>
53    </widget>
54    <widget class="QMenu" name="menuChecked_bottom">
55     <property name="title">
56      <string>Checked to bottom</string>
57     </property>
58     <addaction name="actionChecked_bottom"/>
59    </widget>
60    <widget class="QMenu" name="menuAuto_Orientation">
61     <property name="title">
62      <string>Auto Orientation</string>
63     </property>
64     <addaction name="actionAuto_Orientation"/>
65    </widget>
66    <widget class="QMenu" name="menuSort_A_Z">
67     <property name="title">
68      <string>Sort A-Z</string>
69     </property>
70     <addaction name="actionSort_A_Z"/>
71    </widget>
72    <widget class="QMenu" name="menuList">
73     <property name="title">
74      <string>Lists...</string>
75     </property>
76     <addaction name="actionLists"/>
77    </widget>
78    <widget class="QMenu" name="menuSync">
79     <property name="title">
80      <string>Sync</string>
81     </property>
82     <addaction name="actionSync"/>
83    </widget>
84    <widget class="QMenu" name="menuSettings">
85     <property name="title">
86      <string>Settings</string>
87     </property>
88     <addaction name="actionSetting"/>
89    </widget>
90    <addaction name="menuList"/>
91    <addaction name="menuAuto_Orientation"/>
92    <addaction name="menuSort_A_Z"/>
93    <addaction name="menuChecked_bottom"/>
94    <addaction name="menuRotate"/>
95    <addaction name="menuSync"/>
96    <addaction name="menuSettings"/>
97    <addaction name="menuAbout"/>
98   </widget>
99   <action name="actionRotate">
100    <property name="text">
101     <string>Rotate</string>
102    </property>
103   </action>
104   <action name="actionAbout">
105    <property name="text">
106     <string>About</string>
107    </property>
108   </action>
109   <action name="actionChecked_bottom">
110    <property name="checkable">
111     <bool>true</bool>
112    </property>
113    <property name="text">
114     <string>Checked to bottom</string>
115    </property>
116   </action>
117   <action name="actionAuto_Orientation">
118    <property name="checkable">
119     <bool>true</bool>
120    </property>
121    <property name="text">
122     <string>Auto Orientation</string>
123    </property>
124   </action>
125   <action name="actionSort_A_Z">
126    <property name="checkable">
127     <bool>true</bool>
128    </property>
129    <property name="text">
130     <string>Sort A-Z</string>
131    </property>
132   </action>
133   <action name="actionLists">
134    <property name="text">
135     <string>Lists...</string>
136    </property>
137   </action>
138   <action name="actionSync">
139    <property name="text">
140     <string>Sync</string>
141    </property>
142   </action>
143   <action name="actionSetting">
144    <property name="text">
145     <string>Settings</string>
146    </property>
147   </action>
148  </widget>
149  <resources/>
150  <connections/>
151 </ui>