|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>TasksPage</class> |
|
4 <widget class="QWidget" name="TasksPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>413</width> |
|
10 <height>618</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 Tasks</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line11_2_2_2"> |
|
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 <widget class="QGroupBox" name="groupBox"> |
|
36 <property name="title"> |
|
37 <string>Tasks Markers</string> |
|
38 </property> |
|
39 <layout class="QGridLayout" name="gridLayout"> |
|
40 <item row="0" column="0"> |
|
41 <widget class="QLabel" name="textLabel5_3"> |
|
42 <property name="text"> |
|
43 <string>Bugfix tasks:</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="0" column="1"> |
|
48 <widget class="QLineEdit" name="tasksMarkerFixmeEdit"> |
|
49 <property name="toolTip"> |
|
50 <string>Enter the tasks markers separated by a space character.</string> |
|
51 </property> |
|
52 <property name="text"> |
|
53 <string/> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 <item row="1" column="0"> |
|
58 <widget class="QLabel" name="textLabel4_4"> |
|
59 <property name="text"> |
|
60 <string>Warning tasks:</string> |
|
61 </property> |
|
62 </widget> |
|
63 </item> |
|
64 <item row="1" column="1"> |
|
65 <widget class="QLineEdit" name="tasksMarkerWarningEdit"> |
|
66 <property name="toolTip"> |
|
67 <string>Enter the tasks markers separated by a space character.</string> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 <item row="2" column="0"> |
|
72 <widget class="QLabel" name="textLabel4_3"> |
|
73 <property name="text"> |
|
74 <string>Todo tasks:</string> |
|
75 </property> |
|
76 </widget> |
|
77 </item> |
|
78 <item row="2" column="1"> |
|
79 <widget class="QLineEdit" name="tasksMarkerTodoEdit"> |
|
80 <property name="toolTip"> |
|
81 <string>Enter the tasks markers separated by a space character.</string> |
|
82 </property> |
|
83 </widget> |
|
84 </item> |
|
85 <item row="3" column="0"> |
|
86 <widget class="QLabel" name="textLabel4_5"> |
|
87 <property name="text"> |
|
88 <string>Note tasks:</string> |
|
89 </property> |
|
90 </widget> |
|
91 </item> |
|
92 <item row="3" column="1"> |
|
93 <widget class="QLineEdit" name="tasksMarkerNoteEdit"> |
|
94 <property name="toolTip"> |
|
95 <string>Enter the tasks markers separated by a space character.</string> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item row="4" column="0"> |
|
100 <widget class="QLabel" name="textLabel4_7"> |
|
101 <property name="text"> |
|
102 <string>Test tasks:</string> |
|
103 </property> |
|
104 </widget> |
|
105 </item> |
|
106 <item row="4" column="1"> |
|
107 <widget class="QLineEdit" name="tasksMarkerTestEdit"> |
|
108 <property name="toolTip"> |
|
109 <string>Enter the tasks markers separated by a space character.</string> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 <item row="5" column="0"> |
|
114 <widget class="QLabel" name="textLabel4_6"> |
|
115 <property name="text"> |
|
116 <string>Documentation tasks:</string> |
|
117 </property> |
|
118 </widget> |
|
119 </item> |
|
120 <item row="5" column="1"> |
|
121 <widget class="QLineEdit" name="tasksMarkerDocuEdit"> |
|
122 <property name="toolTip"> |
|
123 <string>Enter the tasks markers separated by a space character.</string> |
|
124 </property> |
|
125 </widget> |
|
126 </item> |
|
127 </layout> |
|
128 </widget> |
|
129 </item> |
|
130 <item> |
|
131 <widget class="QGroupBox" name="groupBox_2"> |
|
132 <property name="title"> |
|
133 <string>Tasks Background Colors</string> |
|
134 </property> |
|
135 <layout class="QGridLayout" name="gridLayout_2"> |
|
136 <item row="0" column="0"> |
|
137 <widget class="QLabel" name="textLabel2_8"> |
|
138 <property name="text"> |
|
139 <string>Bugfix tasks:</string> |
|
140 </property> |
|
141 </widget> |
|
142 </item> |
|
143 <item row="0" column="1"> |
|
144 <widget class="QPushButton" name="tasksFixmeColourButton"> |
|
145 <property name="minimumSize"> |
|
146 <size> |
|
147 <width>100</width> |
|
148 <height>0</height> |
|
149 </size> |
|
150 </property> |
|
151 <property name="toolTip"> |
|
152 <string>Select the background color for these tasks.</string> |
|
153 </property> |
|
154 <property name="text"> |
|
155 <string/> |
|
156 </property> |
|
157 </widget> |
|
158 </item> |
|
159 <item row="0" column="2"> |
|
160 <spacer> |
|
161 <property name="orientation"> |
|
162 <enum>Qt::Horizontal</enum> |
|
163 </property> |
|
164 <property name="sizeHint" stdset="0"> |
|
165 <size> |
|
166 <width>40</width> |
|
167 <height>20</height> |
|
168 </size> |
|
169 </property> |
|
170 </spacer> |
|
171 </item> |
|
172 <item row="1" column="0"> |
|
173 <widget class="QLabel" name="textLabel6_3"> |
|
174 <property name="text"> |
|
175 <string>Warning tasks:</string> |
|
176 </property> |
|
177 </widget> |
|
178 </item> |
|
179 <item row="1" column="1"> |
|
180 <widget class="QPushButton" name="tasksWarningColourButton"> |
|
181 <property name="minimumSize"> |
|
182 <size> |
|
183 <width>100</width> |
|
184 <height>0</height> |
|
185 </size> |
|
186 </property> |
|
187 <property name="toolTip"> |
|
188 <string>Select the background color for these tasks.</string> |
|
189 </property> |
|
190 <property name="text"> |
|
191 <string/> |
|
192 </property> |
|
193 </widget> |
|
194 </item> |
|
195 <item row="2" column="0"> |
|
196 <widget class="QLabel" name="textLabel1_3"> |
|
197 <property name="text"> |
|
198 <string>Todo tasks:</string> |
|
199 </property> |
|
200 </widget> |
|
201 </item> |
|
202 <item row="2" column="1"> |
|
203 <widget class="QPushButton" name="tasksTodoColourButton"> |
|
204 <property name="minimumSize"> |
|
205 <size> |
|
206 <width>100</width> |
|
207 <height>0</height> |
|
208 </size> |
|
209 </property> |
|
210 <property name="toolTip"> |
|
211 <string>Select the background color for these tasks.</string> |
|
212 </property> |
|
213 <property name="text"> |
|
214 <string/> |
|
215 </property> |
|
216 </widget> |
|
217 </item> |
|
218 <item row="3" column="0"> |
|
219 <widget class="QLabel" name="textLabel3_4"> |
|
220 <property name="text"> |
|
221 <string>Note tasks:</string> |
|
222 </property> |
|
223 </widget> |
|
224 </item> |
|
225 <item row="3" column="1"> |
|
226 <widget class="QPushButton" name="tasksNoteColourButton"> |
|
227 <property name="minimumSize"> |
|
228 <size> |
|
229 <width>100</width> |
|
230 <height>0</height> |
|
231 </size> |
|
232 </property> |
|
233 <property name="toolTip"> |
|
234 <string>Select the background color for these tasks.</string> |
|
235 </property> |
|
236 <property name="text"> |
|
237 <string/> |
|
238 </property> |
|
239 </widget> |
|
240 </item> |
|
241 <item row="4" column="0"> |
|
242 <widget class="QLabel" name="textLabel1_4"> |
|
243 <property name="text"> |
|
244 <string>Test tasks:</string> |
|
245 </property> |
|
246 </widget> |
|
247 </item> |
|
248 <item row="4" column="1"> |
|
249 <widget class="QPushButton" name="tasksTestColourButton"> |
|
250 <property name="minimumSize"> |
|
251 <size> |
|
252 <width>100</width> |
|
253 <height>0</height> |
|
254 </size> |
|
255 </property> |
|
256 <property name="toolTip"> |
|
257 <string>Select the background color for these tasks.</string> |
|
258 </property> |
|
259 <property name="text"> |
|
260 <string/> |
|
261 </property> |
|
262 </widget> |
|
263 </item> |
|
264 <item row="5" column="0"> |
|
265 <widget class="QLabel" name="textLabel3_5"> |
|
266 <property name="text"> |
|
267 <string>Documentation tasks:</string> |
|
268 </property> |
|
269 </widget> |
|
270 </item> |
|
271 <item row="5" column="1"> |
|
272 <widget class="QPushButton" name="tasksDocuColourButton"> |
|
273 <property name="minimumSize"> |
|
274 <size> |
|
275 <width>100</width> |
|
276 <height>0</height> |
|
277 </size> |
|
278 </property> |
|
279 <property name="toolTip"> |
|
280 <string>Select the background color for these tasks.</string> |
|
281 </property> |
|
282 <property name="text"> |
|
283 <string/> |
|
284 </property> |
|
285 </widget> |
|
286 </item> |
|
287 </layout> |
|
288 </widget> |
|
289 </item> |
|
290 <item> |
|
291 <widget class="QGroupBox" name="groupBox_3"> |
|
292 <property name="title"> |
|
293 <string>Tasks Handling</string> |
|
294 </property> |
|
295 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
296 <item> |
|
297 <widget class="QCheckBox" name="clearCheckBox"> |
|
298 <property name="toolTip"> |
|
299 <string>Select to clear global file tasks when the file is closed</string> |
|
300 </property> |
|
301 <property name="text"> |
|
302 <string>Clear global file task when file is closed</string> |
|
303 </property> |
|
304 </widget> |
|
305 </item> |
|
306 </layout> |
|
307 </widget> |
|
308 </item> |
|
309 <item> |
|
310 <spacer> |
|
311 <property name="orientation"> |
|
312 <enum>Qt::Vertical</enum> |
|
313 </property> |
|
314 <property name="sizeHint" stdset="0"> |
|
315 <size> |
|
316 <width>20</width> |
|
317 <height>40</height> |
|
318 </size> |
|
319 </property> |
|
320 </spacer> |
|
321 </item> |
|
322 </layout> |
|
323 </widget> |
|
324 <tabstops> |
|
325 <tabstop>tasksMarkerFixmeEdit</tabstop> |
|
326 <tabstop>tasksMarkerWarningEdit</tabstop> |
|
327 <tabstop>tasksMarkerTodoEdit</tabstop> |
|
328 <tabstop>tasksMarkerNoteEdit</tabstop> |
|
329 <tabstop>tasksMarkerTestEdit</tabstop> |
|
330 <tabstop>tasksMarkerDocuEdit</tabstop> |
|
331 <tabstop>tasksFixmeColourButton</tabstop> |
|
332 <tabstop>tasksWarningColourButton</tabstop> |
|
333 <tabstop>tasksTodoColourButton</tabstop> |
|
334 <tabstop>tasksNoteColourButton</tabstop> |
|
335 <tabstop>tasksTestColourButton</tabstop> |
|
336 <tabstop>tasksDocuColourButton</tabstop> |
|
337 <tabstop>clearCheckBox</tabstop> |
|
338 </tabstops> |
|
339 <resources/> |
|
340 <connections/> |
|
341 </ui> |