1 <ui version="4.0" > |
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
2 <class>PyLintConfigDialog</class> |
3 <class>PyLintConfigDialog</class> |
3 <widget class="QDialog" name="PyLintConfigDialog" > |
4 <widget class="QDialog" name="PyLintConfigDialog"> |
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>528</width> |
9 <width>528</width> |
9 <height>335</height> |
10 <height>335</height> |
10 </rect> |
11 </rect> |
11 </property> |
12 </property> |
12 <property name="windowTitle" > |
13 <property name="windowTitle"> |
13 <string>PyLint Configuration</string> |
14 <string>PyLint 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 <property name="margin" > |
20 <property name="spacing"> |
20 <number>6</number> |
21 <number>6</number> |
21 </property> |
22 </property> |
22 <property name="spacing" > |
23 <property name="margin"> |
23 <number>6</number> |
24 <number>6</number> |
24 </property> |
25 </property> |
25 <item> |
26 <item> |
26 <widget class="QTabWidget" name="tabWidget" > |
27 <widget class="QTabWidget" name="tabWidget"> |
27 <property name="currentIndex" > |
28 <property name="currentIndex"> |
28 <number>1</number> |
29 <number>1</number> |
29 </property> |
30 </property> |
30 <widget class="QWidget" name="General" > |
31 <widget class="QWidget" name="General"> |
31 <attribute name="title" > |
32 <attribute name="title"> |
32 <string>General</string> |
33 <string>General</string> |
33 </attribute> |
34 </attribute> |
34 <layout class="QGridLayout" > |
35 <layout class="QGridLayout"> |
35 <property name="margin" > |
36 <property name="margin"> |
36 <number>6</number> |
37 <number>6</number> |
37 </property> |
38 </property> |
38 <property name="spacing" > |
39 <property name="spacing"> |
39 <number>6</number> |
40 <number>6</number> |
40 </property> |
41 </property> |
41 <item row="0" column="0" > |
42 <item row="0" column="0"> |
42 <widget class="QLabel" name="textLabel1" > |
43 <widget class="QLabel" name="textLabel1"> |
43 <property name="text" > |
44 <property name="text"> |
44 <string>Configuration &File:</string> |
45 <string>Configuration &File:</string> |
45 </property> |
46 </property> |
46 <property name="buddy" > |
47 <property name="buddy"> |
47 <cstring>configfileEdit</cstring> |
48 <cstring>configfileEdit</cstring> |
48 </property> |
49 </property> |
49 </widget> |
50 </widget> |
50 </item> |
51 </item> |
51 <item row="1" column="0" colspan="3" > |
52 <item row="1" column="0" colspan="3"> |
52 <widget class="QGroupBox" name="groupBox" > |
53 <widget class="QGroupBox" name="groupBox"> |
53 <property name="title" > |
54 <property name="title"> |
54 <string>Output</string> |
55 <string>Output</string> |
55 </property> |
56 </property> |
56 <layout class="QVBoxLayout" > |
57 <layout class="QVBoxLayout"> |
57 <property name="margin" > |
58 <property name="spacing"> |
58 <number>6</number> |
59 <number>6</number> |
59 </property> |
60 </property> |
60 <property name="spacing" > |
61 <property name="margin"> |
61 <number>6</number> |
62 <number>6</number> |
62 </property> |
63 </property> |
63 <item> |
64 <item> |
64 <widget class="QRadioButton" name="txtOutputButton" > |
65 <widget class="QRadioButton" name="txtOutputButton"> |
65 <property name="toolTip" > |
66 <property name="toolTip"> |
66 <string>Select to generate a plain text report</string> |
67 <string>Select to generate a plain text report</string> |
67 </property> |
68 </property> |
68 <property name="text" > |
69 <property name="text"> |
69 <string>Generate &Textreport</string> |
70 <string>Generate &Textreport</string> |
70 </property> |
71 </property> |
71 <property name="shortcut" > |
72 <property name="shortcut"> |
72 <string>Alt+T</string> |
73 <string>Alt+T</string> |
73 </property> |
74 </property> |
74 </widget> |
75 </widget> |
75 </item> |
76 </item> |
76 <item> |
77 <item> |
77 <widget class="QRadioButton" name="htmlOutputButton" > |
78 <widget class="QRadioButton" name="htmlOutputButton"> |
78 <property name="toolTip" > |
79 <property name="toolTip"> |
79 <string>Select to generate a HTML report</string> |
80 <string>Select to generate a HTML report</string> |
80 </property> |
81 </property> |
81 <property name="text" > |
82 <property name="text"> |
82 <string>Generate &HTML Report</string> |
83 <string>Generate &HTML Report</string> |
83 </property> |
84 </property> |
84 <property name="shortcut" > |
85 <property name="shortcut"> |
85 <string>Alt+H</string> |
86 <string>Alt+H</string> |
86 </property> |
87 </property> |
87 </widget> |
88 </widget> |
88 </item> |
89 </item> |
89 <item> |
90 <item> |
90 <widget class="QRadioButton" name="dialogOutputButton" > |
91 <widget class="QRadioButton" name="dialogOutputButton"> |
91 <property name="toolTip" > |
92 <property name="toolTip"> |
92 <string>Show the pylint result in a dialog</string> |
93 <string>Show the pylint result in a dialog</string> |
93 </property> |
94 </property> |
94 <property name="text" > |
95 <property name="text"> |
95 <string>Show Result &Dialog</string> |
96 <string>Show Result &Dialog</string> |
96 </property> |
97 </property> |
97 <property name="shortcut" > |
98 <property name="shortcut"> |
98 <string>Alt+D</string> |
99 <string>Alt+D</string> |
99 </property> |
100 </property> |
100 </widget> |
101 </widget> |
101 </item> |
102 </item> |
102 <item> |
103 <item> |
103 <widget class="QGroupBox" name="groupBox_2" > |
104 <widget class="QGroupBox" name="groupBox_2"> |
104 <property name="title" > |
105 <property name="title"> |
105 <string>Report File</string> |
106 <string>Report File</string> |
106 </property> |
107 </property> |
107 <layout class="QHBoxLayout" > |
108 <layout class="QHBoxLayout"> |
108 <property name="margin" > |
109 <property name="spacing"> |
109 <number>6</number> |
110 <number>6</number> |
110 </property> |
111 </property> |
111 <property name="spacing" > |
112 <property name="margin"> |
112 <number>6</number> |
113 <number>6</number> |
113 </property> |
114 </property> |
114 <item> |
115 <item> |
115 <widget class="QLineEdit" name="reportfileEdit" > |
116 <widget class="QLineEdit" name="reportfileEdit"> |
116 <property name="toolTip" > |
117 <property name="toolTip"> |
117 <string>Enter the name of the report file</string> |
118 <string>Enter the name of the report file</string> |
118 </property> |
119 </property> |
119 </widget> |
120 </widget> |
120 </item> |
121 </item> |
121 <item> |
122 <item> |
122 <widget class="QPushButton" name="reportfileButton" > |
123 <widget class="QPushButton" name="reportfileButton"> |
123 <property name="toolTip" > |
124 <property name="toolTip"> |
124 <string>Press to open a file selection dialog</string> |
125 <string>Press to open a file selection dialog</string> |
125 </property> |
126 </property> |
126 <property name="text" > |
127 <property name="text"> |
127 <string>...</string> |
128 <string>...</string> |
128 </property> |
129 </property> |
129 </widget> |
130 </widget> |
130 </item> |
131 </item> |
131 </layout> |
132 </layout> |
132 </widget> |
133 </widget> |
133 </item> |
134 </item> |
134 </layout> |
135 </layout> |
135 </widget> |
136 </widget> |
136 </item> |
137 </item> |
137 <item row="0" column="1" > |
138 <item row="0" column="1"> |
138 <widget class="QLineEdit" name="configfileEdit" > |
139 <widget class="QLineEdit" name="configfileEdit"> |
139 <property name="toolTip" > |
140 <property name="toolTip"> |
140 <string>Enter the name of the configuration file</string> |
141 <string>Enter the name of the configuration file</string> |
141 </property> |
142 </property> |
142 </widget> |
143 </widget> |
143 </item> |
144 </item> |
144 <item row="3" column="0" colspan="3" > |
145 <item row="3" column="0" colspan="3"> |
145 <layout class="QHBoxLayout" > |
146 <layout class="QHBoxLayout"> |
146 <property name="margin" > |
147 <property name="spacing"> |
|
148 <number>6</number> |
|
149 </property> |
|
150 <property name="margin"> |
147 <number>0</number> |
151 <number>0</number> |
148 </property> |
|
149 <property name="spacing" > |
|
150 <number>6</number> |
|
151 </property> |
152 </property> |
152 <item> |
153 <item> |
153 <spacer> |
154 <spacer> |
154 <property name="orientation" > |
155 <property name="orientation"> |
155 <enum>Qt::Horizontal</enum> |
156 <enum>Qt::Horizontal</enum> |
156 </property> |
157 </property> |
157 <property name="sizeType" > |
158 <property name="sizeType"> |
158 <enum>QSizePolicy::Expanding</enum> |
159 <enum>QSizePolicy::Expanding</enum> |
159 </property> |
160 </property> |
160 <property name="sizeHint" > |
161 <property name="sizeHint" stdset="0"> |
161 <size> |
162 <size> |
162 <width>40</width> |
163 <width>40</width> |
163 <height>20</height> |
164 <height>20</height> |
164 </size> |
165 </size> |
165 </property> |
166 </property> |
166 </spacer> |
167 </spacer> |
167 </item> |
168 </item> |
168 <item> |
169 <item> |
169 <widget class="QPushButton" name="configButton" > |
170 <widget class="QPushButton" name="configButton"> |
170 <property name="toolTip" > |
171 <property name="toolTip"> |
171 <string>Press to generate a sample configuration</string> |
172 <string>Press to generate a sample configuration</string> |
172 </property> |
173 </property> |
173 <property name="whatsThis" > |
174 <property name="whatsThis"> |
174 <string><b>Generate Configuration Template</b> |
175 <string><b>Generate Configuration Template</b> |
175 <p>This generates a sample configuration. The data is shown in a new editor window.</p></string> |
176 <p>This generates a sample configuration. The data is shown in a new editor window.</p></string> |
176 </property> |
177 </property> |
177 <property name="text" > |
178 <property name="text"> |
178 <string>&Generate Configuration Template</string> |
179 <string>&Generate Configuration Template</string> |
179 </property> |
180 </property> |
180 <property name="shortcut" > |
181 <property name="shortcut"> |
181 <string>Alt+G</string> |
182 <string>Alt+G</string> |
182 </property> |
183 </property> |
183 </widget> |
184 </widget> |
184 </item> |
185 </item> |
185 <item> |
186 <item> |
186 <spacer> |
187 <spacer> |
187 <property name="orientation" > |
188 <property name="orientation"> |
188 <enum>Qt::Horizontal</enum> |
189 <enum>Qt::Horizontal</enum> |
189 </property> |
190 </property> |
190 <property name="sizeType" > |
191 <property name="sizeType"> |
191 <enum>QSizePolicy::Expanding</enum> |
192 <enum>QSizePolicy::Expanding</enum> |
192 </property> |
193 </property> |
193 <property name="sizeHint" > |
194 <property name="sizeHint" stdset="0"> |
194 <size> |
195 <size> |
195 <width>40</width> |
196 <width>40</width> |
196 <height>20</height> |
197 <height>20</height> |
197 </size> |
198 </size> |
198 </property> |
199 </property> |
199 </spacer> |
200 </spacer> |
200 </item> |
201 </item> |
201 </layout> |
202 </layout> |
202 </item> |
203 </item> |
203 <item row="2" column="0" colspan="3" > |
204 <item row="2" column="0" colspan="3"> |
204 <widget class="Line" name="line1" > |
205 <widget class="Line" name="line1"> |
205 <property name="frameShape" > |
206 <property name="frameShape"> |
206 <enum>QFrame::HLine</enum> |
207 <enum>QFrame::HLine</enum> |
207 </property> |
208 </property> |
208 <property name="frameShadow" > |
209 <property name="frameShadow"> |
209 <enum>QFrame::Sunken</enum> |
210 <enum>QFrame::Sunken</enum> |
210 </property> |
211 </property> |
211 <property name="orientation" > |
212 <property name="orientation"> |
212 <enum>Qt::Horizontal</enum> |
213 <enum>Qt::Horizontal</enum> |
213 </property> |
214 </property> |
214 </widget> |
215 </widget> |
215 </item> |
216 </item> |
216 <item row="0" column="2" > |
217 <item row="0" column="2"> |
217 <widget class="QPushButton" name="configfileButton" > |
218 <widget class="QPushButton" name="configfileButton"> |
218 <property name="toolTip" > |
219 <property name="toolTip"> |
219 <string>Press to open a file selection dialog</string> |
220 <string>Press to open a file selection dialog</string> |
220 </property> |
221 </property> |
221 <property name="text" > |
222 <property name="text"> |
222 <string>...</string> |
223 <string>...</string> |
223 </property> |
224 </property> |
224 </widget> |
225 </widget> |
225 </item> |
226 </item> |
226 </layout> |
227 </layout> |
227 </widget> |
228 </widget> |
228 <widget class="QWidget" name="Checkers" > |
229 <widget class="QWidget" name="Checkers"> |
229 <attribute name="title" > |
230 <attribute name="title"> |
230 <string>Checkers</string> |
231 <string>Checkers</string> |
231 </attribute> |
232 </attribute> |
232 <layout class="QGridLayout" > |
233 <layout class="QGridLayout"> |
233 <property name="margin" > |
234 <property name="margin"> |
234 <number>6</number> |
235 <number>6</number> |
235 </property> |
236 </property> |
236 <property name="spacing" > |
237 <property name="spacing"> |
237 <number>6</number> |
238 <number>6</number> |
238 </property> |
239 </property> |
239 <item row="5" column="2" colspan="2" > |
240 <item row="5" column="2" colspan="2"> |
240 <spacer> |
241 <spacer> |
241 <property name="orientation" > |
242 <property name="orientation"> |
242 <enum>Qt::Vertical</enum> |
243 <enum>Qt::Vertical</enum> |
243 </property> |
244 </property> |
244 <property name="sizeType" > |
245 <property name="sizeType"> |
245 <enum>QSizePolicy::Expanding</enum> |
246 <enum>QSizePolicy::Expanding</enum> |
246 </property> |
247 </property> |
247 <property name="sizeHint" > |
248 <property name="sizeHint" stdset="0"> |
248 <size> |
249 <size> |
249 <width>20</width> |
250 <width>20</width> |
250 <height>40</height> |
251 <height>40</height> |
251 </size> |
252 </size> |
252 </property> |
253 </property> |
253 </spacer> |
254 </spacer> |
254 </item> |
255 </item> |
255 <item row="2" column="4" > |
256 <item row="2" column="4"> |
256 <widget class="QCheckBox" name="variablesCheckBox" > |
257 <widget class="QCheckBox" name="variablesCheckBox"> |
257 <property name="toolTip" > |
258 <property name="toolTip"> |
258 <string>Select to enable the variables checker</string> |
259 <string>Select to enable the variables checker</string> |
259 </property> |
260 </property> |
260 <property name="text" > |
261 <property name="text"> |
261 <string>Variables</string> |
262 <string>Variables</string> |
262 </property> |
263 </property> |
263 </widget> |
264 </widget> |
264 </item> |
265 </item> |
265 <item row="1" column="4" > |
266 <item row="1" column="4"> |
266 <widget class="QCheckBox" name="typecheckCheckBox" > |
267 <widget class="QCheckBox" name="typecheckCheckBox"> |
267 <property name="toolTip" > |
268 <property name="toolTip"> |
268 <string>Select to enable the typecheck checker</string> |
269 <string>Select to enable the typecheck checker</string> |
269 </property> |
270 </property> |
270 <property name="text" > |
271 <property name="text"> |
271 <string>Typecheck</string> |
272 <string>Typecheck</string> |
272 </property> |
273 </property> |
273 </widget> |
274 </widget> |
274 </item> |
275 </item> |
275 <item row="0" column="4" > |
276 <item row="0" column="4"> |
276 <widget class="QCheckBox" name="similaritiesCheckBox" > |
277 <widget class="QCheckBox" name="similaritiesCheckBox"> |
277 <property name="toolTip" > |
278 <property name="toolTip"> |
278 <string>Select to enable the similarities checker</string> |
279 <string>Select to enable the similarities checker</string> |
279 </property> |
280 </property> |
280 <property name="text" > |
281 <property name="text"> |
281 <string>Similarities</string> |
282 <string>Similarities</string> |
282 </property> |
283 </property> |
283 </widget> |
284 </widget> |
284 </item> |
285 </item> |
285 <item row="4" column="2" > |
286 <item row="4" column="2"> |
286 <widget class="QCheckBox" name="rpythonCheckBox" > |
287 <widget class="QCheckBox" name="rpythonCheckBox"> |
287 <property name="toolTip" > |
288 <property name="toolTip"> |
288 <string>Select to enable the rpython checker</string> |
289 <string>Select to enable the rpython checker</string> |
289 </property> |
290 </property> |
290 <property name="text" > |
291 <property name="text"> |
291 <string>RPython</string> |
292 <string>RPython</string> |
292 </property> |
293 </property> |
293 </widget> |
294 </widget> |
294 </item> |
295 </item> |
295 <item row="3" column="2" > |
296 <item row="3" column="2"> |
296 <widget class="QCheckBox" name="newstyleCheckBox" > |
297 <widget class="QCheckBox" name="newstyleCheckBox"> |
297 <property name="toolTip" > |
298 <property name="toolTip"> |
298 <string>Select to enable the newstyle checker</string> |
299 <string>Select to enable the newstyle checker</string> |
299 </property> |
300 </property> |
300 <property name="text" > |
301 <property name="text"> |
301 <string>Newstyle</string> |
302 <string>Newstyle</string> |
302 </property> |
303 </property> |
303 </widget> |
304 </widget> |
304 </item> |
305 </item> |
305 <item row="2" column="2" colspan="2" > |
306 <item row="2" column="2" colspan="2"> |
306 <widget class="QCheckBox" name="miscellaneousCheckBox" > |
307 <widget class="QCheckBox" name="miscellaneousCheckBox"> |
307 <property name="toolTip" > |
308 <property name="toolTip"> |
308 <string>Select to enable the miscellaneous checker</string> |
309 <string>Select to enable the miscellaneous checker</string> |
309 </property> |
310 </property> |
310 <property name="text" > |
311 <property name="text"> |
311 <string>Miscellaneous</string> |
312 <string>Miscellaneous</string> |
312 </property> |
313 </property> |
313 </widget> |
314 </widget> |
314 </item> |
315 </item> |
315 <item row="1" column="2" > |
316 <item row="1" column="2"> |
316 <widget class="QCheckBox" name="metricsCheckBox" > |
317 <widget class="QCheckBox" name="metricsCheckBox"> |
317 <property name="toolTip" > |
318 <property name="toolTip"> |
318 <string>Select to enable the metrics checker</string> |
319 <string>Select to enable the metrics checker</string> |
319 </property> |
320 </property> |
320 <property name="text" > |
321 <property name="text"> |
321 <string>Metrics</string> |
322 <string>Metrics</string> |
322 </property> |
323 </property> |
323 </widget> |
324 </widget> |
324 </item> |
325 </item> |
325 <item row="4" column="0" > |
326 <item row="4" column="0"> |
326 <widget class="QCheckBox" name="formatCheckBox" > |
327 <widget class="QCheckBox" name="formatCheckBox"> |
327 <property name="toolTip" > |
328 <property name="toolTip"> |
328 <string>Select to enable the format checker</string> |
329 <string>Select to enable the format checker</string> |
329 </property> |
330 </property> |
330 <property name="text" > |
331 <property name="text"> |
331 <string>Format</string> |
332 <string>Format</string> |
332 </property> |
333 </property> |
333 </widget> |
334 </widget> |
334 </item> |
335 </item> |
335 <item row="3" column="0" colspan="2" > |
336 <item row="3" column="0" colspan="2"> |
336 <widget class="QCheckBox" name="exceptionsCheckBox" > |
337 <widget class="QCheckBox" name="exceptionsCheckBox"> |
337 <property name="toolTip" > |
338 <property name="toolTip"> |
338 <string>Select to enable the exceptions checker</string> |
339 <string>Select to enable the exceptions checker</string> |
339 </property> |
340 </property> |
340 <property name="text" > |
341 <property name="text"> |
341 <string>Exceptions</string> |
342 <string>Exceptions</string> |
342 </property> |
343 </property> |
343 </widget> |
344 </widget> |
344 </item> |
345 </item> |
345 <item row="2" column="0" > |
346 <item row="2" column="0"> |
346 <widget class="QCheckBox" name="designCheckBox" > |
347 <widget class="QCheckBox" name="designCheckBox"> |
347 <property name="toolTip" > |
348 <property name="toolTip"> |
348 <string>Select to enable the design checker</string> |
349 <string>Select to enable the design checker</string> |
349 </property> |
350 </property> |
350 <property name="text" > |
351 <property name="text"> |
351 <string>Design</string> |
352 <string>Design</string> |
352 </property> |
353 </property> |
353 </widget> |
354 </widget> |
354 </item> |
355 </item> |
355 <item row="1" column="0" colspan="2" > |
356 <item row="1" column="0" colspan="2"> |
356 <widget class="QCheckBox" name="classesCheckBox" > |
357 <widget class="QCheckBox" name="classesCheckBox"> |
357 <property name="toolTip" > |
358 <property name="toolTip"> |
358 <string>Select to enable the classes checker</string> |
359 <string>Select to enable the classes checker</string> |
359 </property> |
360 </property> |
360 <property name="text" > |
361 <property name="text"> |
361 <string>Classes</string> |
362 <string>Classes</string> |
362 </property> |
363 </property> |
363 </widget> |
364 </widget> |
364 </item> |
365 </item> |
365 <item row="0" column="2" colspan="2" > |
366 <item row="0" column="2" colspan="2"> |
366 <widget class="QCheckBox" name="importsCheckBox" > |
367 <widget class="QCheckBox" name="importsCheckBox"> |
367 <property name="toolTip" > |
368 <property name="toolTip"> |
368 <string>Select to enable the imports checker</string> |
369 <string>Select to enable the imports checker</string> |
369 </property> |
370 </property> |
370 <property name="text" > |
371 <property name="text"> |
371 <string>Imports</string> |
372 <string>Imports</string> |
372 </property> |
373 </property> |
373 </widget> |
374 </widget> |
374 </item> |
375 </item> |
375 <item row="0" column="0" colspan="2" > |
376 <item row="0" column="0" colspan="2"> |
376 <widget class="QCheckBox" name="basicCheckBox" > |
377 <widget class="QCheckBox" name="basicCheckBox"> |
377 <property name="toolTip" > |
378 <property name="toolTip"> |
378 <string>Select to enable the basic checker</string> |
379 <string>Select to enable the basic checker</string> |
379 </property> |
380 </property> |
380 <property name="text" > |
381 <property name="text"> |
381 <string>Basic</string> |
382 <string>Basic</string> |
382 </property> |
383 </property> |
383 </widget> |
384 </widget> |
|
385 </item> |
|
386 </layout> |
|
387 </widget> |
|
388 <widget class="QWidget" name="Messages"> |
|
389 <attribute name="title"> |
|
390 <string>Messages</string> |
|
391 </attribute> |
|
392 <layout class="QGridLayout" name="gridLayout"> |
|
393 <item row="0" column="0"> |
|
394 <widget class="QLabel" name="label"> |
|
395 <property name="text"> |
|
396 <string>Enabled Messages:</string> |
|
397 </property> |
|
398 </widget> |
|
399 </item> |
|
400 <item row="0" column="1"> |
|
401 <widget class="QLineEdit" name="enabledMessagesEdit"> |
|
402 <property name="toolTip"> |
|
403 <string>Enter the list of enabled messages separated by comma</string> |
|
404 </property> |
|
405 </widget> |
|
406 </item> |
|
407 <item row="1" column="0"> |
|
408 <widget class="QLabel" name="label_2"> |
|
409 <property name="text"> |
|
410 <string>Disabled Messages:</string> |
|
411 </property> |
|
412 </widget> |
|
413 </item> |
|
414 <item row="1" column="1"> |
|
415 <widget class="QLineEdit" name="disabledMessagesEdit"> |
|
416 <property name="toolTip"> |
|
417 <string>Enter the list of disabled messages separated by comma</string> |
|
418 </property> |
|
419 </widget> |
|
420 </item> |
|
421 <item row="2" column="1"> |
|
422 <spacer name="verticalSpacer"> |
|
423 <property name="orientation"> |
|
424 <enum>Qt::Vertical</enum> |
|
425 </property> |
|
426 <property name="sizeHint" stdset="0"> |
|
427 <size> |
|
428 <width>20</width> |
|
429 <height>192</height> |
|
430 </size> |
|
431 </property> |
|
432 </spacer> |
384 </item> |
433 </item> |
385 </layout> |
434 </layout> |
386 </widget> |
435 </widget> |
387 </widget> |
436 </widget> |
388 </item> |
437 </item> |
389 <item> |
438 <item> |
390 <widget class="QDialogButtonBox" name="buttonBox" > |
439 <widget class="QDialogButtonBox" name="buttonBox"> |
391 <property name="orientation" > |
440 <property name="orientation"> |
392 <enum>Qt::Horizontal</enum> |
441 <enum>Qt::Horizontal</enum> |
393 </property> |
442 </property> |
394 <property name="standardButtons" > |
443 <property name="standardButtons"> |
395 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> |
444 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
396 </property> |
445 </property> |
397 </widget> |
446 </widget> |
398 </item> |
447 </item> |
399 </layout> |
448 </layout> |
400 </widget> |
449 </widget> |
401 <layoutdefault spacing="6" margin="6" /> |
450 <layoutdefault spacing="6" margin="6"/> |
402 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
451 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
403 <tabstops> |
452 <tabstops> |
404 <tabstop>tabWidget</tabstop> |
453 <tabstop>tabWidget</tabstop> |
405 <tabstop>configfileEdit</tabstop> |
454 <tabstop>configfileEdit</tabstop> |
406 <tabstop>configfileButton</tabstop> |
455 <tabstop>configfileButton</tabstop> |