Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

changeset 4506
57666e501a42
parent 4437
b9cc331a4576
child 4509
7797ee4a45f9
equal deleted inserted replaced
4505:3b437ae320bd 4506:57666e501a42
19 entry will open an editor window and position the cursor at the respective line and position.&lt;/p&gt;</string> 19 entry will open an editor window and position the cursor at the respective line and position.&lt;/p&gt;</string>
20 </property> 20 </property>
21 <property name="sizeGripEnabled"> 21 <property name="sizeGripEnabled">
22 <bool>true</bool> 22 <bool>true</bool>
23 </property> 23 </property>
24 <layout class="QVBoxLayout" name="verticalLayout_2"> 24 <layout class="QVBoxLayout" name="verticalLayout_5">
25 <item> 25 <item>
26 <widget class="QFrame" name="filterFrame"> 26 <widget class="QFrame" name="filterFrame">
27 <property name="frameShape"> 27 <property name="frameShape">
28 <enum>QFrame::NoFrame</enum> 28 <enum>QFrame::NoFrame</enum>
29 </property> 29 </property>
30 <layout class="QGridLayout" name="gridLayout"> 30 <layout class="QHBoxLayout" name="horizontalLayout_5">
31 <item row="0" column="0"> 31 <item>
32 <widget class="QLabel" name="label_2"> 32 <widget class="QTabWidget" name="tabWidget">
33 <property name="text"> 33 <property name="currentIndex">
34 <string>Exclude Files:</string> 34 <number>0</number>
35 </property> 35 </property>
36 <widget class="QWidget" name="tab_1">
37 <attribute name="title">
38 <string>Global Options</string>
39 </attribute>
40 <layout class="QGridLayout" name="gridLayout_2">
41 <item row="0" column="0">
42 <widget class="QLabel" name="label_2">
43 <property name="text">
44 <string>Exclude Files:</string>
45 </property>
46 </widget>
47 </item>
48 <item row="0" column="1">
49 <widget class="E5ClearableLineEdit" name="excludeFilesEdit">
50 <property name="toolTip">
51 <string>Enter filename patterns of files to be excluded separated by a comma</string>
52 </property>
53 </widget>
54 </item>
55 <item row="1" column="0">
56 <widget class="QLabel" name="label">
57 <property name="text">
58 <string>Exclude Messages:</string>
59 </property>
60 </widget>
61 </item>
62 <item row="1" column="1">
63 <widget class="E5ClearableLineEdit" name="excludeMessagesEdit">
64 <property name="toolTip">
65 <string>Enter message codes or categories to be excluded separated by a comma</string>
66 </property>
67 </widget>
68 </item>
69 <item row="1" column="2">
70 <widget class="QToolButton" name="excludeMessagesSelectButton">
71 <property name="toolTip">
72 <string>Press to select the message codes from a list</string>
73 </property>
74 </widget>
75 </item>
76 <item row="2" column="0">
77 <widget class="QLabel" name="label_3">
78 <property name="text">
79 <string>Included Messages:</string>
80 </property>
81 </widget>
82 </item>
83 <item row="2" column="1">
84 <widget class="E5ClearableLineEdit" name="includeMessagesEdit">
85 <property name="toolTip">
86 <string>Enter message codes or categories to be included separated by a comma</string>
87 </property>
88 </widget>
89 </item>
90 <item row="2" column="2">
91 <widget class="QToolButton" name="includeMessagesSelectButton">
92 <property name="toolTip">
93 <string>Press to select the message codes from a list</string>
94 </property>
95 </widget>
96 </item>
97 <item row="3" column="0">
98 <widget class="QLabel" name="label_4">
99 <property name="text">
100 <string>Fix Issues:</string>
101 </property>
102 </widget>
103 </item>
104 <item row="3" column="1">
105 <widget class="E5ClearableLineEdit" name="fixIssuesEdit">
106 <property name="toolTip">
107 <string>Enter message codes of issues to be fixed automatically (leave empty to fix all)</string>
108 </property>
109 </widget>
110 </item>
111 <item row="3" column="2">
112 <widget class="QToolButton" name="fixIssuesSelectButton">
113 <property name="toolTip">
114 <string>Press to select the message codes from a list</string>
115 </property>
116 </widget>
117 </item>
118 <item row="4" column="0">
119 <widget class="QLabel" name="label_6">
120 <property name="text">
121 <string>Don't Fix Issues:</string>
122 </property>
123 </widget>
124 </item>
125 <item row="4" column="1">
126 <widget class="E5ClearableLineEdit" name="noFixIssuesEdit">
127 <property name="toolTip">
128 <string>Enter message codes of issues not to be fixed automatically</string>
129 </property>
130 </widget>
131 </item>
132 <item row="4" column="2">
133 <widget class="QToolButton" name="noFixIssuesSelectButton">
134 <property name="toolTip">
135 <string>Press to select the message codes from a list</string>
136 </property>
137 </widget>
138 </item>
139 <item row="5" column="0" colspan="3">
140 <layout class="QHBoxLayout" name="horizontalLayout">
141 <item>
142 <widget class="QCheckBox" name="repeatCheckBox">
143 <property name="toolTip">
144 <string>Select to repeat each message type</string>
145 </property>
146 <property name="text">
147 <string>Repeat messages</string>
148 </property>
149 </widget>
150 </item>
151 <item>
152 <widget class="QCheckBox" name="fixIssuesCheckBox">
153 <property name="enabled">
154 <bool>false</bool>
155 </property>
156 <property name="toolTip">
157 <string>Select to fix some issues</string>
158 </property>
159 <property name="text">
160 <string>Fix issues automatically</string>
161 </property>
162 </widget>
163 </item>
164 <item>
165 <widget class="QCheckBox" name="ignoredCheckBox">
166 <property name="enabled">
167 <bool>false</bool>
168 </property>
169 <property name="toolTip">
170 <string>Select to show ignored issues</string>
171 </property>
172 <property name="text">
173 <string>Show ignored</string>
174 </property>
175 </widget>
176 </item>
177 <item>
178 <spacer name="horizontalSpacer">
179 <property name="orientation">
180 <enum>Qt::Horizontal</enum>
181 </property>
182 <property name="sizeHint" stdset="0">
183 <size>
184 <width>40</width>
185 <height>20</height>
186 </size>
187 </property>
188 </spacer>
189 </item>
190 </layout>
191 </item>
192 <item row="6" column="0" colspan="2">
193 <spacer name="verticalSpacer_2">
194 <property name="orientation">
195 <enum>Qt::Vertical</enum>
196 </property>
197 <property name="sizeHint" stdset="0">
198 <size>
199 <width>20</width>
200 <height>68</height>
201 </size>
202 </property>
203 </spacer>
204 </item>
205 </layout>
206 </widget>
207 <widget class="QWidget" name="tab_2">
208 <attribute name="title">
209 <string>Specific Options</string>
210 </attribute>
211 <layout class="QVBoxLayout" name="verticalLayout_2">
212 <property name="leftMargin">
213 <number>1</number>
214 </property>
215 <property name="topMargin">
216 <number>1</number>
217 </property>
218 <property name="rightMargin">
219 <number>1</number>
220 </property>
221 <property name="bottomMargin">
222 <number>1</number>
223 </property>
224 <item>
225 <widget class="QScrollArea" name="scrollArea">
226 <property name="frameShape">
227 <enum>QFrame::NoFrame</enum>
228 </property>
229 <property name="frameShadow">
230 <enum>QFrame::Plain</enum>
231 </property>
232 <property name="verticalScrollBarPolicy">
233 <enum>Qt::ScrollBarAlwaysOn</enum>
234 </property>
235 <property name="widgetResizable">
236 <bool>true</bool>
237 </property>
238 <widget class="QWidget" name="scrollAreaWidgetContents">
239 <property name="geometry">
240 <rect>
241 <x>0</x>
242 <y>0</y>
243 <width>529</width>
244 <height>440</height>
245 </rect>
246 </property>
247 <layout class="QVBoxLayout" name="verticalLayout_4">
248 <item>
249 <widget class="QGroupBox" name="groupBox">
250 <property name="title">
251 <string>Source Style</string>
252 </property>
253 <layout class="QVBoxLayout" name="verticalLayout_3">
254 <item>
255 <layout class="QHBoxLayout" name="horizontalLayout_2">
256 <item>
257 <widget class="QLabel" name="label_5">
258 <property name="text">
259 <string>Max. Line Length:</string>
260 </property>
261 </widget>
262 </item>
263 <item>
264 <widget class="QSpinBox" name="lineLengthSpinBox">
265 <property name="statusTip">
266 <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string>
267 </property>
268 <property name="alignment">
269 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
270 </property>
271 <property name="minimum">
272 <number>60</number>
273 </property>
274 <property name="maximum">
275 <number>119</number>
276 </property>
277 <property name="value">
278 <number>79</number>
279 </property>
280 </widget>
281 </item>
282 <item>
283 <spacer name="horizontalSpacer_3">
284 <property name="orientation">
285 <enum>Qt::Horizontal</enum>
286 </property>
287 <property name="sizeHint" stdset="0">
288 <size>
289 <width>40</width>
290 <height>20</height>
291 </size>
292 </property>
293 </spacer>
294 </item>
295 </layout>
296 </item>
297 <item>
298 <widget class="QCheckBox" name="hangClosingCheckBox">
299 <property name="toolTip">
300 <string>Select to allow hanging closing brackets</string>
301 </property>
302 <property name="text">
303 <string>Allow hanging closing brackets</string>
304 </property>
305 </widget>
306 </item>
307 </layout>
308 </widget>
309 </item>
310 <item>
311 <widget class="QGroupBox" name="groupBox_2">
312 <property name="title">
313 <string>Documentation Style</string>
314 </property>
315 <layout class="QHBoxLayout" name="horizontalLayout_3">
316 <item>
317 <widget class="QLabel" name="label_7">
318 <property name="text">
319 <string>Docstring Type:</string>
320 </property>
321 </widget>
322 </item>
323 <item>
324 <widget class="QComboBox" name="docTypeComboBox">
325 <property name="toolTip">
326 <string>Select the rule set for docstrings</string>
327 </property>
328 </widget>
329 </item>
330 <item>
331 <spacer name="horizontalSpacer_4">
332 <property name="orientation">
333 <enum>Qt::Horizontal</enum>
334 </property>
335 <property name="sizeHint" stdset="0">
336 <size>
337 <width>297</width>
338 <height>20</height>
339 </size>
340 </property>
341 </spacer>
342 </item>
343 </layout>
344 </widget>
345 </item>
346 <item>
347 <widget class="QGroupBox" name="groupBox_4">
348 <property name="title">
349 <string>Coding Line</string>
350 </property>
351 <layout class="QHBoxLayout" name="horizontalLayout_6">
352 <item>
353 <widget class="QLabel" name="label_9">
354 <property name="text">
355 <string>Valid Encodings:</string>
356 </property>
357 </widget>
358 </item>
359 <item>
360 <widget class="E5ClearableLineEdit" name="encodingsEdit">
361 <property name="toolTip">
362 <string>Enter valid encodings separated by a comma (leave empty to use defaults)</string>
363 </property>
364 </widget>
365 </item>
366 </layout>
367 </widget>
368 </item>
369 <item>
370 <widget class="QGroupBox" name="groupBox_5">
371 <property name="title">
372 <string>Copyright</string>
373 </property>
374 <layout class="QGridLayout" name="gridLayout">
375 <item row="0" column="0">
376 <widget class="QLabel" name="label_10">
377 <property name="text">
378 <string>Min. File Size:</string>
379 </property>
380 </widget>
381 </item>
382 <item row="0" column="1">
383 <widget class="QSpinBox" name="copyrightFileSizeSpinBox">
384 <property name="toolTip">
385 <string>Enter the minimum size a file must have to be checked (0 for all files)</string>
386 </property>
387 <property name="alignment">
388 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
389 </property>
390 <property name="maximum">
391 <number>4096</number>
392 </property>
393 </widget>
394 </item>
395 <item row="0" column="2">
396 <spacer name="horizontalSpacer_2">
397 <property name="orientation">
398 <enum>Qt::Horizontal</enum>
399 </property>
400 <property name="sizeHint" stdset="0">
401 <size>
402 <width>324</width>
403 <height>20</height>
404 </size>
405 </property>
406 </spacer>
407 </item>
408 <item row="1" column="0">
409 <widget class="QLabel" name="label_11">
410 <property name="text">
411 <string>Author:</string>
412 </property>
413 </widget>
414 </item>
415 <item row="1" column="1" colspan="2">
416 <widget class="E5ClearableLineEdit" name="copyrightAuthorEdit">
417 <property name="toolTip">
418 <string>Enter a copyright author name to check for (leave empty to omit this check)</string>
419 </property>
420 </widget>
421 </item>
422 </layout>
423 </widget>
424 </item>
425 <item>
426 <widget class="QGroupBox" name="groupBox_3">
427 <property name="title">
428 <string>McCabe Complexity</string>
429 </property>
430 <layout class="QHBoxLayout" name="horizontalLayout_4">
431 <item>
432 <widget class="QLabel" name="label_8">
433 <property name="text">
434 <string>Max. Complexity:</string>
435 </property>
436 </widget>
437 </item>
438 <item>
439 <widget class="QSpinBox" name="complexitySpinBox">
440 <property name="statusTip">
441 <string>Enter the maximum allowed code complexity (McCabe: 10)</string>
442 </property>
443 <property name="alignment">
444 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
445 </property>
446 <property name="minimum">
447 <number>0</number>
448 </property>
449 <property name="maximum">
450 <number>100</number>
451 </property>
452 <property name="value">
453 <number>10</number>
454 </property>
455 </widget>
456 </item>
457 <item>
458 <spacer name="horizontalSpacer_5">
459 <property name="orientation">
460 <enum>Qt::Horizontal</enum>
461 </property>
462 <property name="sizeHint" stdset="0">
463 <size>
464 <width>313</width>
465 <height>20</height>
466 </size>
467 </property>
468 </spacer>
469 </item>
470 </layout>
471 </widget>
472 </item>
473 </layout>
474 </widget>
475 </widget>
476 </item>
477 </layout>
478 </widget>
36 </widget> 479 </widget>
37 </item> 480 </item>
38 <item row="0" column="1"> 481 <item>
39 <widget class="E5ClearableLineEdit" name="excludeFilesEdit">
40 <property name="toolTip">
41 <string>Enter filename patterns of files to be excluded separated by a comma</string>
42 </property>
43 </widget>
44 </item>
45 <item row="0" column="3" rowspan="10">
46 <widget class="Line" name="line"> 482 <widget class="Line" name="line">
47 <property name="lineWidth"> 483 <property name="lineWidth">
48 <number>2</number> 484 <number>2</number>
49 </property> 485 </property>
50 <property name="orientation"> 486 <property name="orientation">
51 <enum>Qt::Vertical</enum> 487 <enum>Qt::Vertical</enum>
52 </property> 488 </property>
53 </widget> 489 </widget>
54 </item> 490 </item>
55 <item row="0" column="4" rowspan="10"> 491 <item>
56 <layout class="QVBoxLayout" name="verticalLayout"> 492 <layout class="QVBoxLayout" name="verticalLayout">
57 <item> 493 <item>
58 <widget class="QPushButton" name="startButton"> 494 <widget class="QPushButton" name="startButton">
59 <property name="toolTip"> 495 <property name="toolTip">
60 <string>Press to start the code style check run</string> 496 <string>Press to start the code style check run</string>
61 </property> 497 </property>
62 <property name="text"> 498 <property name="text">
63 <string>Start</string> 499 <string>&amp;Start</string>
64 </property> 500 </property>
65 </widget> 501 </widget>
66 </item> 502 </item>
67 <item> 503 <item>
68 <widget class="QPushButton" name="fixButton"> 504 <widget class="QPushButton" name="fixButton">
69 <property name="toolTip"> 505 <property name="toolTip">
70 <string>Press to fix the selected issues</string> 506 <string>Press to fix the selected issues</string>
71 </property> 507 </property>
72 <property name="text"> 508 <property name="text">
73 <string>Fix Selected</string> 509 <string>&amp;Fix Selected</string>
74 </property> 510 </property>
75 </widget> 511 </widget>
76 </item> 512 </item>
77 <item> 513 <item>
78 <spacer name="verticalSpacer"> 514 <spacer name="verticalSpacer">
91 <widget class="QPushButton" name="loadDefaultButton"> 527 <widget class="QPushButton" name="loadDefaultButton">
92 <property name="toolTip"> 528 <property name="toolTip">
93 <string>Press to load the default values</string> 529 <string>Press to load the default values</string>
94 </property> 530 </property>
95 <property name="text"> 531 <property name="text">
96 <string>Load Defaults</string> 532 <string>&amp;Load Defaults</string>
97 </property> 533 </property>
98 </widget> 534 </widget>
99 </item> 535 </item>
100 <item> 536 <item>
101 <widget class="QPushButton" name="storeDefaultButton"> 537 <widget class="QPushButton" name="storeDefaultButton">
102 <property name="toolTip"> 538 <property name="toolTip">
103 <string>Press to store the current values as defaults</string> 539 <string>Press to store the current values as defaults</string>
104 </property> 540 </property>
105 <property name="text"> 541 <property name="text">
106 <string>Store Defaults</string> 542 <string>St&amp;ore Defaults</string>
107 </property> 543 </property>
108 </widget> 544 </widget>
109 </item> 545 </item>
110 <item> 546 <item>
111 <widget class="QPushButton" name="resetDefaultButton"> 547 <widget class="QPushButton" name="resetDefaultButton">
112 <property name="toolTip"> 548 <property name="toolTip">
113 <string>Press to reset the default values</string> 549 <string>Press to reset the default values</string>
114 </property> 550 </property>
115 <property name="text"> 551 <property name="text">
116 <string>Reset Defaults</string> 552 <string>&amp;Reset Defaults</string>
117 </property> 553 </property>
118 </widget> 554 </widget>
119 </item>
120 </layout>
121 </item>
122 <item row="1" column="0">
123 <widget class="QLabel" name="label">
124 <property name="text">
125 <string>Exclude Messages:</string>
126 </property>
127 </widget>
128 </item>
129 <item row="1" column="1">
130 <widget class="E5ClearableLineEdit" name="excludeMessagesEdit">
131 <property name="toolTip">
132 <string>Enter message codes or categories to be excluded separated by a comma</string>
133 </property>
134 </widget>
135 </item>
136 <item row="1" column="2">
137 <widget class="QToolButton" name="excludeMessagesSelectButton">
138 <property name="toolTip">
139 <string>Press to select the message codes from a list</string>
140 </property>
141 </widget>
142 </item>
143 <item row="2" column="0">
144 <widget class="QLabel" name="label_3">
145 <property name="text">
146 <string>Included Messages:</string>
147 </property>
148 </widget>
149 </item>
150 <item row="2" column="1">
151 <widget class="E5ClearableLineEdit" name="includeMessagesEdit">
152 <property name="toolTip">
153 <string>Enter message codes or categories to be included separated by a comma</string>
154 </property>
155 </widget>
156 </item>
157 <item row="2" column="2">
158 <widget class="QToolButton" name="includeMessagesSelectButton">
159 <property name="toolTip">
160 <string>Press to select the message codes from a list</string>
161 </property>
162 </widget>
163 </item>
164 <item row="3" column="0">
165 <widget class="QLabel" name="label_4">
166 <property name="text">
167 <string>Fix Issues:</string>
168 </property>
169 </widget>
170 </item>
171 <item row="3" column="1">
172 <widget class="E5ClearableLineEdit" name="fixIssuesEdit">
173 <property name="toolTip">
174 <string>Enter message codes of issues to be fixed automatically (leave empty to fix all)</string>
175 </property>
176 </widget>
177 </item>
178 <item row="3" column="2">
179 <widget class="QToolButton" name="fixIssuesSelectButton">
180 <property name="toolTip">
181 <string>Press to select the message codes from a list</string>
182 </property>
183 </widget>
184 </item>
185 <item row="4" column="0">
186 <widget class="QLabel" name="label_6">
187 <property name="text">
188 <string>Don't Fix Issues:</string>
189 </property>
190 </widget>
191 </item>
192 <item row="4" column="1">
193 <widget class="E5ClearableLineEdit" name="noFixIssuesEdit">
194 <property name="toolTip">
195 <string>Enter message codes of issues not to be fixed automatically</string>
196 </property>
197 </widget>
198 </item>
199 <item row="4" column="2">
200 <widget class="QToolButton" name="noFixIssuesSelectButton">
201 <property name="toolTip">
202 <string>Press to select the message codes from a list</string>
203 </property>
204 </widget>
205 </item>
206 <item row="5" column="0">
207 <widget class="QLabel" name="label_5">
208 <property name="text">
209 <string>Max. Line Length:</string>
210 </property>
211 </widget>
212 </item>
213 <item row="5" column="1" colspan="2">
214 <layout class="QHBoxLayout" name="horizontalLayout_3">
215 <item>
216 <widget class="QSpinBox" name="lineLengthSpinBox">
217 <property name="statusTip">
218 <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string>
219 </property>
220 <property name="alignment">
221 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
222 </property>
223 <property name="minimum">
224 <number>60</number>
225 </property>
226 <property name="maximum">
227 <number>119</number>
228 </property>
229 <property name="value">
230 <number>79</number>
231 </property>
232 </widget>
233 </item>
234 <item>
235 <spacer name="horizontalSpacer_3">
236 <property name="orientation">
237 <enum>Qt::Horizontal</enum>
238 </property>
239 <property name="sizeHint" stdset="0">
240 <size>
241 <width>40</width>
242 <height>20</height>
243 </size>
244 </property>
245 </spacer>
246 </item>
247 </layout>
248 </item>
249 <item row="6" column="0">
250 <widget class="QLabel" name="label_7">
251 <property name="text">
252 <string>Docstring Type:</string>
253 </property>
254 </widget>
255 </item>
256 <item row="6" column="1" colspan="2">
257 <layout class="QHBoxLayout" name="horizontalLayout_4">
258 <item>
259 <widget class="QComboBox" name="docTypeComboBox">
260 <property name="toolTip">
261 <string>Select the rule set for docstrings</string>
262 </property>
263 </widget>
264 </item>
265 <item>
266 <spacer name="horizontalSpacer_4">
267 <property name="orientation">
268 <enum>Qt::Horizontal</enum>
269 </property>
270 <property name="sizeHint" stdset="0">
271 <size>
272 <width>40</width>
273 <height>20</height>
274 </size>
275 </property>
276 </spacer>
277 </item>
278 </layout>
279 </item>
280 <item row="7" column="0" colspan="3">
281 <widget class="QCheckBox" name="hangClosingCheckBox">
282 <property name="toolTip">
283 <string>Select to allow hanging closing brackets</string>
284 </property>
285 <property name="text">
286 <string>Allow hanging closing brackets</string>
287 </property>
288 </widget>
289 </item>
290 <item row="8" column="0">
291 <widget class="QLabel" name="label_8">
292 <property name="text">
293 <string>Max. Complexity:</string>
294 </property>
295 </widget>
296 </item>
297 <item row="8" column="1" colspan="2">
298 <layout class="QHBoxLayout" name="horizontalLayout_5">
299 <item>
300 <widget class="QSpinBox" name="complexitySpinBox">
301 <property name="statusTip">
302 <string>Enter the maximum allowed code complexity (McCabe: 10)</string>
303 </property>
304 <property name="alignment">
305 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
306 </property>
307 <property name="minimum">
308 <number>0</number>
309 </property>
310 <property name="maximum">
311 <number>100</number>
312 </property>
313 <property name="value">
314 <number>10</number>
315 </property>
316 </widget>
317 </item>
318 <item>
319 <spacer name="horizontalSpacer_5">
320 <property name="orientation">
321 <enum>Qt::Horizontal</enum>
322 </property>
323 <property name="sizeHint" stdset="0">
324 <size>
325 <width>40</width>
326 <height>20</height>
327 </size>
328 </property>
329 </spacer>
330 </item>
331 </layout>
332 </item>
333 <item row="9" column="0" colspan="3">
334 <layout class="QHBoxLayout" name="horizontalLayout">
335 <item>
336 <widget class="QCheckBox" name="repeatCheckBox">
337 <property name="toolTip">
338 <string>Select to repeat each message type</string>
339 </property>
340 <property name="text">
341 <string>Repeat messages</string>
342 </property>
343 </widget>
344 </item>
345 <item>
346 <widget class="QCheckBox" name="fixIssuesCheckBox">
347 <property name="enabled">
348 <bool>false</bool>
349 </property>
350 <property name="toolTip">
351 <string>Select to fix some issues</string>
352 </property>
353 <property name="text">
354 <string>Fix issues automatically</string>
355 </property>
356 </widget>
357 </item>
358 <item>
359 <widget class="QCheckBox" name="ignoredCheckBox">
360 <property name="enabled">
361 <bool>false</bool>
362 </property>
363 <property name="toolTip">
364 <string>Select to show ignored issues</string>
365 </property>
366 <property name="text">
367 <string>Show ignored</string>
368 </property>
369 </widget>
370 </item>
371 <item>
372 <spacer name="horizontalSpacer">
373 <property name="orientation">
374 <enum>Qt::Horizontal</enum>
375 </property>
376 <property name="sizeHint" stdset="0">
377 <size>
378 <width>40</width>
379 <height>20</height>
380 </size>
381 </property>
382 </spacer>
383 </item> 555 </item>
384 </layout> 556 </layout>
385 </item> 557 </item>
386 </layout> 558 </layout>
387 </widget> 559 </widget>
474 <extends>QLineEdit</extends> 646 <extends>QLineEdit</extends>
475 <header>E5Gui/E5LineEdit.h</header> 647 <header>E5Gui/E5LineEdit.h</header>
476 </customwidget> 648 </customwidget>
477 </customwidgets> 649 </customwidgets>
478 <tabstops> 650 <tabstops>
479 <tabstop>startButton</tabstop> 651 <tabstop>tabWidget</tabstop>
480 <tabstop>loadDefaultButton</tabstop>
481 <tabstop>excludeFilesEdit</tabstop> 652 <tabstop>excludeFilesEdit</tabstop>
482 <tabstop>excludeMessagesEdit</tabstop> 653 <tabstop>excludeMessagesEdit</tabstop>
483 <tabstop>excludeMessagesSelectButton</tabstop> 654 <tabstop>excludeMessagesSelectButton</tabstop>
484 <tabstop>includeMessagesEdit</tabstop> 655 <tabstop>includeMessagesEdit</tabstop>
485 <tabstop>includeMessagesSelectButton</tabstop> 656 <tabstop>includeMessagesSelectButton</tabstop>
486 <tabstop>fixIssuesEdit</tabstop> 657 <tabstop>fixIssuesEdit</tabstop>
487 <tabstop>fixIssuesSelectButton</tabstop> 658 <tabstop>fixIssuesSelectButton</tabstop>
488 <tabstop>noFixIssuesEdit</tabstop> 659 <tabstop>noFixIssuesEdit</tabstop>
489 <tabstop>noFixIssuesSelectButton</tabstop> 660 <tabstop>noFixIssuesSelectButton</tabstop>
490 <tabstop>lineLengthSpinBox</tabstop>
491 <tabstop>docTypeComboBox</tabstop>
492 <tabstop>hangClosingCheckBox</tabstop>
493 <tabstop>complexitySpinBox</tabstop>
494 <tabstop>repeatCheckBox</tabstop> 661 <tabstop>repeatCheckBox</tabstop>
495 <tabstop>fixIssuesCheckBox</tabstop> 662 <tabstop>fixIssuesCheckBox</tabstop>
496 <tabstop>ignoredCheckBox</tabstop> 663 <tabstop>ignoredCheckBox</tabstop>
497 <tabstop>resultList</tabstop> 664 <tabstop>scrollArea</tabstop>
665 <tabstop>lineLengthSpinBox</tabstop>
666 <tabstop>hangClosingCheckBox</tabstop>
667 <tabstop>docTypeComboBox</tabstop>
668 <tabstop>encodingsEdit</tabstop>
669 <tabstop>complexitySpinBox</tabstop>
670 <tabstop>startButton</tabstop>
498 <tabstop>fixButton</tabstop> 671 <tabstop>fixButton</tabstop>
672 <tabstop>loadDefaultButton</tabstop>
499 <tabstop>storeDefaultButton</tabstop> 673 <tabstop>storeDefaultButton</tabstop>
500 <tabstop>resetDefaultButton</tabstop> 674 <tabstop>resetDefaultButton</tabstop>
675 <tabstop>resultList</tabstop>
501 </tabstops> 676 </tabstops>
502 <resources/> 677 <resources/>
503 <connections> 678 <connections>
504 <connection> 679 <connection>
505 <sender>repeatCheckBox</sender> 680 <sender>repeatCheckBox</sender>

eric ide

mercurial