|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>TimeTrackerPage</class> |
|
4 <widget class="QWidget" name="TimeTrackerPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>495</width> |
|
10 <height>253</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Time Tracker</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line15"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <layout class="QGridLayout" name="gridLayout"> |
|
36 <item row="0" column="0"> |
|
37 <widget class="QLabel" name="label"> |
|
38 <property name="text"> |
|
39 <string>Minimum Duration:</string> |
|
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item row="0" column="1"> |
|
44 <widget class="QSpinBox" name="durationSpinBox"> |
|
45 <property name="toolTip"> |
|
46 <string>Enter the value of the minimum duration for a valid tracker entry</string> |
|
47 </property> |
|
48 <property name="suffix"> |
|
49 <string> min</string> |
|
50 </property> |
|
51 <property name="minimum"> |
|
52 <number>1</number> |
|
53 </property> |
|
54 <property name="maximum"> |
|
55 <number>9</number> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 <item row="0" column="2"> |
|
60 <spacer name="horizontalSpacer"> |
|
61 <property name="orientation"> |
|
62 <enum>Qt::Horizontal</enum> |
|
63 </property> |
|
64 <property name="sizeHint" stdset="0"> |
|
65 <size> |
|
66 <width>78</width> |
|
67 <height>20</height> |
|
68 </size> |
|
69 </property> |
|
70 </spacer> |
|
71 </item> |
|
72 <item row="1" column="0" colspan="3"> |
|
73 <widget class="QCheckBox" name="autosaveCheckBox"> |
|
74 <property name="toolTip"> |
|
75 <string>Select to save automatically whenever a tracker is stopped</string> |
|
76 </property> |
|
77 <property name="text"> |
|
78 <string>Auto Save Enabled</string> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 <item row="2" column="0" colspan="3"> |
|
83 <widget class="QCheckBox" name="duplicatesCheckBox"> |
|
84 <property name="toolTip"> |
|
85 <string>Select to allow multiple entries with the same start date and time</string> |
|
86 </property> |
|
87 <property name="text"> |
|
88 <string>Allow entries with identical start date and time</string> |
|
89 </property> |
|
90 </widget> |
|
91 </item> |
|
92 </layout> |
|
93 </item> |
|
94 <item> |
|
95 <spacer name="verticalSpacer"> |
|
96 <property name="orientation"> |
|
97 <enum>Qt::Vertical</enum> |
|
98 </property> |
|
99 <property name="sizeHint" stdset="0"> |
|
100 <size> |
|
101 <width>20</width> |
|
102 <height>274</height> |
|
103 </size> |
|
104 </property> |
|
105 </spacer> |
|
106 </item> |
|
107 </layout> |
|
108 </widget> |
|
109 <resources/> |
|
110 <connections/> |
|
111 </ui> |