Tasks/TaskFilterConfigDialog.ui

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

eric ide

mercurial