Added sync functionality
[easylist] / 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 to bottom</string>\r
57     </property>\r
58     <addaction name="actionChecked_bottom"/>\r
59    </widget>\r
60    <widget class="QMenu" name="menuAuto_Orientation">\r
61     <property name="title">\r
62      <string>Auto Orientation</string>\r
63     </property>\r
64     <addaction name="actionAuto_Orientation"/>\r
65    </widget>\r
66    <widget class="QMenu" name="menuSort_A_Z">\r
67     <property name="title">\r
68      <string>Sort A-Z</string>\r
69     </property>\r
70     <addaction name="actionSort_A_Z"/>\r
71    </widget>\r
72    <widget class="QMenu" name="menuList">\r
73     <property name="title">\r
74      <string>Lists...</string>\r
75     </property>\r
76     <addaction name="actionLists"/>\r
77    </widget>\r
78    <widget class="QMenu" name="menuSync">\r
79     <property name="title">\r
80      <string>Sync</string>\r
81     </property>\r
82     <addaction name="actionSync"/>\r
83    </widget>\r
84    <widget class="QMenu" name="menuSettings">\r
85     <property name="title">\r
86      <string>Settings</string>\r
87     </property>\r
88     <addaction name="actionSetting"/>\r
89    </widget>\r
90    <addaction name="menuList"/>\r
91    <addaction name="menuAuto_Orientation"/>\r
92    <addaction name="menuSort_A_Z"/>\r
93    <addaction name="menuChecked_bottom"/>\r
94    <addaction name="menuRotate"/>\r
95    <addaction name="menuSync"/>\r
96    <addaction name="menuSettings"/>\r
97    <addaction name="menuAbout"/>\r
98   </widget>\r
99   <action name="actionRotate">\r
100    <property name="text">\r
101     <string>Rotate</string>\r
102    </property>\r
103   </action>\r
104   <action name="actionAbout">\r
105    <property name="text">\r
106     <string>About</string>\r
107    </property>\r
108   </action>\r
109   <action name="actionChecked_bottom">\r
110    <property name="checkable">\r
111     <bool>true</bool>\r
112    </property>\r
113    <property name="text">\r
114     <string>Checked to bottom</string>\r
115    </property>\r
116   </action>\r
117   <action name="actionAuto_Orientation">\r
118    <property name="checkable">\r
119     <bool>true</bool>\r
120    </property>\r
121    <property name="text">\r
122     <string>Auto Orientation</string>\r
123    </property>\r
124   </action>\r
125   <action name="actionSort_A_Z">\r
126    <property name="checkable">\r
127     <bool>true</bool>\r
128    </property>\r
129    <property name="text">\r
130     <string>Sort A-Z</string>\r
131    </property>\r
132   </action>\r
133   <action name="actionLists">\r
134    <property name="text">\r
135     <string>Lists...</string>\r
136    </property>\r
137   </action>\r
138   <action name="actionSync">\r
139    <property name="text">\r
140     <string>Sync</string>\r
141    </property>\r
142   </action>\r
143   <action name="actionSetting">\r
144    <property name="text">\r
145     <string>Settings</string>\r
146    </property>\r
147   </action>\r
148  </widget>\r
149  <resources/>\r
150  <connections/>\r
151 </ui>\r