1 <ui version="4.0" > |
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
2 <class>TaskFilterConfigDialog</class> |
3 <class>TaskFilterConfigDialog</class> |
3 <widget class="QDialog" name="TaskFilterConfigDialog" > |
4 <widget class="QDialog" name="TaskFilterConfigDialog"> |
4 <property name="geometry" > |
5 <property name="geometry"> |
5 <rect> |
6 <rect> |
6 <x>0</x> |
7 <x>0</x> |
7 <y>0</y> |
8 <y>0</y> |
8 <width>562</width> |
9 <width>562</width> |
9 <height>470</height> |
10 <height>470</height> |
10 </rect> |
11 </rect> |
11 </property> |
12 </property> |
12 <property name="windowTitle" > |
13 <property name="windowTitle"> |
13 <string>Task filter configuration</string> |
14 <string>Task filter configuration</string> |
14 </property> |
15 </property> |
15 <property name="sizeGripEnabled" > |
16 <property name="sizeGripEnabled"> |
16 <bool>true</bool> |
17 <bool>true</bool> |
17 </property> |
18 </property> |
18 <layout class="QVBoxLayout" > |
19 <layout class="QVBoxLayout"> |
19 <item> |
20 <item> |
20 <widget class="QLabel" name="label" > |
21 <widget class="QLabel" name="label"> |
21 <property name="text" > |
22 <property name="text"> |
22 <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> |
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> |
23 </property> |
24 </property> |
24 <property name="alignment" > |
25 <property name="alignment"> |
25 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
26 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
26 </property> |
27 </property> |
27 <property name="wordWrap" > |
28 <property name="wordWrap"> |
28 <bool>true</bool> |
29 <bool>true</bool> |
29 </property> |
30 </property> |
30 </widget> |
31 </widget> |
31 </item> |
32 </item> |
32 <item> |
33 <item> |
33 <widget class="QGroupBox" name="descriptionGroup" > |
34 <widget class="QGroupBox" name="descriptionGroup"> |
34 <property name="focusPolicy" > |
35 <property name="focusPolicy"> |
35 <enum>Qt::StrongFocus</enum> |
36 <enum>Qt::StrongFocus</enum> |
36 </property> |
37 </property> |
37 <property name="toolTip" > |
38 <property name="toolTip"> |
38 <string>Select to filter on the task description</string> |
39 <string>Select to filter on the task description</string> |
39 </property> |
40 </property> |
40 <property name="title" > |
41 <property name="title"> |
41 <string>Description</string> |
42 <string>Description</string> |
42 </property> |
43 </property> |
43 <property name="checkable" > |
44 <property name="checkable"> |
44 <bool>true</bool> |
45 <bool>true</bool> |
45 </property> |
46 </property> |
46 <layout class="QVBoxLayout" > |
47 <layout class="QVBoxLayout"> |
47 <item> |
48 <item> |
48 <widget class="QLineEdit" name="descriptionEdit" > |
49 <widget class="QLineEdit" name="descriptionEdit"> |
49 <property name="toolTip" > |
50 <property name="toolTip"> |
50 <string>Enter the description filter as a regular expression.</string> |
51 <string>Enter the description filter as a regular expression.</string> |
51 </property> |
52 </property> |
52 </widget> |
53 </widget> |
53 </item> |
54 </item> |
54 </layout> |
55 </layout> |
55 </widget> |
56 </widget> |
56 </item> |
57 </item> |
57 <item> |
58 <item> |
58 <widget class="QGroupBox" name="filenameGroup" > |
59 <widget class="QGroupBox" name="filenameGroup"> |
59 <property name="focusPolicy" > |
60 <property name="focusPolicy"> |
60 <enum>Qt::StrongFocus</enum> |
61 <enum>Qt::StrongFocus</enum> |
61 </property> |
62 </property> |
62 <property name="toolTip" > |
63 <property name="toolTip"> |
63 <string>Select to filter on the task filename</string> |
64 <string>Select to filter on the task filename</string> |
64 </property> |
65 </property> |
65 <property name="title" > |
66 <property name="title"> |
66 <string>Filename</string> |
67 <string>Filename</string> |
67 </property> |
68 </property> |
68 <property name="checkable" > |
69 <property name="checkable"> |
69 <bool>true</bool> |
70 <bool>true</bool> |
70 </property> |
71 </property> |
71 <layout class="QVBoxLayout" > |
72 <layout class="QVBoxLayout"> |
72 <item> |
73 <item> |
73 <widget class="QLineEdit" name="filenameEdit" > |
74 <widget class="QLineEdit" name="filenameEdit"> |
74 <property name="toolTip" > |
75 <property name="toolTip"> |
75 <string>Enter the filename filter as a wildcard expression.</string> |
76 <string>Enter the filename filter as a wildcard expression.</string> |
76 </property> |
77 </property> |
77 </widget> |
78 </widget> |
78 </item> |
79 </item> |
79 </layout> |
80 </layout> |
80 </widget> |
81 </widget> |
81 </item> |
82 </item> |
82 <item> |
83 <item> |
83 <widget class="QGroupBox" name="typeGroup" > |
84 <widget class="QGroupBox" name="typeGroup"> |
84 <property name="focusPolicy" > |
85 <property name="focusPolicy"> |
85 <enum>Qt::StrongFocus</enum> |
86 <enum>Qt::StrongFocus</enum> |
86 </property> |
87 </property> |
87 <property name="toolTip" > |
88 <property name="toolTip"> |
88 <string>Select to filter on the task type</string> |
89 <string>Select to filter on the task type</string> |
89 </property> |
90 </property> |
90 <property name="title" > |
91 <property name="title"> |
91 <string>Type</string> |
92 <string>Type</string> |
92 </property> |
93 </property> |
93 <property name="checkable" > |
94 <property name="checkable"> |
94 <bool>true</bool> |
95 <bool>true</bool> |
95 </property> |
96 </property> |
96 <layout class="QHBoxLayout" > |
97 <layout class="QVBoxLayout" name="verticalLayout"> |
97 <item> |
98 <item> |
98 <widget class="QRadioButton" name="standardRadioButton" > |
99 <widget class="QComboBox" name="typeCombo"> |
99 <property name="toolTip" > |
100 <property name="toolTip"> |
100 <string>Select to show standard tasks only</string> |
101 <string>Select the task type to be shown</string> |
101 </property> |
102 </property> |
102 <property name="text" > |
103 </widget> |
103 <string>Standard tasks</string> |
104 </item> |
104 </property> |
105 </layout> |
105 </widget> |
106 </widget> |
106 </item> |
107 </item> |
107 <item> |
108 <item> |
108 <widget class="QRadioButton" name="bugfixRadioButton" > |
109 <widget class="QGroupBox" name="scopeGroup"> |
109 <property name="toolTip" > |
110 <property name="focusPolicy"> |
110 <string>Select to show bugfix tasks only</string> |
111 <enum>Qt::StrongFocus</enum> |
111 </property> |
112 </property> |
112 <property name="text" > |
113 <property name="toolTip"> |
113 <string>Bugfix tasks</string> |
|
114 </property> |
|
115 </widget> |
|
116 </item> |
|
117 </layout> |
|
118 </widget> |
|
119 </item> |
|
120 <item> |
|
121 <widget class="QGroupBox" name="scopeGroup" > |
|
122 <property name="focusPolicy" > |
|
123 <enum>Qt::StrongFocus</enum> |
|
124 </property> |
|
125 <property name="toolTip" > |
|
126 <string>Select to filter on the task scope</string> |
114 <string>Select to filter on the task scope</string> |
127 </property> |
115 </property> |
128 <property name="title" > |
116 <property name="title"> |
129 <string>Scope</string> |
117 <string>Scope</string> |
130 </property> |
118 </property> |
131 <property name="checkable" > |
119 <property name="checkable"> |
132 <bool>true</bool> |
120 <bool>true</bool> |
133 </property> |
121 </property> |
134 <layout class="QHBoxLayout" > |
122 <layout class="QHBoxLayout"> |
135 <item> |
123 <item> |
136 <widget class="QRadioButton" name="globalRadioButton" > |
124 <widget class="QRadioButton" name="globalRadioButton"> |
137 <property name="toolTip" > |
125 <property name="toolTip"> |
138 <string>Select to show global tasks only</string> |
126 <string>Select to show global tasks only</string> |
139 </property> |
127 </property> |
140 <property name="text" > |
128 <property name="text"> |
141 <string>Global tasks</string> |
129 <string>Global tasks</string> |
142 </property> |
130 </property> |
143 </widget> |
131 </widget> |
144 </item> |
132 </item> |
145 <item> |
133 <item> |
146 <widget class="QRadioButton" name="projectRadioButton" > |
134 <widget class="QRadioButton" name="projectRadioButton"> |
147 <property name="toolTip" > |
135 <property name="toolTip"> |
148 <string>Select to show project tasks only</string> |
136 <string>Select to show project tasks only</string> |
149 </property> |
137 </property> |
150 <property name="text" > |
138 <property name="text"> |
151 <string>Project tasks</string> |
139 <string>Project tasks</string> |
152 </property> |
140 </property> |
153 </widget> |
141 </widget> |
154 </item> |
142 </item> |
155 </layout> |
143 </layout> |
156 </widget> |
144 </widget> |
157 </item> |
145 </item> |
158 <item> |
146 <item> |
159 <widget class="QGroupBox" name="statusGroup" > |
147 <widget class="QGroupBox" name="statusGroup"> |
160 <property name="focusPolicy" > |
148 <property name="focusPolicy"> |
161 <enum>Qt::StrongFocus</enum> |
149 <enum>Qt::StrongFocus</enum> |
162 </property> |
150 </property> |
163 <property name="toolTip" > |
151 <property name="toolTip"> |
164 <string>Select to filter on the task completion status</string> |
152 <string>Select to filter on the task completion status</string> |
165 </property> |
153 </property> |
166 <property name="title" > |
154 <property name="title"> |
167 <string>Completion status</string> |
155 <string>Completion status</string> |
168 </property> |
156 </property> |
169 <property name="checkable" > |
157 <property name="checkable"> |
170 <bool>true</bool> |
158 <bool>true</bool> |
171 </property> |
159 </property> |
172 <layout class="QHBoxLayout" > |
160 <layout class="QHBoxLayout"> |
173 <item> |
161 <item> |
174 <widget class="QRadioButton" name="uncompletedRadioButton" > |
162 <widget class="QRadioButton" name="uncompletedRadioButton"> |
175 <property name="toolTip" > |
163 <property name="toolTip"> |
176 <string>Select to show uncompleted tasks only</string> |
164 <string>Select to show uncompleted tasks only</string> |
177 </property> |
165 </property> |
178 <property name="text" > |
166 <property name="text"> |
179 <string>Uncompleted tasks</string> |
167 <string>Uncompleted tasks</string> |
180 </property> |
168 </property> |
181 </widget> |
169 </widget> |
182 </item> |
170 </item> |
183 <item> |
171 <item> |
184 <widget class="QRadioButton" name="completedRadioButton" > |
172 <widget class="QRadioButton" name="completedRadioButton"> |
185 <property name="toolTip" > |
173 <property name="toolTip"> |
186 <string>Select to show completed tasks only</string> |
174 <string>Select to show completed tasks only</string> |
187 </property> |
175 </property> |
188 <property name="text" > |
176 <property name="text"> |
189 <string>Completed tasks</string> |
177 <string>Completed tasks</string> |
190 </property> |
178 </property> |
191 </widget> |
179 </widget> |
192 </item> |
180 </item> |
193 </layout> |
181 </layout> |
194 </widget> |
182 </widget> |
195 </item> |
183 </item> |
196 <item> |
184 <item> |
197 <widget class="QGroupBox" name="priorityGroup" > |
185 <widget class="QGroupBox" name="priorityGroup"> |
198 <property name="focusPolicy" > |
186 <property name="focusPolicy"> |
199 <enum>Qt::StrongFocus</enum> |
187 <enum>Qt::StrongFocus</enum> |
200 </property> |
188 </property> |
201 <property name="toolTip" > |
189 <property name="toolTip"> |
202 <string>Select to filter on the task priority</string> |
190 <string>Select to filter on the task priority</string> |
203 </property> |
191 </property> |
204 <property name="title" > |
192 <property name="title"> |
205 <string>Priority</string> |
193 <string>Priority</string> |
206 </property> |
194 </property> |
207 <property name="checkable" > |
195 <property name="checkable"> |
208 <bool>true</bool> |
196 <bool>true</bool> |
209 </property> |
197 </property> |
210 <layout class="QHBoxLayout" > |
198 <layout class="QHBoxLayout"> |
211 <item> |
199 <item> |
212 <widget class="QCheckBox" name="priorityHighCheckBox" > |
200 <widget class="QCheckBox" name="priorityHighCheckBox"> |
213 <property name="toolTip" > |
201 <property name="toolTip"> |
214 <string>Select to show high priority tasks</string> |
202 <string>Select to show high priority tasks</string> |
215 </property> |
203 </property> |
216 <property name="text" > |
204 <property name="text"> |
217 <string>High priority tasks</string> |
205 <string>High priority tasks</string> |
218 </property> |
206 </property> |
219 </widget> |
207 </widget> |
220 </item> |
208 </item> |
221 <item> |
209 <item> |
222 <widget class="QCheckBox" name="priorityNormalCheckBox" > |
210 <widget class="QCheckBox" name="priorityNormalCheckBox"> |
223 <property name="toolTip" > |
211 <property name="toolTip"> |
224 <string>Select to show normal priority tasks</string> |
212 <string>Select to show normal priority tasks</string> |
225 </property> |
213 </property> |
226 <property name="text" > |
214 <property name="text"> |
227 <string>Normal priority tasks</string> |
215 <string>Normal priority tasks</string> |
228 </property> |
216 </property> |
229 </widget> |
217 </widget> |
230 </item> |
218 </item> |
231 <item> |
219 <item> |
232 <widget class="QCheckBox" name="priorityLowCheckBox" > |
220 <widget class="QCheckBox" name="priorityLowCheckBox"> |
233 <property name="toolTip" > |
221 <property name="toolTip"> |
234 <string>Select to show low priority tasks</string> |
222 <string>Select to show low priority tasks</string> |
235 </property> |
223 </property> |
236 <property name="text" > |
224 <property name="text"> |
237 <string>Low priority tasks</string> |
225 <string>Low priority tasks</string> |
238 </property> |
226 </property> |
239 </widget> |
227 </widget> |
240 </item> |
228 </item> |
241 </layout> |
229 </layout> |
242 </widget> |
230 </widget> |
243 </item> |
231 </item> |
244 <item> |
232 <item> |
245 <widget class="QDialogButtonBox" name="buttonBox" > |
233 <widget class="QDialogButtonBox" name="buttonBox"> |
246 <property name="orientation" > |
234 <property name="orientation"> |
247 <enum>Qt::Horizontal</enum> |
235 <enum>Qt::Horizontal</enum> |
248 </property> |
236 </property> |
249 <property name="standardButtons" > |
237 <property name="standardButtons"> |
250 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
238 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
251 </property> |
239 </property> |
252 </widget> |
240 </widget> |
253 </item> |
241 </item> |
254 </layout> |
242 </layout> |