|
1 <ui version="4.0" > |
|
2 <class>MessagingExMainWindow</class> |
|
3 <widget class="QMainWindow" name="MessagingExMainWindow" > |
|
4 <property name="windowModality" > |
|
5 <enum>Qt::WindowModal</enum> |
|
6 </property> |
|
7 <property name="geometry" > |
|
8 <rect> |
|
9 <x>0</x> |
|
10 <y>0</y> |
|
11 <width>321</width> |
|
12 <height>488</height> |
|
13 </rect> |
|
14 </property> |
|
15 <property name="minimumSize" > |
|
16 <size> |
|
17 <width>278</width> |
|
18 <height>390</height> |
|
19 </size> |
|
20 </property> |
|
21 <property name="windowTitle" > |
|
22 <string>Messaging Example</string> |
|
23 </property> |
|
24 <widget class="QWidget" name="centralwidget" > |
|
25 <layout class="QGridLayout" name="gridLayout_4" > |
|
26 <item row="0" column="0" > |
|
27 <widget class="QStackedWidget" name="stackedWidget" > |
|
28 <property name="currentIndex" > |
|
29 <number>1</number> |
|
30 </property> |
|
31 <widget class="QWidget" name="page" > |
|
32 <layout class="QGridLayout" name="gridLayout" > |
|
33 <item row="0" column="0" > |
|
34 <widget class="QLabel" name="phoneNumberLabel" > |
|
35 <property name="text" > |
|
36 <string>Phone Number:</string> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item row="1" column="0" > |
|
41 <widget class="QLineEdit" name="phoneNumberEdit" /> |
|
42 </item> |
|
43 <item row="2" column="0" > |
|
44 <widget class="QLabel" name="textMessageLabel" > |
|
45 <property name="text" > |
|
46 <string>Text Message:</string> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 <item row="3" column="0" > |
|
51 <widget class="QTextEdit" name="smsMessageEdit" /> |
|
52 </item> |
|
53 <item row="4" column="0" > |
|
54 <widget class="QPushButton" name="sendSmsButton" > |
|
55 <property name="text" > |
|
56 <string>Send SMS</string> |
|
57 </property> |
|
58 </widget> |
|
59 </item> |
|
60 </layout> |
|
61 </widget> |
|
62 <widget class="QWidget" name="page_2" > |
|
63 <layout class="QVBoxLayout" name="verticalLayout" > |
|
64 <item> |
|
65 <layout class="QHBoxLayout" name="horizontalLayout_3" > |
|
66 <item> |
|
67 <widget class="QLabel" name="label_3" > |
|
68 <property name="text" > |
|
69 <string>Account:</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item> |
|
74 <widget class="QComboBox" name="accountComboBox" /> |
|
75 </item> |
|
76 </layout> |
|
77 </item> |
|
78 <item> |
|
79 <layout class="QHBoxLayout" name="horizontalLayout" > |
|
80 <item> |
|
81 <widget class="QLabel" name="label" > |
|
82 <property name="text" > |
|
83 <string>To:</string> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item> |
|
88 <widget class="QLineEdit" name="emailAddressEdit" /> |
|
89 </item> |
|
90 </layout> |
|
91 </item> |
|
92 <item> |
|
93 <layout class="QHBoxLayout" name="horizontalLayout_2" > |
|
94 <item> |
|
95 <widget class="QLabel" name="label_2" > |
|
96 <property name="text" > |
|
97 <string>Subject:</string> |
|
98 </property> |
|
99 </widget> |
|
100 </item> |
|
101 <item> |
|
102 <widget class="QLineEdit" name="subjectEdit" > |
|
103 <property name="enabled" > |
|
104 <bool>true</bool> |
|
105 </property> |
|
106 </widget> |
|
107 </item> |
|
108 </layout> |
|
109 </item> |
|
110 <item> |
|
111 <widget class="QTextEdit" name="emailMessageEdit" /> |
|
112 </item> |
|
113 <item> |
|
114 <layout class="QHBoxLayout" name="horizontalLayout_7" > |
|
115 <item> |
|
116 <widget class="QPushButton" name="addEmailAttachmentButton" > |
|
117 <property name="enabled" > |
|
118 <bool>true</bool> |
|
119 </property> |
|
120 <property name="text" > |
|
121 <string>Add Attachment</string> |
|
122 </property> |
|
123 </widget> |
|
124 </item> |
|
125 <item> |
|
126 <widget class="QPushButton" name="removeAttachmentButton" > |
|
127 <property name="text" > |
|
128 <string>Remove Attachment</string> |
|
129 </property> |
|
130 </widget> |
|
131 </item> |
|
132 </layout> |
|
133 </item> |
|
134 <item> |
|
135 <widget class="QLabel" name="emailAttachmentLabel" > |
|
136 <property name="text" > |
|
137 <string/> |
|
138 </property> |
|
139 </widget> |
|
140 </item> |
|
141 <item> |
|
142 <layout class="QHBoxLayout" name="horizontalLayout_6" > |
|
143 <item> |
|
144 <widget class="QPushButton" name="addMessageButton" > |
|
145 <property name="text" > |
|
146 <string>Store message</string> |
|
147 </property> |
|
148 </widget> |
|
149 </item> |
|
150 <item> |
|
151 <widget class="QPushButton" name="sendEmailButton" > |
|
152 <property name="enabled" > |
|
153 <bool>true</bool> |
|
154 </property> |
|
155 <property name="text" > |
|
156 <string>Send Message</string> |
|
157 </property> |
|
158 </widget> |
|
159 </item> |
|
160 </layout> |
|
161 </item> |
|
162 </layout> |
|
163 </widget> |
|
164 <widget class="QWidget" name="page_3" > |
|
165 <layout class="QVBoxLayout" name="verticalLayout_6" > |
|
166 <item> |
|
167 <layout class="QVBoxLayout" name="verticalLayout_5" > |
|
168 <item> |
|
169 <layout class="QHBoxLayout" name="horizontalLayout_4" > |
|
170 <item> |
|
171 <widget class="QLabel" name="label_4" > |
|
172 <property name="text" > |
|
173 <string>Phone number:</string> |
|
174 </property> |
|
175 </widget> |
|
176 </item> |
|
177 <item> |
|
178 <widget class="QLineEdit" name="mmsPhoneNumberEdit" /> |
|
179 </item> |
|
180 </layout> |
|
181 </item> |
|
182 <item> |
|
183 <layout class="QHBoxLayout" name="horizontalLayout_5" > |
|
184 <item> |
|
185 <widget class="QLabel" name="label_5" > |
|
186 <property name="text" > |
|
187 <string>Subject:</string> |
|
188 </property> |
|
189 </widget> |
|
190 </item> |
|
191 <item> |
|
192 <widget class="QLineEdit" name="mmsSubjectEdit" /> |
|
193 </item> |
|
194 </layout> |
|
195 </item> |
|
196 </layout> |
|
197 </item> |
|
198 <item> |
|
199 <widget class="QTextEdit" name="mmsBodyEdit" /> |
|
200 </item> |
|
201 <item> |
|
202 <layout class="QVBoxLayout" name="verticalLayout_4" > |
|
203 <item> |
|
204 <widget class="QPushButton" name="appendAttachment" > |
|
205 <property name="text" > |
|
206 <string>Append Attachment</string> |
|
207 </property> |
|
208 </widget> |
|
209 </item> |
|
210 <item> |
|
211 <widget class="QPushButton" name="removeAttachmentButton_2" > |
|
212 <property name="text" > |
|
213 <string>Remove Attachment</string> |
|
214 </property> |
|
215 </widget> |
|
216 </item> |
|
217 <item> |
|
218 <widget class="QLabel" name="attachmentLabel" > |
|
219 <property name="text" > |
|
220 <string/> |
|
221 </property> |
|
222 </widget> |
|
223 </item> |
|
224 <item> |
|
225 <widget class="QPushButton" name="sendMmsButton" > |
|
226 <property name="text" > |
|
227 <string>Send MMS</string> |
|
228 </property> |
|
229 </widget> |
|
230 </item> |
|
231 </layout> |
|
232 </item> |
|
233 </layout> |
|
234 </widget> |
|
235 <widget class="QWidget" name="page_4" > |
|
236 <layout class="QFormLayout" name="formLayout_8" > |
|
237 <item row="0" column="0" > |
|
238 <widget class="QLabel" name="label_27" > |
|
239 <property name="font" > |
|
240 <font> |
|
241 <pointsize>12</pointsize> |
|
242 <weight>75</weight> |
|
243 <bold>true</bold> |
|
244 </font> |
|
245 </property> |
|
246 <property name="text" > |
|
247 <string>Filter by priority:</string> |
|
248 </property> |
|
249 </widget> |
|
250 </item> |
|
251 <item row="1" column="0" > |
|
252 <widget class="QComboBox" name="priorityAccountComboBox" /> |
|
253 </item> |
|
254 <item row="2" column="0" > |
|
255 <widget class="QLabel" name="label_10" > |
|
256 <property name="text" > |
|
257 <string>By Priority:</string> |
|
258 </property> |
|
259 </widget> |
|
260 </item> |
|
261 <item row="3" column="0" > |
|
262 <widget class="QComboBox" name="priorityComboBox" > |
|
263 <item> |
|
264 <property name="text" > |
|
265 <string>No priority filtering</string> |
|
266 </property> |
|
267 </item> |
|
268 <item> |
|
269 <property name="text" > |
|
270 <string>High Priority, equal</string> |
|
271 </property> |
|
272 </item> |
|
273 <item> |
|
274 <property name="text" > |
|
275 <string>Normal Priority, equal</string> |
|
276 </property> |
|
277 </item> |
|
278 <item> |
|
279 <property name="text" > |
|
280 <string>Low Priority, equal</string> |
|
281 </property> |
|
282 </item> |
|
283 <item> |
|
284 <property name="text" > |
|
285 <string>High Priority, not equal</string> |
|
286 </property> |
|
287 </item> |
|
288 <item> |
|
289 <property name="text" > |
|
290 <string>Normal Priority, not equal</string> |
|
291 </property> |
|
292 </item> |
|
293 <item> |
|
294 <property name="text" > |
|
295 <string>Low Priority, not equal</string> |
|
296 </property> |
|
297 </item> |
|
298 </widget> |
|
299 </item> |
|
300 <item row="4" column="0" > |
|
301 <widget class="QPushButton" name="typeButton" > |
|
302 <property name="text" > |
|
303 <string>make query</string> |
|
304 </property> |
|
305 </widget> |
|
306 </item> |
|
307 </layout> |
|
308 </widget> |
|
309 <widget class="QWidget" name="page_5" > |
|
310 <layout class="QFormLayout" name="formLayout_9" > |
|
311 <item row="0" column="0" > |
|
312 <widget class="QLabel" name="label_26" > |
|
313 <property name="font" > |
|
314 <font> |
|
315 <pointsize>12</pointsize> |
|
316 <weight>75</weight> |
|
317 <bold>true</bold> |
|
318 </font> |
|
319 </property> |
|
320 <property name="text" > |
|
321 <string>Filter by sender:</string> |
|
322 </property> |
|
323 </widget> |
|
324 </item> |
|
325 <item row="3" column="0" > |
|
326 <widget class="QLineEdit" name="senderEdit" /> |
|
327 </item> |
|
328 <item row="1" column="0" > |
|
329 <widget class="QComboBox" name="senderAccountComboBox" > |
|
330 <item> |
|
331 <property name="text" > |
|
332 <string>select account</string> |
|
333 </property> |
|
334 </item> |
|
335 </widget> |
|
336 </item> |
|
337 <item row="2" column="0" > |
|
338 <widget class="QLabel" name="label_6" > |
|
339 <property name="text" > |
|
340 <string>Sender:</string> |
|
341 </property> |
|
342 </widget> |
|
343 </item> |
|
344 <item row="6" column="0" > |
|
345 <widget class="QPushButton" name="senderButton" > |
|
346 <property name="text" > |
|
347 <string>make query</string> |
|
348 </property> |
|
349 </widget> |
|
350 </item> |
|
351 <item row="4" column="0" > |
|
352 <widget class="QComboBox" name="sendercomboBox" > |
|
353 <item> |
|
354 <property name="text" > |
|
355 <string>Equal</string> |
|
356 </property> |
|
357 </item> |
|
358 <item> |
|
359 <property name="text" > |
|
360 <string>NotEqual</string> |
|
361 </property> |
|
362 </item> |
|
363 <item> |
|
364 <property name="text" > |
|
365 <string>Includes</string> |
|
366 </property> |
|
367 </item> |
|
368 <item> |
|
369 <property name="text" > |
|
370 <string>Excludes</string> |
|
371 </property> |
|
372 </item> |
|
373 </widget> |
|
374 </item> |
|
375 </layout> |
|
376 </widget> |
|
377 <widget class="QWidget" name="page_6" > |
|
378 <layout class="QFormLayout" name="formLayout_6" > |
|
379 <item row="0" column="0" > |
|
380 <widget class="QLabel" name="label_25" > |
|
381 <property name="font" > |
|
382 <font> |
|
383 <pointsize>12</pointsize> |
|
384 <weight>75</weight> |
|
385 <bold>true</bold> |
|
386 </font> |
|
387 </property> |
|
388 <property name="text" > |
|
389 <string>Filter by recipient:</string> |
|
390 </property> |
|
391 </widget> |
|
392 </item> |
|
393 <item row="2" column="0" > |
|
394 <widget class="QLabel" name="label_11" > |
|
395 <property name="text" > |
|
396 <string>Recipient:</string> |
|
397 </property> |
|
398 </widget> |
|
399 </item> |
|
400 <item row="3" column="0" > |
|
401 <widget class="QLineEdit" name="recipientEdit" /> |
|
402 </item> |
|
403 <item row="4" column="0" > |
|
404 <widget class="QComboBox" name="recipientcomboBox" > |
|
405 <item> |
|
406 <property name="text" > |
|
407 <string>Includes</string> |
|
408 </property> |
|
409 </item> |
|
410 <item> |
|
411 <property name="text" > |
|
412 <string>Excludes</string> |
|
413 </property> |
|
414 </item> |
|
415 </widget> |
|
416 </item> |
|
417 <item row="5" column="0" > |
|
418 <widget class="QPushButton" name="recipientButton" > |
|
419 <property name="text" > |
|
420 <string>make query</string> |
|
421 </property> |
|
422 </widget> |
|
423 </item> |
|
424 <item row="1" column="0" > |
|
425 <widget class="QComboBox" name="recipientAccountComboBox" > |
|
426 <item> |
|
427 <property name="text" > |
|
428 <string>select account</string> |
|
429 </property> |
|
430 </item> |
|
431 </widget> |
|
432 </item> |
|
433 </layout> |
|
434 </widget> |
|
435 <widget class="QWidget" name="page_7" > |
|
436 <layout class="QFormLayout" name="formLayout_5" > |
|
437 <item row="0" column="0" > |
|
438 <widget class="QLabel" name="label_24" > |
|
439 <property name="font" > |
|
440 <font> |
|
441 <pointsize>12</pointsize> |
|
442 <weight>75</weight> |
|
443 <bold>true</bold> |
|
444 </font> |
|
445 </property> |
|
446 <property name="text" > |
|
447 <string>Filter by subject:</string> |
|
448 </property> |
|
449 </widget> |
|
450 </item> |
|
451 <item row="1" column="0" > |
|
452 <widget class="QComboBox" name="subjectAccountComboBox" > |
|
453 <item> |
|
454 <property name="text" > |
|
455 <string>select account</string> |
|
456 </property> |
|
457 </item> |
|
458 </widget> |
|
459 </item> |
|
460 <item row="2" column="0" > |
|
461 <widget class="QLabel" name="label_13" > |
|
462 <property name="text" > |
|
463 <string>Subject:</string> |
|
464 </property> |
|
465 </widget> |
|
466 </item> |
|
467 <item row="3" column="0" > |
|
468 <widget class="QLineEdit" name="subjectEdit_2" /> |
|
469 </item> |
|
470 <item row="4" column="0" > |
|
471 <widget class="QComboBox" name="subjectcomboBox" > |
|
472 <item> |
|
473 <property name="text" > |
|
474 <string>Equal</string> |
|
475 </property> |
|
476 </item> |
|
477 <item> |
|
478 <property name="text" > |
|
479 <string>NotEqual</string> |
|
480 </property> |
|
481 </item> |
|
482 <item> |
|
483 <property name="text" > |
|
484 <string>Includes</string> |
|
485 </property> |
|
486 </item> |
|
487 <item> |
|
488 <property name="text" > |
|
489 <string>Excludes</string> |
|
490 </property> |
|
491 </item> |
|
492 </widget> |
|
493 </item> |
|
494 <item row="5" column="0" > |
|
495 <widget class="QPushButton" name="subjectButton" > |
|
496 <property name="text" > |
|
497 <string>make query</string> |
|
498 </property> |
|
499 </widget> |
|
500 </item> |
|
501 </layout> |
|
502 </widget> |
|
503 <widget class="QWidget" name="page_8" > |
|
504 <layout class="QFormLayout" name="formLayout_4" > |
|
505 <item row="0" column="0" > |
|
506 <widget class="QLabel" name="label_16" > |
|
507 <property name="font" > |
|
508 <font> |
|
509 <pointsize>12</pointsize> |
|
510 <weight>75</weight> |
|
511 <bold>true</bold> |
|
512 </font> |
|
513 </property> |
|
514 <property name="text" > |
|
515 <string>Filter by status:</string> |
|
516 </property> |
|
517 </widget> |
|
518 </item> |
|
519 <item row="1" column="0" > |
|
520 <widget class="QComboBox" name="statusAccountComboBox" > |
|
521 <item> |
|
522 <property name="text" > |
|
523 <string>select account</string> |
|
524 </property> |
|
525 </item> |
|
526 </widget> |
|
527 </item> |
|
528 <item row="2" column="0" > |
|
529 <widget class="QLabel" name="label_15" > |
|
530 <property name="text" > |
|
531 <string>Status:</string> |
|
532 </property> |
|
533 </widget> |
|
534 </item> |
|
535 <item row="3" column="0" > |
|
536 <widget class="QComboBox" name="statuscomboBox" > |
|
537 <item> |
|
538 <property name="text" > |
|
539 <string>Read, equal</string> |
|
540 </property> |
|
541 </item> |
|
542 <item> |
|
543 <property name="text" > |
|
544 <string>Read, not equal</string> |
|
545 </property> |
|
546 </item> |
|
547 <item> |
|
548 <property name="text" > |
|
549 <string>Read, includes</string> |
|
550 </property> |
|
551 </item> |
|
552 <item> |
|
553 <property name="text" > |
|
554 <string>Read, excludes</string> |
|
555 </property> |
|
556 </item> |
|
557 <item> |
|
558 <property name="text" > |
|
559 <string>HasAttachment, equal</string> |
|
560 </property> |
|
561 </item> |
|
562 <item> |
|
563 <property name="text" > |
|
564 <string>HasAttachment, not equal</string> |
|
565 </property> |
|
566 </item> |
|
567 <item> |
|
568 <property name="text" > |
|
569 <string>HasAttachment, includes</string> |
|
570 </property> |
|
571 </item> |
|
572 <item> |
|
573 <property name="text" > |
|
574 <string>HasAttachment, exludes</string> |
|
575 </property> |
|
576 </item> |
|
577 <item> |
|
578 <property name="text" > |
|
579 <string>Incoming, equal</string> |
|
580 </property> |
|
581 </item> |
|
582 <item> |
|
583 <property name="text" > |
|
584 <string>Incoming, not equal</string> |
|
585 </property> |
|
586 </item> |
|
587 <item> |
|
588 <property name="text" > |
|
589 <string>Incoming, includes</string> |
|
590 </property> |
|
591 </item> |
|
592 <item> |
|
593 <property name="text" > |
|
594 <string>Incoming, excludes</string> |
|
595 </property> |
|
596 </item> |
|
597 <item> |
|
598 <property name="text" > |
|
599 <string>Removed, equal</string> |
|
600 </property> |
|
601 </item> |
|
602 <item> |
|
603 <property name="text" > |
|
604 <string>Removed, not equal</string> |
|
605 </property> |
|
606 </item> |
|
607 <item> |
|
608 <property name="text" > |
|
609 <string>Removed, includes</string> |
|
610 </property> |
|
611 </item> |
|
612 <item> |
|
613 <property name="text" > |
|
614 <string>Removed, excludes</string> |
|
615 </property> |
|
616 </item> |
|
617 </widget> |
|
618 </item> |
|
619 <item row="4" column="0" > |
|
620 <widget class="QPushButton" name="statusButton" > |
|
621 <property name="text" > |
|
622 <string>make query</string> |
|
623 </property> |
|
624 </widget> |
|
625 </item> |
|
626 </layout> |
|
627 </widget> |
|
628 <widget class="QWidget" name="page_9" > |
|
629 <layout class="QFormLayout" name="formLayout_3" > |
|
630 <item row="0" column="0" > |
|
631 <widget class="QLabel" name="label_23" > |
|
632 <property name="font" > |
|
633 <font> |
|
634 <pointsize>12</pointsize> |
|
635 <weight>75</weight> |
|
636 <bold>true</bold> |
|
637 </font> |
|
638 </property> |
|
639 <property name="text" > |
|
640 <string>Filter by timestamp:</string> |
|
641 </property> |
|
642 </widget> |
|
643 </item> |
|
644 <item row="2" column="0" > |
|
645 <widget class="QComboBox" name="timestampcomboBox" > |
|
646 <item> |
|
647 <property name="text" > |
|
648 <string>Equal</string> |
|
649 </property> |
|
650 </item> |
|
651 <item> |
|
652 <property name="text" > |
|
653 <string>NotEqual</string> |
|
654 </property> |
|
655 </item> |
|
656 <item> |
|
657 <property name="text" > |
|
658 <string>Less than</string> |
|
659 </property> |
|
660 </item> |
|
661 <item> |
|
662 <property name="text" > |
|
663 <string>Less than equal</string> |
|
664 </property> |
|
665 </item> |
|
666 <item> |
|
667 <property name="text" > |
|
668 <string>Greater than</string> |
|
669 </property> |
|
670 </item> |
|
671 <item> |
|
672 <property name="text" > |
|
673 <string>Greater than equal</string> |
|
674 </property> |
|
675 </item> |
|
676 </widget> |
|
677 </item> |
|
678 <item row="3" column="0" > |
|
679 <widget class="QDateTimeEdit" name="timestampdateTimeEdit" > |
|
680 <property name="dateTime" > |
|
681 <datetime> |
|
682 <hour>0</hour> |
|
683 <minute>0</minute> |
|
684 <second>0</second> |
|
685 <year>2000</year> |
|
686 <month>1</month> |
|
687 <day>1</day> |
|
688 </datetime> |
|
689 </property> |
|
690 <property name="currentSection" > |
|
691 <enum>QDateTimeEdit::YearSection</enum> |
|
692 </property> |
|
693 <property name="displayFormat" > |
|
694 <string>yyyy/MM/dd HH:mm</string> |
|
695 </property> |
|
696 <property name="calendarPopup" > |
|
697 <bool>true</bool> |
|
698 </property> |
|
699 </widget> |
|
700 </item> |
|
701 <item row="4" column="0" > |
|
702 <widget class="QPushButton" name="timestampButton" > |
|
703 <property name="text" > |
|
704 <string>make query</string> |
|
705 </property> |
|
706 </widget> |
|
707 </item> |
|
708 <item row="1" column="0" > |
|
709 <widget class="QComboBox" name="timestampAccountComboBox" > |
|
710 <item> |
|
711 <property name="text" > |
|
712 <string>Select account</string> |
|
713 </property> |
|
714 </item> |
|
715 </widget> |
|
716 </item> |
|
717 </layout> |
|
718 </widget> |
|
719 <widget class="QWidget" name="page_10" > |
|
720 <layout class="QFormLayout" name="formLayout_2" > |
|
721 <item row="0" column="0" > |
|
722 <widget class="QLabel" name="label_19" > |
|
723 <property name="font" > |
|
724 <font> |
|
725 <pointsize>12</pointsize> |
|
726 <weight>75</weight> |
|
727 <bold>true</bold> |
|
728 </font> |
|
729 </property> |
|
730 <property name="text" > |
|
731 <string>By receptiontime:</string> |
|
732 </property> |
|
733 </widget> |
|
734 </item> |
|
735 <item row="1" column="0" > |
|
736 <widget class="QComboBox" name="timeAccountComboBox" > |
|
737 <item> |
|
738 <property name="text" > |
|
739 <string>Select account</string> |
|
740 </property> |
|
741 </item> |
|
742 </widget> |
|
743 </item> |
|
744 <item row="2" column="0" > |
|
745 <widget class="QComboBox" name="receptioncomboBox" > |
|
746 <item> |
|
747 <property name="text" > |
|
748 <string>Equal</string> |
|
749 </property> |
|
750 </item> |
|
751 <item> |
|
752 <property name="text" > |
|
753 <string>Not equal</string> |
|
754 </property> |
|
755 </item> |
|
756 <item> |
|
757 <property name="text" > |
|
758 <string>Less than</string> |
|
759 </property> |
|
760 </item> |
|
761 <item> |
|
762 <property name="text" > |
|
763 <string>Less than equal</string> |
|
764 </property> |
|
765 </item> |
|
766 <item> |
|
767 <property name="text" > |
|
768 <string>Greater than</string> |
|
769 </property> |
|
770 </item> |
|
771 <item> |
|
772 <property name="text" > |
|
773 <string>Greater than equal</string> |
|
774 </property> |
|
775 </item> |
|
776 </widget> |
|
777 </item> |
|
778 <item row="3" column="0" > |
|
779 <widget class="QDateTimeEdit" name="receptiondateTimeEdit" > |
|
780 <property name="currentSection" > |
|
781 <enum>QDateTimeEdit::YearSection</enum> |
|
782 </property> |
|
783 <property name="displayFormat" > |
|
784 <string>yyyy/MM/dd HH:mm</string> |
|
785 </property> |
|
786 <property name="calendarPopup" > |
|
787 <bool>true</bool> |
|
788 </property> |
|
789 </widget> |
|
790 </item> |
|
791 <item row="4" column="0" > |
|
792 <widget class="QPushButton" name="receptionButton" > |
|
793 <property name="text" > |
|
794 <string>make query</string> |
|
795 </property> |
|
796 </widget> |
|
797 </item> |
|
798 </layout> |
|
799 </widget> |
|
800 <widget class="QWidget" name="page_11" > |
|
801 <layout class="QFormLayout" name="formLayout" > |
|
802 <item row="0" column="0" > |
|
803 <widget class="QLabel" name="label_21" > |
|
804 <property name="font" > |
|
805 <font> |
|
806 <pointsize>12</pointsize> |
|
807 <weight>75</weight> |
|
808 <bold>true</bold> |
|
809 </font> |
|
810 </property> |
|
811 <property name="text" > |
|
812 <string>Filter by folder:</string> |
|
813 </property> |
|
814 </widget> |
|
815 </item> |
|
816 <item row="1" column="0" > |
|
817 <widget class="QComboBox" name="folderAccountComboBox" > |
|
818 <item> |
|
819 <property name="text" > |
|
820 <string>Select account</string> |
|
821 </property> |
|
822 </item> |
|
823 </widget> |
|
824 </item> |
|
825 <item row="2" column="0" > |
|
826 <widget class="QComboBox" name="foldercomboBox" > |
|
827 <property name="font" > |
|
828 <font> |
|
829 <weight>50</weight> |
|
830 <bold>false</bold> |
|
831 </font> |
|
832 </property> |
|
833 <item> |
|
834 <property name="text" > |
|
835 <string>Inbox folder, equal</string> |
|
836 </property> |
|
837 </item> |
|
838 <item> |
|
839 <property name="text" > |
|
840 <string>Inbox folder, not equal</string> |
|
841 </property> |
|
842 </item> |
|
843 <item> |
|
844 <property name="text" > |
|
845 <string>Outbox folder, equal</string> |
|
846 </property> |
|
847 </item> |
|
848 <item> |
|
849 <property name="text" > |
|
850 <string>Outbox folder, not equal</string> |
|
851 </property> |
|
852 </item> |
|
853 <item> |
|
854 <property name="text" > |
|
855 <string>Drafts folder, equal</string> |
|
856 </property> |
|
857 </item> |
|
858 <item> |
|
859 <property name="text" > |
|
860 <string>Drafts folder, not equal</string> |
|
861 </property> |
|
862 </item> |
|
863 <item> |
|
864 <property name="text" > |
|
865 <string>Sent folder, equal</string> |
|
866 </property> |
|
867 </item> |
|
868 <item> |
|
869 <property name="text" > |
|
870 <string>Sent folder, not equal</string> |
|
871 </property> |
|
872 </item> |
|
873 <item> |
|
874 <property name="text" > |
|
875 <string>Trash folder, equal</string> |
|
876 </property> |
|
877 </item> |
|
878 <item> |
|
879 <property name="text" > |
|
880 <string>Trahs folder, not equal</string> |
|
881 </property> |
|
882 </item> |
|
883 </widget> |
|
884 </item> |
|
885 <item row="3" column="0" > |
|
886 <widget class="QPushButton" name="folderButton" > |
|
887 <property name="palette" > |
|
888 <palette> |
|
889 <active> |
|
890 <colorrole role="LinkVisited" > |
|
891 <brush brushstyle="SolidPattern" > |
|
892 <color alpha="255" > |
|
893 <red>51</red> |
|
894 <green>129</green> |
|
895 <blue>255</blue> |
|
896 </color> |
|
897 </brush> |
|
898 </colorrole> |
|
899 </active> |
|
900 <inactive> |
|
901 <colorrole role="LinkVisited" > |
|
902 <brush brushstyle="SolidPattern" > |
|
903 <color alpha="255" > |
|
904 <red>51</red> |
|
905 <green>129</green> |
|
906 <blue>255</blue> |
|
907 </color> |
|
908 </brush> |
|
909 </colorrole> |
|
910 </inactive> |
|
911 <disabled> |
|
912 <colorrole role="LinkVisited" > |
|
913 <brush brushstyle="SolidPattern" > |
|
914 <color alpha="255" > |
|
915 <red>51</red> |
|
916 <green>129</green> |
|
917 <blue>255</blue> |
|
918 </color> |
|
919 </brush> |
|
920 </colorrole> |
|
921 </disabled> |
|
922 </palette> |
|
923 </property> |
|
924 <property name="font" > |
|
925 <font> |
|
926 <weight>50</weight> |
|
927 <bold>false</bold> |
|
928 </font> |
|
929 </property> |
|
930 <property name="focusPolicy" > |
|
931 <enum>Qt::StrongFocus</enum> |
|
932 </property> |
|
933 <property name="contextMenuPolicy" > |
|
934 <enum>Qt::DefaultContextMenu</enum> |
|
935 </property> |
|
936 <property name="text" > |
|
937 <string>make query</string> |
|
938 </property> |
|
939 </widget> |
|
940 </item> |
|
941 </layout> |
|
942 </widget> |
|
943 <widget class="QWidget" name="page_12" > |
|
944 <layout class="QFormLayout" name="formLayout_7" > |
|
945 <item row="0" column="0" > |
|
946 <widget class="QLabel" name="label_29" > |
|
947 <property name="font" > |
|
948 <font> |
|
949 <pointsize>12</pointsize> |
|
950 <weight>75</weight> |
|
951 <bold>true</bold> |
|
952 </font> |
|
953 </property> |
|
954 <property name="text" > |
|
955 <string>By account:</string> |
|
956 </property> |
|
957 </widget> |
|
958 </item> |
|
959 <item row="1" column="0" > |
|
960 <widget class="QLabel" name="label_28" > |
|
961 <property name="text" > |
|
962 <string>Account:</string> |
|
963 </property> |
|
964 </widget> |
|
965 </item> |
|
966 <item row="2" column="0" > |
|
967 <widget class="QComboBox" name="accountComboBox_2" /> |
|
968 </item> |
|
969 <item row="3" column="0" > |
|
970 <widget class="QComboBox" name="folderComboBox" /> |
|
971 </item> |
|
972 <item row="4" column="0" > |
|
973 <widget class="QLabel" name="label_20" > |
|
974 <property name="text" > |
|
975 <string>Default account:</string> |
|
976 </property> |
|
977 </widget> |
|
978 </item> |
|
979 <item row="5" column="0" > |
|
980 <widget class="QComboBox" name="defaultAccountBox" > |
|
981 <item> |
|
982 <property name="text" > |
|
983 <string>Inbox</string> |
|
984 </property> |
|
985 </item> |
|
986 <item> |
|
987 <property name="text" > |
|
988 <string>Outbox</string> |
|
989 </property> |
|
990 </item> |
|
991 <item> |
|
992 <property name="text" > |
|
993 <string>Drafts</string> |
|
994 </property> |
|
995 </item> |
|
996 <item> |
|
997 <property name="text" > |
|
998 <string>Sent</string> |
|
999 </property> |
|
1000 </item> |
|
1001 <item> |
|
1002 <property name="text" > |
|
1003 <string>Trash</string> |
|
1004 </property> |
|
1005 </item> |
|
1006 </widget> |
|
1007 </item> |
|
1008 <item row="6" column="0" > |
|
1009 <widget class="QPushButton" name="findMessagesButton" > |
|
1010 <property name="text" > |
|
1011 <string>make query</string> |
|
1012 </property> |
|
1013 </widget> |
|
1014 </item> |
|
1015 </layout> |
|
1016 <zorder>accountComboBox_2</zorder> |
|
1017 <zorder>folderComboBox</zorder> |
|
1018 <zorder>defaultAccountBox</zorder> |
|
1019 <zorder>findMessagesButton</zorder> |
|
1020 <zorder>label_20</zorder> |
|
1021 <zorder>label_28</zorder> |
|
1022 <zorder>label_29</zorder> |
|
1023 </widget> |
|
1024 <widget class="QWidget" name="page_13" > |
|
1025 <layout class="QVBoxLayout" name="verticalLayout_9" > |
|
1026 <item> |
|
1027 <widget class="QListView" name="messageListView" /> |
|
1028 </item> |
|
1029 </layout> |
|
1030 </widget> |
|
1031 </widget> |
|
1032 </item> |
|
1033 </layout> |
|
1034 </widget> |
|
1035 </widget> |
|
1036 <resources/> |
|
1037 <connections/> |
|
1038 </ui> |