-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautofilebackup.ui
492 lines (492 loc) · 41.4 KB
/
autofilebackup.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AutoFileBackup</class>
<widget class="QWidget" name="AutoFileBackup">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>532</width>
<height>586</height>
</rect>
</property>
<property name="font">
<font>
<family>DejaVu Sans</family>
</font>
</property>
<property name="windowTitle">
<string>AutoFileBackup</string>
</property>
<property name="windowIcon">
<iconset resource="AppResources.qrc">
<normaloff>:/images/backup_ico.png</normaloff>:/images/backup_ico.png</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<widget class="QTabWidget" name="mainTabWidget">
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="currentIndex">
<number>1</number>
</property>
<widget class="QWidget" name="monitorTabWidgetPage">
<attribute name="title">
<string>File Monitor</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="fileMonitorGroupBox">
<property name="title">
<string>Monitored files</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_11">
<item>
<widget class="DropTableWidget" name="watchedFilesTableWidget">
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/images/dropfiles.png);background-repeat: no-repeat;background-position: center center;background-attachment: fixed;</string>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DropOnly</enum>
</property>
<property name="defaultDropAction">
<enum>Qt::IgnoreAction</enum>
</property>
<property name="alternatingRowColors">
<bool>false</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::MultiSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="rowCount">
<number>0</number>
</property>
<property name="columnCount">
<number>2</number>
</property>
<attribute name="horizontalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>20</number>
</attribute>
<column>
<property name="text">
<string>File Name</string>
</property>
</column>
<column>
<property name="text">
<string>Status</string>
</property>
</column>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="addNewFileButton">
<property name="text">
<string>Add File</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="removeFileButton">
<property name="text">
<string>Remove File</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_5">
<property name="title">
<string>logs</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_13">
<item>
<widget class="QListWidget" name="logList"/>
</item>
<item>
<widget class="QPushButton" name="clearLogButton">
<property name="text">
<string>Clear Log</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_6">
<property name="title">
<string>files been queued for delayed execution</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_14">
<item>
<widget class="QListWidget" name="changedFileQueueList"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="settingsTabWidgetPage">
<attribute name="title">
<string>Settings </string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QTabWidget" name="fileBackupTabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="fileCopyTab">
<attribute name="title">
<string>File Copy Backup Settings</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Save changed files to</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="destinationDirLineEdit">
<property name="enabled">
<bool>false</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="destinationDirBrowseButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Browse</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="saveToSubDirLineEdit">
<property name="placeholderText">
<string>Enter folder name to create a subfolder</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="createDateFolderCheckBox">
<property name="text">
<string>Create date based folder?</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="dateFolderFormatLineEdit">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string><html><head/><body><table border="0" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;" cellspacing="2" cellpadding="0"><tr><td style=" vertical-align:top;"><p>d</p></td><td style=" vertical-align:top;"><p>the day as number without a leading zero (1 to 31)</p></td></tr><tr><td style=" vertical-align:top;"><p>dd</p></td><td style=" vertical-align:top;"><p>the day as number with a leading zero (01 to 31)</p></td></tr><tr><td style=" vertical-align:top;"><p>ddd</p></td><td style=" vertical-align:top;"><p>the abbreviated localized day name (e.g. 'Mon' to 'Sun').</p></td></tr><tr><td style=" vertical-align:top;"><p>dddd</p></td><td style=" vertical-align:top;"><p>the long localized day name (e.g. 'Monday' to 'Sunday').</p></td></tr><tr><td style=" vertical-align:top;"><p>M</p></td><td style=" vertical-align:top;"><p>the month as number without a leading zero (1-12)</p></td></tr><tr><td style=" vertical-align:top;"><p>MM</p></td><td style=" vertical-align:top;"><p>the month as number with a leading zero (01-12)</p></td></tr><tr><td style=" vertical-align:top;"><p>MMM</p></td><td style=" vertical-align:top;"><p>the abbreviated localized month name (e.g. 'Jan' to 'Dec'). </p></td></tr><tr><td style=" vertical-align:top;"><p>MMMM</p></td><td style=" vertical-align:top;"><p>the long localized month name (e.g. 'January' to 'December'). </p></td></tr><tr><td style=" vertical-align:top;"><p>yy</p></td><td style=" vertical-align:top;"><p>the year as two digit number (00-99)</p></td></tr><tr><td style=" vertical-align:top;"><p>yyyy</p></td><td style=" vertical-align:top;"><p>the year as four digit number</p></td></tr></table><p><br/></p><p><br/></p><table border="0" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;" cellspacing="2" cellpadding="0"><tr><td style=" vertical-align:top;"><p>h</p></td><td style=" vertical-align:top;"><p>the hour without a leading zero (0 to 23 or 1 to 12 if AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>hh</p></td><td style=" vertical-align:top;"><p>the hour with a leading zero (00 to 23 or 01 to 12 if AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>H</p></td><td style=" vertical-align:top;"><p>the hour without a leading zero (0 to 23, even with AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>HH</p></td><td style=" vertical-align:top;"><p>the hour with a leading zero (00 to 23, even with AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>m</p></td><td style=" vertical-align:top;"><p>the minute without a leading zero (0 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>mm</p></td><td style=" vertical-align:top;"><p>the minute with a leading zero (00 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>s</p></td><td style=" vertical-align:top;"><p>the second without a leading zero (0 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>ss</p></td><td style=" vertical-align:top;"><p>the second with a leading zero (00 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>z</p></td><td style=" vertical-align:top;"><p>the milliseconds without leading zeroes (0 to 999)</p></td></tr><tr><td style=" vertical-align:top;"><p>zzz</p></td><td style=" vertical-align:top;"><p>the milliseconds with leading zeroes (000 to 999)</p></td></tr><tr><td style=" vertical-align:top;"><p>AP or A</p></td><td style=" vertical-align:top;"><p>interpret as an AM/PM time. <span style=" font-style:italic;">AP</span> must be either &quot;AM&quot; or &quot;PM&quot;.</p></td></tr><tr><td style=" vertical-align:top;"><p>ap or a</p></td><td style=" vertical-align:top;"><p>Interpret as an AM/PM time. <span style=" font-style:italic;">ap</span> must be either &quot;am&quot; or &quot;pm&quot;.</p></td></tr></table></body></html></string>
</property>
<property name="whatsThis">
<string><html><head/><body><table border="0" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;" cellspacing="2" cellpadding="0"><tr><td style=" vertical-align:top;"><p>d</p></td><td style=" vertical-align:top;"><p>the day as number without a leading zero (1 to 31)</p></td></tr><tr><td style=" vertical-align:top;"><p>dd</p></td><td style=" vertical-align:top;"><p>the day as number with a leading zero (01 to 31)</p></td></tr><tr><td style=" vertical-align:top;"><p>ddd</p></td><td style=" vertical-align:top;"><p>the abbreviated localized day name (e.g. 'Mon' to 'Sun').</p></td></tr><tr><td style=" vertical-align:top;"><p>dddd</p></td><td style=" vertical-align:top;"><p>the long localized day name (e.g. 'Monday' to 'Sunday').</p></td></tr><tr><td style=" vertical-align:top;"><p>M</p></td><td style=" vertical-align:top;"><p>the month as number without a leading zero (1-12)</p></td></tr><tr><td style=" vertical-align:top;"><p>MM</p></td><td style=" vertical-align:top;"><p>the month as number with a leading zero (01-12)</p></td></tr><tr><td style=" vertical-align:top;"><p>MMM</p></td><td style=" vertical-align:top;"><p>the abbreviated localized month name (e.g. 'Jan' to 'Dec'). </p></td></tr><tr><td style=" vertical-align:top;"><p>MMMM</p></td><td style=" vertical-align:top;"><p>the long localized month name (e.g. 'January' to 'December'). </p></td></tr><tr><td style=" vertical-align:top;"><p>yy</p></td><td style=" vertical-align:top;"><p>the year as two digit number (00-99)</p></td></tr><tr><td style=" vertical-align:top;"><p>yyyy</p></td><td style=" vertical-align:top;"><p>the year as four digit number</p></td></tr></table><p><br/></p><p><br/></p><table border="0" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;" cellspacing="2" cellpadding="0"><tr><td style=" vertical-align:top;"><p>h</p></td><td style=" vertical-align:top;"><p>the hour without a leading zero (0 to 23 or 1 to 12 if AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>hh</p></td><td style=" vertical-align:top;"><p>the hour with a leading zero (00 to 23 or 01 to 12 if AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>H</p></td><td style=" vertical-align:top;"><p>the hour without a leading zero (0 to 23, even with AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>HH</p></td><td style=" vertical-align:top;"><p>the hour with a leading zero (00 to 23, even with AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>m</p></td><td style=" vertical-align:top;"><p>the minute without a leading zero (0 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>mm</p></td><td style=" vertical-align:top;"><p>the minute with a leading zero (00 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>s</p></td><td style=" vertical-align:top;"><p>the second without a leading zero (0 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>ss</p></td><td style=" vertical-align:top;"><p>the second with a leading zero (00 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>z</p></td><td style=" vertical-align:top;"><p>the milliseconds without leading zeroes (0 to 999)</p></td></tr><tr><td style=" vertical-align:top;"><p>zzz</p></td><td style=" vertical-align:top;"><p>the milliseconds with leading zeroes (000 to 999)</p></td></tr><tr><td style=" vertical-align:top;"><p>AP or A</p></td><td style=" vertical-align:top;"><p>interpret as an AM/PM time. <span style=" font-style:italic;">AP</span> must be either &quot;AM&quot; or &quot;PM&quot;.</p></td></tr><tr><td style=" vertical-align:top;"><p>ap or a</p></td><td style=" vertical-align:top;"><p>Interpret as an AM/PM time. <span style=" font-style:italic;">ap</span> must be either &quot;am&quot; or &quot;pm&quot;.</p></td></tr></table></body></html></string>
</property>
<property name="placeholderText">
<string>Enter date / time format here</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QRadioButton" name="isSavingToDifferentFolderRadioButton">
<property name="text">
<string>Different Folder</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QRadioButton" name="isSameFolderRadioButton">
<property name="text">
<string>Same Folder</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>File Settings</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>
<layout class="QFormLayout" name="formLayout_4">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="horizontalSpacing">
<number>8</number>
</property>
<property name="verticalSpacing">
<number>8</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>File prefix string</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="filePrefixLineEdit"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>File suffix string</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="fileSuffixLineEdit"/>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="suffixDateTimeCheckBox">
<property name="text">
<string>Suffix date and time to file?</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="suffixDateTimeFormatLineEdit">
<property name="toolTip">
<string><html><head/><body><table border="0" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;" cellspacing="2" cellpadding="0"><tr><td style=" vertical-align:top;"><p>d</p></td><td style=" vertical-align:top;"><p>the day as number without a leading zero (1 to 31)</p></td></tr><tr><td style=" vertical-align:top;"><p>dd</p></td><td style=" vertical-align:top;"><p>the day as number with a leading zero (01 to 31)</p></td></tr><tr><td style=" vertical-align:top;"><p>ddd</p></td><td style=" vertical-align:top;"><p>the abbreviated localized day name (e.g. 'Mon' to 'Sun').</p></td></tr><tr><td style=" vertical-align:top;"><p>dddd</p></td><td style=" vertical-align:top;"><p>the long localized day name (e.g. 'Monday' to 'Sunday').</p></td></tr><tr><td style=" vertical-align:top;"><p>M</p></td><td style=" vertical-align:top;"><p>the month as number without a leading zero (1-12)</p></td></tr><tr><td style=" vertical-align:top;"><p>MM</p></td><td style=" vertical-align:top;"><p>the month as number with a leading zero (01-12)</p></td></tr><tr><td style=" vertical-align:top;"><p>MMM</p></td><td style=" vertical-align:top;"><p>the abbreviated localized month name (e.g. 'Jan' to 'Dec'). </p></td></tr><tr><td style=" vertical-align:top;"><p>MMMM</p></td><td style=" vertical-align:top;"><p>the long localized month name (e.g. 'January' to 'December'). </p></td></tr><tr><td style=" vertical-align:top;"><p>yy</p></td><td style=" vertical-align:top;"><p>the year as two digit number (00-99)</p></td></tr><tr><td style=" vertical-align:top;"><p>yyyy</p></td><td style=" vertical-align:top;"><p>the year as four digit number</p></td></tr></table><p><br/></p><p><br/></p><table border="0" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;" cellspacing="2" cellpadding="0"><tr><td style=" vertical-align:top;"><p>h</p></td><td style=" vertical-align:top;"><p>the hour without a leading zero (0 to 23 or 1 to 12 if AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>hh</p></td><td style=" vertical-align:top;"><p>the hour with a leading zero (00 to 23 or 01 to 12 if AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>H</p></td><td style=" vertical-align:top;"><p>the hour without a leading zero (0 to 23, even with AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>HH</p></td><td style=" vertical-align:top;"><p>the hour with a leading zero (00 to 23, even with AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>m</p></td><td style=" vertical-align:top;"><p>the minute without a leading zero (0 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>mm</p></td><td style=" vertical-align:top;"><p>the minute with a leading zero (00 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>s</p></td><td style=" vertical-align:top;"><p>the second without a leading zero (0 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>ss</p></td><td style=" vertical-align:top;"><p>the second with a leading zero (00 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>z</p></td><td style=" vertical-align:top;"><p>the milliseconds without leading zeroes (0 to 999)</p></td></tr><tr><td style=" vertical-align:top;"><p>zzz</p></td><td style=" vertical-align:top;"><p>the milliseconds with leading zeroes (000 to 999)</p></td></tr><tr><td style=" vertical-align:top;"><p>AP or A</p></td><td style=" vertical-align:top;"><p>interpret as an AM/PM time. <span style=" font-style:italic;">AP</span> must be either &quot;AM&quot; or &quot;PM&quot;.</p></td></tr><tr><td style=" vertical-align:top;"><p>ap or a</p></td><td style=" vertical-align:top;"><p>Interpret as an AM/PM time. <span style=" font-style:italic;">ap</span> must be either &quot;am&quot; or &quot;pm&quot;.</p></td></tr></table></body></html></string>
</property>
<property name="whatsThis">
<string><html><head/><body><table border="0" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;" cellspacing="2" cellpadding="0"><tr><td style=" vertical-align:top;"><p>d</p></td><td style=" vertical-align:top;"><p>the day as number without a leading zero (1 to 31)</p></td></tr><tr><td style=" vertical-align:top;"><p>dd</p></td><td style=" vertical-align:top;"><p>the day as number with a leading zero (01 to 31)</p></td></tr><tr><td style=" vertical-align:top;"><p>ddd</p></td><td style=" vertical-align:top;"><p>the abbreviated localized day name (e.g. 'Mon' to 'Sun').</p></td></tr><tr><td style=" vertical-align:top;"><p>dddd</p></td><td style=" vertical-align:top;"><p>the long localized day name (e.g. 'Monday' to 'Sunday').</p></td></tr><tr><td style=" vertical-align:top;"><p>M</p></td><td style=" vertical-align:top;"><p>the month as number without a leading zero (1-12)</p></td></tr><tr><td style=" vertical-align:top;"><p>MM</p></td><td style=" vertical-align:top;"><p>the month as number with a leading zero (01-12)</p></td></tr><tr><td style=" vertical-align:top;"><p>MMM</p></td><td style=" vertical-align:top;"><p>the abbreviated localized month name (e.g. 'Jan' to 'Dec'). </p></td></tr><tr><td style=" vertical-align:top;"><p>MMMM</p></td><td style=" vertical-align:top;"><p>the long localized month name (e.g. 'January' to 'December'). </p></td></tr><tr><td style=" vertical-align:top;"><p>yy</p></td><td style=" vertical-align:top;"><p>the year as two digit number (00-99)</p></td></tr><tr><td style=" vertical-align:top;"><p>yyyy</p></td><td style=" vertical-align:top;"><p>the year as four digit number</p></td></tr></table><p><br/></p><p><br/></p><table border="0" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;" cellspacing="2" cellpadding="0"><tr><td style=" vertical-align:top;"><p>h</p></td><td style=" vertical-align:top;"><p>the hour without a leading zero (0 to 23 or 1 to 12 if AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>hh</p></td><td style=" vertical-align:top;"><p>the hour with a leading zero (00 to 23 or 01 to 12 if AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>H</p></td><td style=" vertical-align:top;"><p>the hour without a leading zero (0 to 23, even with AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>HH</p></td><td style=" vertical-align:top;"><p>the hour with a leading zero (00 to 23, even with AM/PM display)</p></td></tr><tr><td style=" vertical-align:top;"><p>m</p></td><td style=" vertical-align:top;"><p>the minute without a leading zero (0 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>mm</p></td><td style=" vertical-align:top;"><p>the minute with a leading zero (00 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>s</p></td><td style=" vertical-align:top;"><p>the second without a leading zero (0 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>ss</p></td><td style=" vertical-align:top;"><p>the second with a leading zero (00 to 59)</p></td></tr><tr><td style=" vertical-align:top;"><p>z</p></td><td style=" vertical-align:top;"><p>the milliseconds without leading zeroes (0 to 999)</p></td></tr><tr><td style=" vertical-align:top;"><p>zzz</p></td><td style=" vertical-align:top;"><p>the milliseconds with leading zeroes (000 to 999)</p></td></tr><tr><td style=" vertical-align:top;"><p>AP or A</p></td><td style=" vertical-align:top;"><p>interpret as an AM/PM time. <span style=" font-style:italic;">AP</span> must be either &quot;AM&quot; or &quot;PM&quot;.</p></td></tr><tr><td style=" vertical-align:top;"><p>ap or a</p></td><td style=" vertical-align:top;"><p>Interpret as an AM/PM time. <span style=" font-style:italic;">ap</span> must be either &quot;am&quot; or &quot;pm&quot;.</p></td></tr></table></body></html></string>
</property>
<property name="text">
<string>dd-MM-yyyy-hh-mm-ss</string>
</property>
<property name="placeholderText">
<string>Enter date / time format here</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Suffix after date and time</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="suffixAfterDateTimeLineEdit"/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Advanced</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_10">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string><html><head/><body><p>Time delay is used when you are working with larger files or some applications which takes some time to completely write the data to file. If you are facing issues please increase the value and try. 1000 = 1 second</p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QFormLayout" name="formLayout_2">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="formAlignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string><html><head/><body><p>Time delay before copying</p></body></html></string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="savingTimeDelaySpinBox">
<property name="buttonSymbols">
<enum>QAbstractSpinBox::UpDownArrows</enum>
</property>
<property name="suffix">
<string> millisecond</string>
</property>
<property name="maximum">
<number>999999</number>
</property>
<property name="singleStep">
<number>5</number>
</property>
<property name="value">
<number>300</number>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>About</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QLabel" name="label_8">
<property name="text">
<string><html><head/><body><p align="center"><span style=" font-family:'DejaVu Sans'; font-size:16pt;">Auto File Backup</span></p><p align="center"><span style=" font-family:'DejaVu Sans'; font-size:12pt;">Developed by</span></p><p align="center"><span style=" font-family:'DejaVu Sans'; font-size:12pt;">Stalin Pereira</span></p><p align="center"><span style=" font-family:'DejaVu Sans'; font-size:12pt;">[email protected]</span></p><p align="center"><a href="http://www.imatefx.com/autofilebackup/"><span style=" text-decoration: underline; color:#0000ff;">http://www.imatefx.com/autofilebackup/</span></a></p></body></html></string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<widget class="QLabel" name="openedProjectFileLabel">
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QPushButton" name="openProjectButton">
<property name="text">
<string>Open Project</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="saveProjectAsButton">
<property name="text">
<string>Save Project As..</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="saveProjectButton">
<property name="text">
<string>Save Project</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>DropTableWidget</class>
<extends>QTableWidget</extends>
<header>droptablewidget.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>mainTabWidget</tabstop>
<tabstop>fileBackupTabWidget</tabstop>
<tabstop>destinationDirLineEdit</tabstop>
<tabstop>destinationDirBrowseButton</tabstop>
<tabstop>filePrefixLineEdit</tabstop>
<tabstop>fileSuffixLineEdit</tabstop>
<tabstop>savingTimeDelaySpinBox</tabstop>
<tabstop>openProjectButton</tabstop>
<tabstop>saveProjectButton</tabstop>
<tabstop>addNewFileButton</tabstop>
<tabstop>removeFileButton</tabstop>
</tabstops>
<resources>
<include location="AppResources.qrc"/>
</resources>
<connections/>
</ui>