|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>ToDoTool</class> |
|
4 <widget class="QWidget" name="ToDoTool"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>220</width> |
|
10 <height>265</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="contextMenuPolicy"> |
|
14 <enum>Qt::DefaultContextMenu</enum> |
|
15 </property> |
|
16 <property name="windowTitle"> |
|
17 <string>ToDoTool</string> |
|
18 </property> |
|
19 <widget class="QPushButton" name="addButton"> |
|
20 <property name="enabled"> |
|
21 <bool>false</bool> |
|
22 </property> |
|
23 <property name="geometry"> |
|
24 <rect> |
|
25 <x>20</x> |
|
26 <y>40</y> |
|
27 <width>60</width> |
|
28 <height>30</height> |
|
29 </rect> |
|
30 </property> |
|
31 <property name="text"> |
|
32 <string/> |
|
33 </property> |
|
34 <property name="icon"> |
|
35 <iconset resource="sfwnotes.qrc"> |
|
36 <normaloff>:/icons/addIcon.png</normaloff>:/icons/addIcon.png</iconset> |
|
37 </property> |
|
38 </widget> |
|
39 <widget class="QPushButton" name="deleteButton"> |
|
40 <property name="enabled"> |
|
41 <bool>false</bool> |
|
42 </property> |
|
43 <property name="geometry"> |
|
44 <rect> |
|
45 <x>80</x> |
|
46 <y>40</y> |
|
47 <width>60</width> |
|
48 <height>30</height> |
|
49 </rect> |
|
50 </property> |
|
51 <property name="text"> |
|
52 <string/> |
|
53 </property> |
|
54 <property name="icon"> |
|
55 <iconset resource="sfwnotes.qrc"> |
|
56 <normaloff>:/icons/deleteIcon.png</normaloff>:/icons/deleteIcon.png</iconset> |
|
57 </property> |
|
58 </widget> |
|
59 <widget class="QPushButton" name="searchButton"> |
|
60 <property name="enabled"> |
|
61 <bool>false</bool> |
|
62 </property> |
|
63 <property name="geometry"> |
|
64 <rect> |
|
65 <x>140</x> |
|
66 <y>40</y> |
|
67 <width>60</width> |
|
68 <height>30</height> |
|
69 </rect> |
|
70 </property> |
|
71 <property name="text"> |
|
72 <string/> |
|
73 </property> |
|
74 <property name="icon"> |
|
75 <iconset resource="sfwnotes.qrc"> |
|
76 <normaloff>:/icons/searchIcon.png</normaloff>:/icons/searchIcon.png</iconset> |
|
77 </property> |
|
78 </widget> |
|
79 <widget class="QPushButton" name="prevButton"> |
|
80 <property name="enabled"> |
|
81 <bool>false</bool> |
|
82 </property> |
|
83 <property name="geometry"> |
|
84 <rect> |
|
85 <x>50</x> |
|
86 <y>80</y> |
|
87 <width>40</width> |
|
88 <height>30</height> |
|
89 </rect> |
|
90 </property> |
|
91 <property name="text"> |
|
92 <string/> |
|
93 </property> |
|
94 <property name="icon"> |
|
95 <iconset resource="sfwnotes.qrc"> |
|
96 <normaloff>:/icons/prevIcon.png</normaloff>:/icons/prevIcon.png</iconset> |
|
97 </property> |
|
98 </widget> |
|
99 <widget class="QPushButton" name="nextButton"> |
|
100 <property name="enabled"> |
|
101 <bool>false</bool> |
|
102 </property> |
|
103 <property name="geometry"> |
|
104 <rect> |
|
105 <x>130</x> |
|
106 <y>80</y> |
|
107 <width>40</width> |
|
108 <height>30</height> |
|
109 </rect> |
|
110 </property> |
|
111 <property name="text"> |
|
112 <string/> |
|
113 </property> |
|
114 <property name="icon"> |
|
115 <iconset resource="sfwnotes.qrc"> |
|
116 <normaloff>:/icons/nextIcon.png</normaloff>:/icons/nextIcon.png</iconset> |
|
117 </property> |
|
118 </widget> |
|
119 <widget class="QLabel" name="countLabel"> |
|
120 <property name="geometry"> |
|
121 <rect> |
|
122 <x>90</x> |
|
123 <y>80</y> |
|
124 <width>40</width> |
|
125 <height>30</height> |
|
126 </rect> |
|
127 </property> |
|
128 <property name="text"> |
|
129 <string>0/0</string> |
|
130 </property> |
|
131 <property name="alignment"> |
|
132 <set>Qt::AlignCenter</set> |
|
133 </property> |
|
134 </widget> |
|
135 <widget class="QLabel" name="titleLabel"> |
|
136 <property name="geometry"> |
|
137 <rect> |
|
138 <x>20</x> |
|
139 <y>10</y> |
|
140 <width>180</width> |
|
141 <height>20</height> |
|
142 </rect> |
|
143 </property> |
|
144 <property name="palette"> |
|
145 <palette> |
|
146 <active> |
|
147 <colorrole role="WindowText"> |
|
148 <brush brushstyle="SolidPattern"> |
|
149 <color alpha="255"> |
|
150 <red>0</red> |
|
151 <green>0</green> |
|
152 <blue>255</blue> |
|
153 </color> |
|
154 </brush> |
|
155 </colorrole> |
|
156 <colorrole role="Text"> |
|
157 <brush brushstyle="SolidPattern"> |
|
158 <color alpha="255"> |
|
159 <red>0</red> |
|
160 <green>0</green> |
|
161 <blue>0</blue> |
|
162 </color> |
|
163 </brush> |
|
164 </colorrole> |
|
165 </active> |
|
166 <inactive> |
|
167 <colorrole role="WindowText"> |
|
168 <brush brushstyle="SolidPattern"> |
|
169 <color alpha="255"> |
|
170 <red>0</red> |
|
171 <green>0</green> |
|
172 <blue>255</blue> |
|
173 </color> |
|
174 </brush> |
|
175 </colorrole> |
|
176 <colorrole role="Text"> |
|
177 <brush brushstyle="SolidPattern"> |
|
178 <color alpha="255"> |
|
179 <red>0</red> |
|
180 <green>0</green> |
|
181 <blue>0</blue> |
|
182 </color> |
|
183 </brush> |
|
184 </colorrole> |
|
185 </inactive> |
|
186 <disabled> |
|
187 <colorrole role="WindowText"> |
|
188 <brush brushstyle="SolidPattern"> |
|
189 <color alpha="255"> |
|
190 <red>126</red> |
|
191 <green>125</green> |
|
192 <blue>124</blue> |
|
193 </color> |
|
194 </brush> |
|
195 </colorrole> |
|
196 <colorrole role="Text"> |
|
197 <brush brushstyle="SolidPattern"> |
|
198 <color alpha="255"> |
|
199 <red>126</red> |
|
200 <green>125</green> |
|
201 <blue>124</blue> |
|
202 </color> |
|
203 </brush> |
|
204 </colorrole> |
|
205 </disabled> |
|
206 </palette> |
|
207 </property> |
|
208 <property name="font"> |
|
209 <font> |
|
210 <family>Nimbus Roman No9 L</family> |
|
211 <pointsize>24</pointsize> |
|
212 <weight>75</weight> |
|
213 <italic>true</italic> |
|
214 <bold>true</bold> |
|
215 </font> |
|
216 </property> |
|
217 <property name="text"> |
|
218 <string>ToDoTool</string> |
|
219 </property> |
|
220 <property name="textFormat"> |
|
221 <enum>Qt::AutoText</enum> |
|
222 </property> |
|
223 <property name="alignment"> |
|
224 <set>Qt::AlignCenter</set> |
|
225 </property> |
|
226 </widget> |
|
227 <widget class="QLabel" name="noteLabel"> |
|
228 <property name="geometry"> |
|
229 <rect> |
|
230 <x>30</x> |
|
231 <y>140</y> |
|
232 <width>160</width> |
|
233 <height>110</height> |
|
234 </rect> |
|
235 </property> |
|
236 <property name="palette"> |
|
237 <palette> |
|
238 <active> |
|
239 <colorrole role="Base"> |
|
240 <brush brushstyle="SolidPattern"> |
|
241 <color alpha="255"> |
|
242 <red>255</red> |
|
243 <green>255</green> |
|
244 <blue>255</blue> |
|
245 </color> |
|
246 </brush> |
|
247 </colorrole> |
|
248 <colorrole role="Window"> |
|
249 <brush brushstyle="SolidPattern"> |
|
250 <color alpha="255"> |
|
251 <red>255</red> |
|
252 <green>255</green> |
|
253 <blue>127</blue> |
|
254 </color> |
|
255 </brush> |
|
256 </colorrole> |
|
257 </active> |
|
258 <inactive> |
|
259 <colorrole role="Base"> |
|
260 <brush brushstyle="SolidPattern"> |
|
261 <color alpha="255"> |
|
262 <red>255</red> |
|
263 <green>255</green> |
|
264 <blue>255</blue> |
|
265 </color> |
|
266 </brush> |
|
267 </colorrole> |
|
268 <colorrole role="Window"> |
|
269 <brush brushstyle="SolidPattern"> |
|
270 <color alpha="255"> |
|
271 <red>255</red> |
|
272 <green>255</green> |
|
273 <blue>127</blue> |
|
274 </color> |
|
275 </brush> |
|
276 </colorrole> |
|
277 </inactive> |
|
278 <disabled> |
|
279 <colorrole role="Base"> |
|
280 <brush brushstyle="SolidPattern"> |
|
281 <color alpha="255"> |
|
282 <red>255</red> |
|
283 <green>255</green> |
|
284 <blue>127</blue> |
|
285 </color> |
|
286 </brush> |
|
287 </colorrole> |
|
288 <colorrole role="Window"> |
|
289 <brush brushstyle="SolidPattern"> |
|
290 <color alpha="255"> |
|
291 <red>255</red> |
|
292 <green>255</green> |
|
293 <blue>127</blue> |
|
294 </color> |
|
295 </brush> |
|
296 </colorrole> |
|
297 </disabled> |
|
298 </palette> |
|
299 </property> |
|
300 <property name="font"> |
|
301 <font> |
|
302 <family>Comic Sans MS</family> |
|
303 <pointsize>18</pointsize> |
|
304 <italic>true</italic> |
|
305 </font> |
|
306 </property> |
|
307 <property name="autoFillBackground"> |
|
308 <bool>true</bool> |
|
309 </property> |
|
310 <property name="text"> |
|
311 <string>Notes Manager service not found</string> |
|
312 </property> |
|
313 <property name="alignment"> |
|
314 <set>Qt::AlignCenter</set> |
|
315 </property> |
|
316 <property name="wordWrap"> |
|
317 <bool>true</bool> |
|
318 </property> |
|
319 </widget> |
|
320 <widget class="QLabel" name="dateLabel"> |
|
321 <property name="geometry"> |
|
322 <rect> |
|
323 <x>30</x> |
|
324 <y>120</y> |
|
325 <width>160</width> |
|
326 <height>20</height> |
|
327 </rect> |
|
328 </property> |
|
329 <property name="palette"> |
|
330 <palette> |
|
331 <active> |
|
332 <colorrole role="Base"> |
|
333 <brush brushstyle="SolidPattern"> |
|
334 <color alpha="255"> |
|
335 <red>255</red> |
|
336 <green>255</green> |
|
337 <blue>127</blue> |
|
338 </color> |
|
339 </brush> |
|
340 </colorrole> |
|
341 <colorrole role="Window"> |
|
342 <brush brushstyle="SolidPattern"> |
|
343 <color alpha="255"> |
|
344 <red>255</red> |
|
345 <green>255</green> |
|
346 <blue>127</blue> |
|
347 </color> |
|
348 </brush> |
|
349 </colorrole> |
|
350 </active> |
|
351 <inactive> |
|
352 <colorrole role="Base"> |
|
353 <brush brushstyle="SolidPattern"> |
|
354 <color alpha="255"> |
|
355 <red>255</red> |
|
356 <green>255</green> |
|
357 <blue>127</blue> |
|
358 </color> |
|
359 </brush> |
|
360 </colorrole> |
|
361 <colorrole role="Window"> |
|
362 <brush brushstyle="SolidPattern"> |
|
363 <color alpha="255"> |
|
364 <red>255</red> |
|
365 <green>255</green> |
|
366 <blue>127</blue> |
|
367 </color> |
|
368 </brush> |
|
369 </colorrole> |
|
370 </inactive> |
|
371 <disabled> |
|
372 <colorrole role="Base"> |
|
373 <brush brushstyle="SolidPattern"> |
|
374 <color alpha="255"> |
|
375 <red>255</red> |
|
376 <green>255</green> |
|
377 <blue>127</blue> |
|
378 </color> |
|
379 </brush> |
|
380 </colorrole> |
|
381 <colorrole role="Window"> |
|
382 <brush brushstyle="SolidPattern"> |
|
383 <color alpha="255"> |
|
384 <red>255</red> |
|
385 <green>255</green> |
|
386 <blue>127</blue> |
|
387 </color> |
|
388 </brush> |
|
389 </colorrole> |
|
390 </disabled> |
|
391 </palette> |
|
392 </property> |
|
393 <property name="font"> |
|
394 <font> |
|
395 <pointsize>10</pointsize> |
|
396 </font> |
|
397 </property> |
|
398 <property name="autoFillBackground"> |
|
399 <bool>true</bool> |
|
400 </property> |
|
401 <property name="text"> |
|
402 <string/> |
|
403 </property> |
|
404 <property name="alignment"> |
|
405 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
406 </property> |
|
407 </widget> |
|
408 </widget> |
|
409 <resources> |
|
410 <include location="sfwnotes.qrc"/> |
|
411 </resources> |
|
412 <connections/> |
|
413 </ui> |