|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>TaskFilterConfigDialog</class> |
|
4 <widget class="QDialog" name="TaskFilterConfigDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>562</width> |
|
10 <height>405</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Task filter configuration</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
20 <item> |
|
21 <widget class="QLabel" name="label"> |
|
22 <property name="text"> |
|
23 <string>Select the categories, the tasks list should be filtered on. Within each category, enter the selection criteria. The enabled categories are combined using an "<b>and</b>" operation.</string> |
|
24 </property> |
|
25 <property name="alignment"> |
|
26 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
27 </property> |
|
28 <property name="wordWrap"> |
|
29 <bool>true</bool> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item> |
|
34 <widget class="QGroupBox" name="summaryGroup"> |
|
35 <property name="focusPolicy"> |
|
36 <enum>Qt::StrongFocus</enum> |
|
37 </property> |
|
38 <property name="toolTip"> |
|
39 <string>Select to filter on the task summary</string> |
|
40 </property> |
|
41 <property name="title"> |
|
42 <string>Summary</string> |
|
43 </property> |
|
44 <property name="checkable"> |
|
45 <bool>true</bool> |
|
46 </property> |
|
47 <layout class="QVBoxLayout" name="verticalLayout"> |
|
48 <item> |
|
49 <widget class="QLineEdit" name="summaryEdit"> |
|
50 <property name="toolTip"> |
|
51 <string>Enter the summary filter as a regular expression.</string> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 </layout> |
|
56 </widget> |
|
57 </item> |
|
58 <item> |
|
59 <widget class="QGroupBox" name="filenameGroup"> |
|
60 <property name="focusPolicy"> |
|
61 <enum>Qt::StrongFocus</enum> |
|
62 </property> |
|
63 <property name="toolTip"> |
|
64 <string>Select to filter on the task filename</string> |
|
65 </property> |
|
66 <property name="title"> |
|
67 <string>Filename</string> |
|
68 </property> |
|
69 <property name="checkable"> |
|
70 <bool>true</bool> |
|
71 </property> |
|
72 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
73 <item> |
|
74 <widget class="QLineEdit" name="filenameEdit"> |
|
75 <property name="toolTip"> |
|
76 <string>Enter the filename filter as a wildcard expression.</string> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 </layout> |
|
81 </widget> |
|
82 </item> |
|
83 <item> |
|
84 <widget class="QGroupBox" name="typeGroup"> |
|
85 <property name="focusPolicy"> |
|
86 <enum>Qt::StrongFocus</enum> |
|
87 </property> |
|
88 <property name="toolTip"> |
|
89 <string>Select to filter on the task type</string> |
|
90 </property> |
|
91 <property name="title"> |
|
92 <string>Type</string> |
|
93 </property> |
|
94 <property name="checkable"> |
|
95 <bool>true</bool> |
|
96 </property> |
|
97 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
98 <item> |
|
99 <widget class="QComboBox" name="typeCombo"> |
|
100 <property name="toolTip"> |
|
101 <string>Select the task type to be shown</string> |
|
102 </property> |
|
103 </widget> |
|
104 </item> |
|
105 </layout> |
|
106 </widget> |
|
107 </item> |
|
108 <item> |
|
109 <widget class="QGroupBox" name="scopeGroup"> |
|
110 <property name="focusPolicy"> |
|
111 <enum>Qt::StrongFocus</enum> |
|
112 </property> |
|
113 <property name="toolTip"> |
|
114 <string>Select to filter on the task scope</string> |
|
115 </property> |
|
116 <property name="title"> |
|
117 <string>Scope</string> |
|
118 </property> |
|
119 <property name="checkable"> |
|
120 <bool>true</bool> |
|
121 </property> |
|
122 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
123 <item> |
|
124 <widget class="QRadioButton" name="globalRadioButton"> |
|
125 <property name="toolTip"> |
|
126 <string>Select to show global tasks only</string> |
|
127 </property> |
|
128 <property name="text"> |
|
129 <string>Global tasks</string> |
|
130 </property> |
|
131 </widget> |
|
132 </item> |
|
133 <item> |
|
134 <widget class="QRadioButton" name="projectRadioButton"> |
|
135 <property name="toolTip"> |
|
136 <string>Select to show project tasks only</string> |
|
137 </property> |
|
138 <property name="text"> |
|
139 <string>Project tasks</string> |
|
140 </property> |
|
141 </widget> |
|
142 </item> |
|
143 </layout> |
|
144 </widget> |
|
145 </item> |
|
146 <item> |
|
147 <widget class="QGroupBox" name="statusGroup"> |
|
148 <property name="focusPolicy"> |
|
149 <enum>Qt::StrongFocus</enum> |
|
150 </property> |
|
151 <property name="toolTip"> |
|
152 <string>Select to filter on the task completion status</string> |
|
153 </property> |
|
154 <property name="title"> |
|
155 <string>Completion status</string> |
|
156 </property> |
|
157 <property name="checkable"> |
|
158 <bool>true</bool> |
|
159 </property> |
|
160 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
161 <item> |
|
162 <widget class="QRadioButton" name="uncompletedRadioButton"> |
|
163 <property name="toolTip"> |
|
164 <string>Select to show uncompleted tasks only</string> |
|
165 </property> |
|
166 <property name="text"> |
|
167 <string>Uncompleted tasks</string> |
|
168 </property> |
|
169 </widget> |
|
170 </item> |
|
171 <item> |
|
172 <widget class="QRadioButton" name="completedRadioButton"> |
|
173 <property name="toolTip"> |
|
174 <string>Select to show completed tasks only</string> |
|
175 </property> |
|
176 <property name="text"> |
|
177 <string>Completed tasks</string> |
|
178 </property> |
|
179 </widget> |
|
180 </item> |
|
181 </layout> |
|
182 </widget> |
|
183 </item> |
|
184 <item> |
|
185 <widget class="QGroupBox" name="priorityGroup"> |
|
186 <property name="focusPolicy"> |
|
187 <enum>Qt::StrongFocus</enum> |
|
188 </property> |
|
189 <property name="toolTip"> |
|
190 <string>Select to filter on the task priority</string> |
|
191 </property> |
|
192 <property name="title"> |
|
193 <string>Priority</string> |
|
194 </property> |
|
195 <property name="checkable"> |
|
196 <bool>true</bool> |
|
197 </property> |
|
198 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
199 <item> |
|
200 <widget class="QCheckBox" name="priorityHighCheckBox"> |
|
201 <property name="toolTip"> |
|
202 <string>Select to show high priority tasks</string> |
|
203 </property> |
|
204 <property name="text"> |
|
205 <string>High priority tasks</string> |
|
206 </property> |
|
207 </widget> |
|
208 </item> |
|
209 <item> |
|
210 <widget class="QCheckBox" name="priorityNormalCheckBox"> |
|
211 <property name="toolTip"> |
|
212 <string>Select to show normal priority tasks</string> |
|
213 </property> |
|
214 <property name="text"> |
|
215 <string>Normal priority tasks</string> |
|
216 </property> |
|
217 </widget> |
|
218 </item> |
|
219 <item> |
|
220 <widget class="QCheckBox" name="priorityLowCheckBox"> |
|
221 <property name="toolTip"> |
|
222 <string>Select to show low priority tasks</string> |
|
223 </property> |
|
224 <property name="text"> |
|
225 <string>Low priority tasks</string> |
|
226 </property> |
|
227 </widget> |
|
228 </item> |
|
229 </layout> |
|
230 </widget> |
|
231 </item> |
|
232 <item> |
|
233 <widget class="QDialogButtonBox" name="buttonBox"> |
|
234 <property name="orientation"> |
|
235 <enum>Qt::Horizontal</enum> |
|
236 </property> |
|
237 <property name="standardButtons"> |
|
238 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
239 </property> |
|
240 </widget> |
|
241 </item> |
|
242 </layout> |
|
243 </widget> |
|
244 <tabstops> |
|
245 <tabstop>summaryGroup</tabstop> |
|
246 <tabstop>summaryEdit</tabstop> |
|
247 <tabstop>filenameGroup</tabstop> |
|
248 <tabstop>filenameEdit</tabstop> |
|
249 <tabstop>typeGroup</tabstop> |
|
250 <tabstop>typeCombo</tabstop> |
|
251 <tabstop>scopeGroup</tabstop> |
|
252 <tabstop>globalRadioButton</tabstop> |
|
253 <tabstop>projectRadioButton</tabstop> |
|
254 <tabstop>statusGroup</tabstop> |
|
255 <tabstop>uncompletedRadioButton</tabstop> |
|
256 <tabstop>completedRadioButton</tabstop> |
|
257 <tabstop>priorityGroup</tabstop> |
|
258 <tabstop>priorityHighCheckBox</tabstop> |
|
259 <tabstop>priorityNormalCheckBox</tabstop> |
|
260 <tabstop>priorityLowCheckBox</tabstop> |
|
261 <tabstop>buttonBox</tabstop> |
|
262 </tabstops> |
|
263 <resources/> |
|
264 <connections> |
|
265 <connection> |
|
266 <sender>buttonBox</sender> |
|
267 <signal>accepted()</signal> |
|
268 <receiver>TaskFilterConfigDialog</receiver> |
|
269 <slot>accept()</slot> |
|
270 <hints> |
|
271 <hint type="sourcelabel"> |
|
272 <x>46</x> |
|
273 <y>425</y> |
|
274 </hint> |
|
275 <hint type="destinationlabel"> |
|
276 <x>46</x> |
|
277 <y>445</y> |
|
278 </hint> |
|
279 </hints> |
|
280 </connection> |
|
281 <connection> |
|
282 <sender>buttonBox</sender> |
|
283 <signal>rejected()</signal> |
|
284 <receiver>TaskFilterConfigDialog</receiver> |
|
285 <slot>reject()</slot> |
|
286 <hints> |
|
287 <hint type="sourcelabel"> |
|
288 <x>168</x> |
|
289 <y>432</y> |
|
290 </hint> |
|
291 <hint type="destinationlabel"> |
|
292 <x>168</x> |
|
293 <y>452</y> |
|
294 </hint> |
|
295 </hints> |
|
296 </connection> |
|
297 </connections> |
|
298 </ui> |