~ubuntu-branches/ubuntu/maverick/luckybackup/maverick

« back to all changes in this revision

Viewing changes to ui/scheduleDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2009-05-21 20:09:36 UTC
  • Revision ID: james.westby@ubuntu.com-20090521200936-jcbu6euvoxz7sef7
Tags: upstream-0.3
Import upstream version 0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>scheduleDialog</class>
 
3
 <widget class="QDialog" name="scheduleDialog" >
 
4
  <property name="windowModality" >
 
5
   <enum>Qt::NonModal</enum>
 
6
  </property>
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>580</width>
 
12
    <height>478</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>luckyBackup - schedule</string>
 
17
  </property>
 
18
  <property name="windowIcon" >
 
19
   <iconset resource="../resources/luckybackup.qrc" >
 
20
    <normaloff>:/luckyPrefix/luckybackup_96.png</normaloff>:/luckyPrefix/luckybackup_96.png</iconset>
 
21
  </property>
 
22
  <layout class="QGridLayout" name="gridLayout_4" >
 
23
   <item row="1" column="0" colspan="5" >
 
24
    <layout class="QGridLayout" name="gridLayout_3" >
 
25
     <item row="0" column="0" >
 
26
      <widget class="QListWidget" name="listWidget_schedule" >
 
27
       <property name="frameShape" >
 
28
        <enum>QFrame::StyledPanel</enum>
 
29
       </property>
 
30
       <property name="frameShadow" >
 
31
        <enum>QFrame::Sunken</enum>
 
32
       </property>
 
33
       <property name="midLineWidth" >
 
34
        <number>1</number>
 
35
       </property>
 
36
       <property name="alternatingRowColors" >
 
37
        <bool>true</bool>
 
38
       </property>
 
39
      </widget>
 
40
     </item>
 
41
     <item row="0" column="1" >
 
42
      <layout class="QVBoxLayout" name="verticalLayout_6" >
 
43
       <item>
 
44
        <widget class="QPushButton" name="pushButton_add" >
 
45
         <property name="sizePolicy" >
 
46
          <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
 
47
           <horstretch>0</horstretch>
 
48
           <verstretch>0</verstretch>
 
49
          </sizepolicy>
 
50
         </property>
 
51
         <property name="cursor" >
 
52
          <cursorShape>PointingHandCursor</cursorShape>
 
53
         </property>
 
54
         <property name="toolTip" >
 
55
          <string>Add a new profile schedule</string>
 
56
         </property>
 
57
         <property name="text" >
 
58
          <string>add</string>
 
59
         </property>
 
60
         <property name="icon" >
 
61
          <iconset resource="../resources/luckybackup.qrc" >
 
62
           <normaloff>:/luckyPrefix/add.png</normaloff>:/luckyPrefix/add.png</iconset>
 
63
         </property>
 
64
        </widget>
 
65
       </item>
 
66
       <item>
 
67
        <widget class="QPushButton" name="pushButton_modify" >
 
68
         <property name="enabled" >
 
69
          <bool>true</bool>
 
70
         </property>
 
71
         <property name="cursor" >
 
72
          <cursorShape>PointingHandCursor</cursorShape>
 
73
         </property>
 
74
         <property name="toolTip" >
 
75
          <string>Modify selected profile schedule</string>
 
76
         </property>
 
77
         <property name="text" >
 
78
          <string>modify</string>
 
79
         </property>
 
80
         <property name="icon" >
 
81
          <iconset resource="../resources/luckybackup.qrc" >
 
82
           <normaloff>:/luckyPrefix/configure.png</normaloff>:/luckyPrefix/configure.png</iconset>
 
83
         </property>
 
84
        </widget>
 
85
       </item>
 
86
       <item>
 
87
        <widget class="QPushButton" name="pushButton_remove" >
 
88
         <property name="cursor" >
 
89
          <cursorShape>PointingHandCursor</cursorShape>
 
90
         </property>
 
91
         <property name="toolTip" >
 
92
          <string>Remove selected profile schedule</string>
 
93
         </property>
 
94
         <property name="text" >
 
95
          <string>remove</string>
 
96
         </property>
 
97
         <property name="icon" >
 
98
          <iconset resource="../resources/luckybackup.qrc" >
 
99
           <normaloff>:/luckyPrefix/remove.png</normaloff>:/luckyPrefix/remove.png</iconset>
 
100
         </property>
 
101
        </widget>
 
102
       </item>
 
103
       <item>
 
104
        <spacer name="verticalSpacer" >
 
105
         <property name="orientation" >
 
106
          <enum>Qt::Vertical</enum>
 
107
         </property>
 
108
         <property name="sizeHint" stdset="0" >
 
109
          <size>
 
110
           <width>20</width>
 
111
           <height>98</height>
 
112
          </size>
 
113
         </property>
 
114
        </spacer>
 
115
       </item>
 
116
      </layout>
 
117
     </item>
 
118
    </layout>
 
119
   </item>
 
120
   <item row="2" column="0" colspan="5" >
 
121
    <widget class="QGroupBox" name="groupBox_addProfileSchedule" >
 
122
     <property name="enabled" >
 
123
      <bool>true</bool>
 
124
     </property>
 
125
     <property name="font" >
 
126
      <font>
 
127
       <weight>75</weight>
 
128
       <bold>true</bold>
 
129
      </font>
 
130
     </property>
 
131
     <property name="title" >
 
132
      <string>Profile schedule details</string>
 
133
     </property>
 
134
     <layout class="QGridLayout" name="gridLayout_2" >
 
135
      <item row="0" column="0" >
 
136
       <layout class="QGridLayout" name="gridLayout" >
 
137
        <item row="0" column="0" >
 
138
         <widget class="QLabel" name="label_profile" >
 
139
          <property name="sizePolicy" >
 
140
           <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
 
141
            <horstretch>0</horstretch>
 
142
            <verstretch>0</verstretch>
 
143
           </sizepolicy>
 
144
          </property>
 
145
          <property name="font" >
 
146
           <font>
 
147
            <weight>75</weight>
 
148
            <bold>true</bold>
 
149
           </font>
 
150
          </property>
 
151
          <property name="text" >
 
152
           <string>Profile :</string>
 
153
          </property>
 
154
         </widget>
 
155
        </item>
 
156
        <item row="0" column="1" >
 
157
         <widget class="QComboBox" name="comboBox_profile" />
 
158
        </item>
 
159
        <item row="1" column="0" colspan="2" >
 
160
         <widget class="QCheckBox" name="checkBox_skipCritical" >
 
161
          <property name="minimumSize" >
 
162
           <size>
 
163
            <width>125</width>
 
164
            <height>0</height>
 
165
           </size>
 
166
          </property>
 
167
          <property name="font" >
 
168
           <font>
 
169
            <weight>75</weight>
 
170
            <bold>true</bold>
 
171
           </font>
 
172
          </property>
 
173
          <property name="cursor" >
 
174
           <cursorShape>PointingHandCursor</cursorShape>
 
175
          </property>
 
176
          <property name="toolTip" >
 
177
           <string>Skip tasks that apear with a 'CRITICAL' warning message after the directories check</string>
 
178
          </property>
 
179
          <property name="text" >
 
180
           <string>skip critical</string>
 
181
          </property>
 
182
          <property name="checked" >
 
183
           <bool>true</bool>
 
184
          </property>
 
185
         </widget>
 
186
        </item>
 
187
        <item row="2" column="0" >
 
188
         <widget class="QLabel" name="label_executeEveryHour" >
 
189
          <property name="sizePolicy" >
 
190
           <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
 
191
            <horstretch>0</horstretch>
 
192
            <verstretch>0</verstretch>
 
193
           </sizepolicy>
 
194
          </property>
 
195
          <property name="text" >
 
196
           <string>time (hour:min) :</string>
 
197
          </property>
 
198
          <property name="alignment" >
 
199
           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 
200
          </property>
 
201
         </widget>
 
202
        </item>
 
203
        <item row="2" column="1" >
 
204
         <layout class="QHBoxLayout" name="horizontalLayout_2" >
 
205
          <item>
 
206
           <widget class="QSpinBox" name="spinBox_hour" >
 
207
            <property name="sizePolicy" >
 
208
             <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
 
209
              <horstretch>0</horstretch>
 
210
              <verstretch>0</verstretch>
 
211
             </sizepolicy>
 
212
            </property>
 
213
            <property name="font" >
 
214
             <font>
 
215
              <weight>50</weight>
 
216
              <bold>false</bold>
 
217
             </font>
 
218
            </property>
 
219
            <property name="cursor" >
 
220
             <cursorShape>PointingHandCursor</cursorShape>
 
221
            </property>
 
222
            <property name="maximum" >
 
223
             <number>23</number>
 
224
            </property>
 
225
           </widget>
 
226
          </item>
 
227
          <item>
 
228
           <widget class="QLabel" name="label_executeEveryMinute" >
 
229
            <property name="sizePolicy" >
 
230
             <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
 
231
              <horstretch>0</horstretch>
 
232
              <verstretch>0</verstretch>
 
233
             </sizepolicy>
 
234
            </property>
 
235
            <property name="text" >
 
236
             <string>:</string>
 
237
            </property>
 
238
            <property name="alignment" >
 
239
             <set>Qt::AlignCenter</set>
 
240
            </property>
 
241
           </widget>
 
242
          </item>
 
243
          <item>
 
244
           <widget class="QSpinBox" name="spinBox_minute" >
 
245
            <property name="sizePolicy" >
 
246
             <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
 
247
              <horstretch>0</horstretch>
 
248
              <verstretch>0</verstretch>
 
249
             </sizepolicy>
 
250
            </property>
 
251
            <property name="font" >
 
252
             <font>
 
253
              <weight>50</weight>
 
254
              <bold>false</bold>
 
255
             </font>
 
256
            </property>
 
257
            <property name="cursor" >
 
258
             <cursorShape>PointingHandCursor</cursorShape>
 
259
            </property>
 
260
            <property name="maximum" >
 
261
             <number>59</number>
 
262
            </property>
 
263
           </widget>
 
264
          </item>
 
265
         </layout>
 
266
        </item>
 
267
        <item row="3" column="0" >
 
268
         <widget class="QLabel" name="label_executeEveryDayOfWeek" >
 
269
          <property name="text" >
 
270
           <string>day of week :</string>
 
271
          </property>
 
272
          <property name="alignment" >
 
273
           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 
274
          </property>
 
275
         </widget>
 
276
        </item>
 
277
        <item row="3" column="1" >
 
278
         <widget class="QComboBox" name="comboBox_DayOfWeek" >
 
279
          <property name="font" >
 
280
           <font>
 
281
            <weight>50</weight>
 
282
            <bold>false</bold>
 
283
           </font>
 
284
          </property>
 
285
          <property name="cursor" >
 
286
           <cursorShape>PointingHandCursor</cursorShape>
 
287
          </property>
 
288
          <item>
 
289
           <property name="text" >
 
290
            <string>Any</string>
 
291
           </property>
 
292
          </item>
 
293
          <item>
 
294
           <property name="text" >
 
295
            <string>Sunday</string>
 
296
           </property>
 
297
          </item>
 
298
          <item>
 
299
           <property name="text" >
 
300
            <string>Monday</string>
 
301
           </property>
 
302
          </item>
 
303
          <item>
 
304
           <property name="text" >
 
305
            <string>Tuesday</string>
 
306
           </property>
 
307
          </item>
 
308
          <item>
 
309
           <property name="text" >
 
310
            <string>Wednesday</string>
 
311
           </property>
 
312
          </item>
 
313
          <item>
 
314
           <property name="text" >
 
315
            <string>Thursday</string>
 
316
           </property>
 
317
          </item>
 
318
          <item>
 
319
           <property name="text" >
 
320
            <string>Friday</string>
 
321
           </property>
 
322
          </item>
 
323
          <item>
 
324
           <property name="text" >
 
325
            <string>Saturday</string>
 
326
           </property>
 
327
          </item>
 
328
         </widget>
 
329
        </item>
 
330
        <item row="4" column="0" >
 
331
         <widget class="QLabel" name="label_executeEveryMonth" >
 
332
          <property name="text" >
 
333
           <string>month :</string>
 
334
          </property>
 
335
          <property name="alignment" >
 
336
           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 
337
          </property>
 
338
         </widget>
 
339
        </item>
 
340
        <item row="4" column="1" >
 
341
         <widget class="QComboBox" name="comboBox_month" >
 
342
          <property name="font" >
 
343
           <font>
 
344
            <weight>50</weight>
 
345
            <bold>false</bold>
 
346
           </font>
 
347
          </property>
 
348
          <property name="cursor" >
 
349
           <cursorShape>PointingHandCursor</cursorShape>
 
350
          </property>
 
351
          <item>
 
352
           <property name="text" >
 
353
            <string>Any</string>
 
354
           </property>
 
355
          </item>
 
356
          <item>
 
357
           <property name="text" >
 
358
            <string>January</string>
 
359
           </property>
 
360
          </item>
 
361
          <item>
 
362
           <property name="text" >
 
363
            <string>February</string>
 
364
           </property>
 
365
          </item>
 
366
          <item>
 
367
           <property name="text" >
 
368
            <string>March</string>
 
369
           </property>
 
370
          </item>
 
371
          <item>
 
372
           <property name="text" >
 
373
            <string>April</string>
 
374
           </property>
 
375
          </item>
 
376
          <item>
 
377
           <property name="text" >
 
378
            <string>May</string>
 
379
           </property>
 
380
          </item>
 
381
          <item>
 
382
           <property name="text" >
 
383
            <string>June</string>
 
384
           </property>
 
385
          </item>
 
386
          <item>
 
387
           <property name="text" >
 
388
            <string>July</string>
 
389
           </property>
 
390
          </item>
 
391
          <item>
 
392
           <property name="text" >
 
393
            <string>August</string>
 
394
           </property>
 
395
          </item>
 
396
          <item>
 
397
           <property name="text" >
 
398
            <string>September</string>
 
399
           </property>
 
400
          </item>
 
401
          <item>
 
402
           <property name="text" >
 
403
            <string>October</string>
 
404
           </property>
 
405
          </item>
 
406
          <item>
 
407
           <property name="text" >
 
408
            <string>November</string>
 
409
           </property>
 
410
          </item>
 
411
          <item>
 
412
           <property name="text" >
 
413
            <string>December</string>
 
414
           </property>
 
415
          </item>
 
416
         </widget>
 
417
        </item>
 
418
        <item row="5" column="0" >
 
419
         <widget class="QLabel" name="label_executeEveryDayOfMonth" >
 
420
          <property name="text" >
 
421
           <string>day of month :</string>
 
422
          </property>
 
423
          <property name="alignment" >
 
424
           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 
425
          </property>
 
426
         </widget>
 
427
        </item>
 
428
        <item row="5" column="1" >
 
429
         <widget class="QComboBox" name="comboBox_dayOfMonth" >
 
430
          <property name="font" >
 
431
           <font>
 
432
            <weight>50</weight>
 
433
            <bold>false</bold>
 
434
           </font>
 
435
          </property>
 
436
          <property name="cursor" >
 
437
           <cursorShape>PointingHandCursor</cursorShape>
 
438
          </property>
 
439
          <item>
 
440
           <property name="text" >
 
441
            <string>Any</string>
 
442
           </property>
 
443
          </item>
 
444
          <item>
 
445
           <property name="text" >
 
446
            <string>1</string>
 
447
           </property>
 
448
          </item>
 
449
          <item>
 
450
           <property name="text" >
 
451
            <string>2</string>
 
452
           </property>
 
453
          </item>
 
454
          <item>
 
455
           <property name="text" >
 
456
            <string>3</string>
 
457
           </property>
 
458
          </item>
 
459
          <item>
 
460
           <property name="text" >
 
461
            <string>4</string>
 
462
           </property>
 
463
          </item>
 
464
          <item>
 
465
           <property name="text" >
 
466
            <string>5</string>
 
467
           </property>
 
468
          </item>
 
469
          <item>
 
470
           <property name="text" >
 
471
            <string>6</string>
 
472
           </property>
 
473
          </item>
 
474
          <item>
 
475
           <property name="text" >
 
476
            <string>7</string>
 
477
           </property>
 
478
          </item>
 
479
          <item>
 
480
           <property name="text" >
 
481
            <string>8</string>
 
482
           </property>
 
483
          </item>
 
484
          <item>
 
485
           <property name="text" >
 
486
            <string>9</string>
 
487
           </property>
 
488
          </item>
 
489
          <item>
 
490
           <property name="text" >
 
491
            <string>10</string>
 
492
           </property>
 
493
          </item>
 
494
          <item>
 
495
           <property name="text" >
 
496
            <string>11</string>
 
497
           </property>
 
498
          </item>
 
499
          <item>
 
500
           <property name="text" >
 
501
            <string>12</string>
 
502
           </property>
 
503
          </item>
 
504
          <item>
 
505
           <property name="text" >
 
506
            <string>13</string>
 
507
           </property>
 
508
          </item>
 
509
          <item>
 
510
           <property name="text" >
 
511
            <string>14</string>
 
512
           </property>
 
513
          </item>
 
514
          <item>
 
515
           <property name="text" >
 
516
            <string>15</string>
 
517
           </property>
 
518
          </item>
 
519
          <item>
 
520
           <property name="text" >
 
521
            <string>16</string>
 
522
           </property>
 
523
          </item>
 
524
          <item>
 
525
           <property name="text" >
 
526
            <string>17</string>
 
527
           </property>
 
528
          </item>
 
529
          <item>
 
530
           <property name="text" >
 
531
            <string>18</string>
 
532
           </property>
 
533
          </item>
 
534
          <item>
 
535
           <property name="text" >
 
536
            <string>19</string>
 
537
           </property>
 
538
          </item>
 
539
          <item>
 
540
           <property name="text" >
 
541
            <string>20</string>
 
542
           </property>
 
543
          </item>
 
544
          <item>
 
545
           <property name="text" >
 
546
            <string>21</string>
 
547
           </property>
 
548
          </item>
 
549
          <item>
 
550
           <property name="text" >
 
551
            <string>22</string>
 
552
           </property>
 
553
          </item>
 
554
          <item>
 
555
           <property name="text" >
 
556
            <string>23</string>
 
557
           </property>
 
558
          </item>
 
559
          <item>
 
560
           <property name="text" >
 
561
            <string>24</string>
 
562
           </property>
 
563
          </item>
 
564
          <item>
 
565
           <property name="text" >
 
566
            <string>25</string>
 
567
           </property>
 
568
          </item>
 
569
          <item>
 
570
           <property name="text" >
 
571
            <string>26</string>
 
572
           </property>
 
573
          </item>
 
574
          <item>
 
575
           <property name="text" >
 
576
            <string>27</string>
 
577
           </property>
 
578
          </item>
 
579
          <item>
 
580
           <property name="text" >
 
581
            <string>28</string>
 
582
           </property>
 
583
          </item>
 
584
          <item>
 
585
           <property name="text" >
 
586
            <string>29</string>
 
587
           </property>
 
588
          </item>
 
589
          <item>
 
590
           <property name="text" >
 
591
            <string>30</string>
 
592
           </property>
 
593
          </item>
 
594
          <item>
 
595
           <property name="text" >
 
596
            <string>31</string>
 
597
           </property>
 
598
          </item>
 
599
         </widget>
 
600
        </item>
 
601
       </layout>
 
602
      </item>
 
603
      <item row="1" column="0" >
 
604
       <layout class="QHBoxLayout" name="horizontalLayout_3" >
 
605
        <item>
 
606
         <spacer name="horizontalSpacer" >
 
607
          <property name="orientation" >
 
608
           <enum>Qt::Horizontal</enum>
 
609
          </property>
 
610
          <property name="sizeHint" stdset="0" >
 
611
           <size>
 
612
            <width>40</width>
 
613
            <height>20</height>
 
614
           </size>
 
615
          </property>
 
616
         </spacer>
 
617
        </item>
 
618
        <item>
 
619
         <widget class="QPushButton" name="pushButton_modifyOkay" >
 
620
          <property name="sizePolicy" >
 
621
           <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
 
622
            <horstretch>0</horstretch>
 
623
            <verstretch>0</verstretch>
 
624
           </sizepolicy>
 
625
          </property>
 
626
          <property name="cursor" >
 
627
           <cursorShape>PointingHandCursor</cursorShape>
 
628
          </property>
 
629
          <property name="text" >
 
630
           <string>okay</string>
 
631
          </property>
 
632
          <property name="icon" >
 
633
           <iconset resource="../resources/luckybackup.qrc" >
 
634
            <normaloff>:/luckyPrefix/okay.png</normaloff>:/luckyPrefix/okay.png</iconset>
 
635
          </property>
 
636
         </widget>
 
637
        </item>
 
638
        <item>
 
639
         <widget class="QPushButton" name="pushButton_modifyCancel" >
 
640
          <property name="minimumSize" >
 
641
           <size>
 
642
            <width>110</width>
 
643
            <height>0</height>
 
644
           </size>
 
645
          </property>
 
646
          <property name="cursor" >
 
647
           <cursorShape>PointingHandCursor</cursorShape>
 
648
          </property>
 
649
          <property name="text" >
 
650
           <string>Cancel</string>
 
651
          </property>
 
652
          <property name="icon" >
 
653
           <iconset resource="../resources/luckybackup.qrc" >
 
654
            <normaloff>:/luckyPrefix/cancel.png</normaloff>:/luckyPrefix/cancel.png</iconset>
 
655
          </property>
 
656
         </widget>
 
657
        </item>
 
658
       </layout>
 
659
      </item>
 
660
     </layout>
 
661
    </widget>
 
662
   </item>
 
663
   <item row="3" column="0" >
 
664
    <spacer name="horizontalSpacer_2" >
 
665
     <property name="orientation" >
 
666
      <enum>Qt::Horizontal</enum>
 
667
     </property>
 
668
     <property name="sizeHint" stdset="0" >
 
669
      <size>
 
670
       <width>387</width>
 
671
       <height>20</height>
 
672
      </size>
 
673
     </property>
 
674
    </spacer>
 
675
   </item>
 
676
   <item row="3" column="3" >
 
677
    <widget class="QPushButton" name="pushButton_schedule" >
 
678
     <property name="minimumSize" >
 
679
      <size>
 
680
       <width>150</width>
 
681
       <height>0</height>
 
682
      </size>
 
683
     </property>
 
684
     <property name="cursor" >
 
685
      <cursorShape>PointingHandCursor</cursorShape>
 
686
     </property>
 
687
     <property name="toolTip" >
 
688
      <string>schedule the execution of profiles as declared in the list above</string>
 
689
     </property>
 
690
     <property name="text" >
 
691
      <string>cronIT !!</string>
 
692
     </property>
 
693
     <property name="icon" >
 
694
      <iconset resource="../resources/luckybackup.qrc" >
 
695
       <normaloff>:/luckyPrefix/cron.png</normaloff>:/luckyPrefix/cron.png</iconset>
 
696
     </property>
 
697
    </widget>
 
698
   </item>
 
699
   <item row="3" column="4" >
 
700
    <widget class="QPushButton" name="pushButton_cancel" >
 
701
     <property name="minimumSize" >
 
702
      <size>
 
703
       <width>110</width>
 
704
       <height>0</height>
 
705
      </size>
 
706
     </property>
 
707
     <property name="cursor" >
 
708
      <cursorShape>PointingHandCursor</cursorShape>
 
709
     </property>
 
710
     <property name="toolTip" >
 
711
      <string>close this dialog without saving changes (if any)</string>
 
712
     </property>
 
713
     <property name="text" >
 
714
      <string>Cancel</string>
 
715
     </property>
 
716
     <property name="icon" >
 
717
      <iconset resource="../resources/luckybackup.qrc" >
 
718
       <normaloff>:/luckyPrefix/cancel.png</normaloff>:/luckyPrefix/cancel.png</iconset>
 
719
     </property>
 
720
    </widget>
 
721
   </item>
 
722
   <item row="0" column="0" >
 
723
    <widget class="QFrame" name="frame_image" >
 
724
     <property name="maximumSize" >
 
725
      <size>
 
726
       <width>30</width>
 
727
       <height>30</height>
 
728
      </size>
 
729
     </property>
 
730
     <property name="styleSheet" >
 
731
      <string notr="true" >border-image: url(:/luckyPrefix/cron.png);</string>
 
732
     </property>
 
733
     <property name="frameShape" >
 
734
      <enum>QFrame::StyledPanel</enum>
 
735
     </property>
 
736
    </widget>
 
737
   </item>
 
738
   <item row="0" column="1" colspan="2" >
 
739
    <widget class="QLabel" name="label" >
 
740
     <property name="sizePolicy" >
 
741
      <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
 
742
       <horstretch>0</horstretch>
 
743
       <verstretch>0</verstretch>
 
744
      </sizepolicy>
 
745
     </property>
 
746
     <property name="font" >
 
747
      <font>
 
748
       <pointsize>10</pointsize>
 
749
       <weight>75</weight>
 
750
       <bold>true</bold>
 
751
      </font>
 
752
     </property>
 
753
     <property name="text" >
 
754
      <string>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
 
755
&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
 
756
p, li { white-space: pre-wrap; }
 
757
&lt;/style>&lt;/head>&lt;body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:600; font-style:normal;">
 
758
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;">&lt;span style=" font-size:9pt; color:#aa0000;">Profile execution scheduling&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
 
759
     </property>
 
760
     <property name="alignment" >
 
761
      <set>Qt::AlignCenter</set>
 
762
     </property>
 
763
    </widget>
 
764
   </item>
 
765
  </layout>
 
766
 </widget>
 
767
 <tabstops>
 
768
  <tabstop>listWidget_schedule</tabstop>
 
769
  <tabstop>pushButton_add</tabstop>
 
770
  <tabstop>pushButton_modify</tabstop>
 
771
  <tabstop>pushButton_remove</tabstop>
 
772
  <tabstop>comboBox_profile</tabstop>
 
773
  <tabstop>checkBox_skipCritical</tabstop>
 
774
  <tabstop>spinBox_hour</tabstop>
 
775
  <tabstop>spinBox_minute</tabstop>
 
776
  <tabstop>comboBox_DayOfWeek</tabstop>
 
777
  <tabstop>comboBox_month</tabstop>
 
778
  <tabstop>comboBox_dayOfMonth</tabstop>
 
779
  <tabstop>pushButton_modifyOkay</tabstop>
 
780
  <tabstop>pushButton_modifyCancel</tabstop>
 
781
  <tabstop>pushButton_schedule</tabstop>
 
782
  <tabstop>pushButton_cancel</tabstop>
 
783
 </tabstops>
 
784
 <resources>
 
785
  <include location="../resources/luckybackup.qrc" />
 
786
 </resources>
 
787
 <connections/>
 
788
</ui>