Tasks/TaskFilterConfigDialog.ui

changeset 1819
cfcfd617216a
parent 0
de9c2efb9d02
child 2197
c4f24f8f34c0
equal deleted inserted replaced
1818:a5e4cb4bed43 1819:cfcfd617216a
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 "&lt;b>and&lt;/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 &quot;&lt;b&gt;and&lt;/b&gt;&quot; 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>
257 <tabstop>descriptionGroup</tabstop> 245 <tabstop>descriptionGroup</tabstop>
258 <tabstop>descriptionEdit</tabstop> 246 <tabstop>descriptionEdit</tabstop>
259 <tabstop>filenameGroup</tabstop> 247 <tabstop>filenameGroup</tabstop>
260 <tabstop>filenameEdit</tabstop> 248 <tabstop>filenameEdit</tabstop>
261 <tabstop>typeGroup</tabstop> 249 <tabstop>typeGroup</tabstop>
262 <tabstop>standardRadioButton</tabstop> 250 <tabstop>typeCombo</tabstop>
263 <tabstop>bugfixRadioButton</tabstop>
264 <tabstop>scopeGroup</tabstop> 251 <tabstop>scopeGroup</tabstop>
265 <tabstop>globalRadioButton</tabstop> 252 <tabstop>globalRadioButton</tabstop>
266 <tabstop>projectRadioButton</tabstop> 253 <tabstop>projectRadioButton</tabstop>
267 <tabstop>statusGroup</tabstop> 254 <tabstop>statusGroup</tabstop>
268 <tabstop>uncompletedRadioButton</tabstop> 255 <tabstop>uncompletedRadioButton</tabstop>
269 <tabstop>completedRadioButton</tabstop> 256 <tabstop>completedRadioButton</tabstop>
270 <tabstop>priorityGroup</tabstop> 257 <tabstop>priorityGroup</tabstop>
271 <tabstop>priorityHighCheckBox</tabstop> 258 <tabstop>priorityHighCheckBox</tabstop>
272 <tabstop>priorityNormalCheckBox</tabstop> 259 <tabstop>priorityNormalCheckBox</tabstop>
273 <tabstop>priorityLowCheckBox</tabstop> 260 <tabstop>priorityLowCheckBox</tabstop>
261 <tabstop>buttonBox</tabstop>
274 </tabstops> 262 </tabstops>
275 <resources/> 263 <resources/>
276 <connections> 264 <connections>
277 <connection> 265 <connection>
278 <sender>buttonBox</sender> 266 <sender>buttonBox</sender>
279 <signal>accepted()</signal> 267 <signal>accepted()</signal>
280 <receiver>TaskFilterConfigDialog</receiver> 268 <receiver>TaskFilterConfigDialog</receiver>
281 <slot>accept()</slot> 269 <slot>accept()</slot>
282 <hints> 270 <hints>
283 <hint type="sourcelabel" > 271 <hint type="sourcelabel">
284 <x>46</x> 272 <x>46</x>
285 <y>425</y> 273 <y>425</y>
286 </hint> 274 </hint>
287 <hint type="destinationlabel" > 275 <hint type="destinationlabel">
288 <x>46</x> 276 <x>46</x>
289 <y>445</y> 277 <y>445</y>
290 </hint> 278 </hint>
291 </hints> 279 </hints>
292 </connection> 280 </connection>
294 <sender>buttonBox</sender> 282 <sender>buttonBox</sender>
295 <signal>rejected()</signal> 283 <signal>rejected()</signal>
296 <receiver>TaskFilterConfigDialog</receiver> 284 <receiver>TaskFilterConfigDialog</receiver>
297 <slot>reject()</slot> 285 <slot>reject()</slot>
298 <hints> 286 <hints>
299 <hint type="sourcelabel" > 287 <hint type="sourcelabel">
300 <x>168</x> 288 <x>168</x>
301 <y>432</y> 289 <y>432</y>
302 </hint> 290 </hint>
303 <hint type="destinationlabel" > 291 <hint type="destinationlabel">
304 <x>168</x> 292 <x>168</x>
305 <y>452</y> 293 <y>452</y>
306 </hint> 294 </hint>
307 </hints> 295 </hints>
308 </connection> 296 </connection>

eric ide

mercurial