Added include for QTimer in header file.
[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    <widget class="QMenu" name="menuKeep_backlight_on">
91     <property name="title">
92      <string>Keep backlight on</string>
93     </property>
94     <addaction name="actionKeep_backlight_on"/>
95    </widget>
96    <addaction name="menuList"/>
97    <addaction name="menuAuto_Orientation"/>
98    <addaction name="menuSort_A_Z"/>
99    <addaction name="menuChecked_bottom"/>
100    <addaction name="menuKeep_backlight_on"/>
101    <addaction name="menuRotate"/>
102    <addaction name="menuSync"/>
103    <addaction name="menuSettings"/>
104    <addaction name="menuAbout"/>
105   </widget>
106   <action name="actionRotate">
107    <property name="text">
108     <string>Rotate</string>
109    </property>
110   </action>
111   <action name="actionAbout">
112    <property name="text">
113     <string>About</string>
114    </property>
115   </action>
116   <action name="actionChecked_bottom">
117    <property name="checkable">
118     <bool>true</bool>
119    </property>
120    <property name="text">
121     <string>Checked to bottom</string>
122    </property>
123   </action>
124   <action name="actionAuto_Orientation">
125    <property name="checkable">
126     <bool>true</bool>
127    </property>
128    <property name="text">
129     <string>Auto Orientation</string>
130    </property>
131   </action>
132   <action name="actionSort_A_Z">
133    <property name="checkable">
134     <bool>true</bool>
135    </property>
136    <property name="text">
137     <string>Sort A-Z</string>
138    </property>
139   </action>
140   <action name="actionLists">
141    <property name="text">
142     <string>Lists...</string>
143    </property>
144   </action>
145   <action name="actionSync">
146    <property name="text">
147     <string>Sync</string>
148    </property>
149   </action>
150   <action name="actionSetting">
151    <property name="text">
152     <string>Settings</string>
153    </property>
154   </action>
155   <action name="actionKeep_backlight_on">
156    <property name="checkable">
157     <bool>true</bool>
158    </property>
159    <property name="text">
160     <string>Keep backlight on</string>
161    </property>
162    <property name="toolTip">
163     <string>Keep backlight on</string>
164    </property>
165   </action>
166  </widget>
167  <resources/>
168  <connections/>
169 </ui>