Completed the gui
[qtodo.git] / gui / mainwin.ui
blobabba70d3086e21b0f4fbef7846718243f5a5ca81
1 <ui version="4.0" >
2  <class>MainWindow</class>
3  <widget class="QMainWindow" name="MainWindow" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>575</width>
9     <height>629</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>QTodo - </string>
14   </property>
15   <widget class="QWidget" name="centralwidget" >
16    <layout class="QVBoxLayout" >
17     <item>
18      <layout class="QHBoxLayout" >
19       <item>
20        <layout class="QHBoxLayout" >
21         <item>
22          <widget class="QGroupBox" name="lists_box" >
23           <property name="title" >
24            <string/>
25           </property>
26           <property name="flat" >
27            <bool>true</bool>
28           </property>
29           <layout class="QGridLayout" >
30            <property name="leftMargin" >
31             <number>0</number>
32            </property>
33            <property name="topMargin" >
34             <number>0</number>
35            </property>
36            <property name="rightMargin" >
37             <number>0</number>
38            </property>
39            <property name="bottomMargin" >
40             <number>0</number>
41            </property>
42            <property name="horizontalSpacing" >
43             <number>0</number>
44            </property>
45            <property name="verticalSpacing" >
46             <number>0</number>
47            </property>
48            <item row="0" column="0" >
49             <widget class="QLabel" name="label" >
50              <property name="font" >
51               <font>
52                <pointsize>12</pointsize>
53                <weight>75</weight>
54                <bold>true</bold>
55               </font>
56              </property>
57              <property name="frameShape" >
58               <enum>QFrame::Panel</enum>
59              </property>
60              <property name="frameShadow" >
61               <enum>QFrame::Raised</enum>
62              </property>
63              <property name="text" >
64               <string>TODO Lists</string>
65              </property>
66             </widget>
67            </item>
68            <item row="1" column="0" >
69             <spacer>
70              <property name="orientation" >
71               <enum>Qt::Vertical</enum>
72              </property>
73              <property name="sizeHint" >
74               <size>
75                <width>20</width>
76                <height>141</height>
77               </size>
78              </property>
79             </spacer>
80            </item>
81           </layout>
82          </widget>
83         </item>
84        </layout>
85       </item>
86       <item>
87        <widget class="QFrame" name="items_box" >
88         <property name="frameShape" >
89          <enum>QFrame::NoFrame</enum>
90         </property>
91         <property name="frameShadow" >
92          <enum>QFrame::Plain</enum>
93         </property>
94         <layout class="QGridLayout" >
95          <property name="leftMargin" >
96           <number>0</number>
97          </property>
98          <property name="topMargin" >
99           <number>0</number>
100          </property>
101          <property name="rightMargin" >
102           <number>0</number>
103          </property>
104          <property name="bottomMargin" >
105           <number>0</number>
106          </property>
107          <property name="horizontalSpacing" >
108           <number>0</number>
109          </property>
110          <property name="verticalSpacing" >
111           <number>0</number>
112          </property>
113          <item row="0" column="0" >
114           <widget class="QGroupBox" name="groupBox" >
115            <property name="sizePolicy" >
116             <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
117              <horstretch>0</horstretch>
118              <verstretch>0</verstretch>
119             </sizepolicy>
120            </property>
121            <property name="title" >
122             <string>Summary</string>
123            </property>
124            <layout class="QGridLayout" >
125             <property name="leftMargin" >
126              <number>9</number>
127             </property>
128             <property name="topMargin" >
129              <number>0</number>
130             </property>
131             <property name="rightMargin" >
132              <number>9</number>
133             </property>
134             <property name="bottomMargin" >
135              <number>0</number>
136             </property>
137             <property name="horizontalSpacing" >
138              <number>6</number>
139             </property>
140             <property name="verticalSpacing" >
141              <number>6</number>
142             </property>
143             <item row="0" column="0" >
144              <widget class="QLabel" name="label_3" >
145               <property name="sizePolicy" >
146                <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
147                 <horstretch>0</horstretch>
148                 <verstretch>0</verstretch>
149                </sizepolicy>
150               </property>
151               <property name="text" >
152                <string>Active item</string>
153               </property>
154              </widget>
155             </item>
156             <item row="0" column="1" >
157              <widget class="QLabel" name="L_ActiveItem" >
158               <property name="sizePolicy" >
159                <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
160                 <horstretch>0</horstretch>
161                 <verstretch>0</verstretch>
162                </sizepolicy>
163               </property>
164               <property name="text" >
165                <string>0</string>
166               </property>
167               <property name="alignment" >
168                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
169               </property>
170               <property name="margin" >
171                <number>1</number>
172               </property>
173               <property name="indent" >
174                <number>5</number>
175               </property>
176              </widget>
177             </item>
178             <item rowspan="4" row="0" column="2" >
179              <widget class="QCalendarWidget" name="calendarWidget" >
180               <property name="sizePolicy" >
181                <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
182                 <horstretch>0</horstretch>
183                 <verstretch>0</verstretch>
184                </sizepolicy>
185               </property>
186              </widget>
187             </item>
188             <item row="1" column="0" >
189              <widget class="QLabel" name="label_5" >
190               <property name="sizePolicy" >
191                <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
192                 <horstretch>0</horstretch>
193                 <verstretch>0</verstretch>
194                </sizepolicy>
195               </property>
196               <property name="text" >
197                <string>Closed item</string>
198               </property>
199              </widget>
200             </item>
201             <item row="1" column="1" >
202              <widget class="QLabel" name="L_CloseItem" >
203               <property name="text" >
204                <string>0</string>
205               </property>
206               <property name="alignment" >
207                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
208               </property>
209               <property name="margin" >
210                <number>1</number>
211               </property>
212               <property name="indent" >
213                <number>5</number>
214               </property>
215              </widget>
216             </item>
217             <item row="2" column="0" >
218              <widget class="QLabel" name="label_7" >
219               <property name="sizePolicy" >
220                <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
221                 <horstretch>0</horstretch>
222                 <verstretch>0</verstretch>
223                </sizepolicy>
224               </property>
225               <property name="text" >
226                <string>Overdue</string>
227               </property>
228              </widget>
229             </item>
230             <item row="2" column="1" >
231              <widget class="QLabel" name="L_OverdueItem" >
232               <property name="text" >
233                <string>0</string>
234               </property>
235               <property name="alignment" >
236                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
237               </property>
238               <property name="margin" >
239                <number>1</number>
240               </property>
241               <property name="indent" >
242                <number>5</number>
243               </property>
244              </widget>
245             </item>
246            </layout>
247           </widget>
248          </item>
249          <item row="1" column="0" >
250           <spacer>
251            <property name="orientation" >
252             <enum>Qt::Vertical</enum>
253            </property>
254            <property name="sizeHint" >
255             <size>
256              <width>20</width>
257              <height>241</height>
258             </size>
259            </property>
260           </spacer>
261          </item>
262          <item row="2" column="0" >
263           <layout class="QHBoxLayout" >
264            <item>
265             <widget class="QLabel" name="label_2" >
266              <property name="text" >
267               <string>Filter:</string>
268              </property>
269             </widget>
270            </item>
271            <item>
272             <widget class="QLineEdit" name="LE_filter" />
273            </item>
274            <item>
275             <widget class="QComboBox" name="CB_FilterField" >
276              <item>
277               <property name="text" >
278                <string>Priority</string>
279               </property>
280              </item>
281              <item>
282               <property name="text" >
283                <string>Category</string>
284               </property>
285              </item>
286              <item>
287               <property name="text" >
288                <string>Status</string>
289               </property>
290              </item>
291              <item>
292               <property name="text" >
293                <string>Content</string>
294               </property>
295              </item>
296             </widget>
297            </item>
298           </layout>
299          </item>
300         </layout>
301        </widget>
302       </item>
303      </layout>
304     </item>
305     <item>
306      <widget class="QGroupBox" name="actions_box" >
307       <property name="title" >
308        <string/>
309       </property>
310       <layout class="QGridLayout" >
311        <item row="0" column="0" >
312         <spacer>
313          <property name="orientation" >
314           <enum>Qt::Horizontal</enum>
315          </property>
316          <property name="sizeHint" >
317           <size>
318            <width>40</width>
319            <height>20</height>
320           </size>
321          </property>
322         </spacer>
323        </item>
324       </layout>
325      </widget>
326     </item>
327    </layout>
328   </widget>
329   <widget class="QMenuBar" name="menubar" >
330    <property name="geometry" >
331     <rect>
332      <x>0</x>
333      <y>0</y>
334      <width>575</width>
335      <height>21</height>
336     </rect>
337    </property>
338    <widget class="QMenu" name="menu_File" >
339     <property name="title" >
340      <string>&amp;File</string>
341     </property>
342     <addaction name="action_Quit" />
343    </widget>
344    <widget class="QMenu" name="menu_Help" >
345     <property name="title" >
346      <string>&amp;Help</string>
347     </property>
348     <addaction name="action_About" />
349     <addaction name="action_Documentation" />
350    </widget>
351    <addaction name="menu_File" />
352    <addaction name="menu_Help" />
353   </widget>
354   <widget class="QStatusBar" name="statusbar" />
355   <action name="action_Quit" >
356    <property name="text" >
357     <string>&amp;Quit</string>
358    </property>
359    <property name="shortcut" >
360     <string>Ctrl+Q</string>
361    </property>
362   </action>
363   <action name="action_Add" >
364    <property name="text" >
365     <string>&amp;Add</string>
366    </property>
367    <property name="shortcut" >
368     <string>Ctrl+A</string>
369    </property>
370   </action>
371   <action name="action_Delete" >
372    <property name="text" >
373     <string>&amp;Delete</string>
374    </property>
375    <property name="shortcut" >
376     <string>Ctrl+D</string>
377    </property>
378   </action>
379   <action name="action_Edit" >
380    <property name="text" >
381     <string>&amp;Edit</string>
382    </property>
383    <property name="shortcut" >
384     <string>Ctrl+E</string>
385    </property>
386   </action>
387   <action name="action_About" >
388    <property name="text" >
389     <string>A&amp;bout</string>
390    </property>
391    <property name="shortcut" >
392     <string>Ctrl+B</string>
393    </property>
394   </action>
395   <action name="action_Documentation" >
396    <property name="text" >
397     <string>&amp;Documentation</string>
398    </property>
399    <property name="shortcut" >
400     <string>Ctrl+F1</string>
401    </property>
402   </action>
403  </widget>
404  <resources/>
405  <connections/>
406 </ui>