Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

changeset 4423
14f3ca3dcef6
parent 4146
f892021b2e32
child 4437
b9cc331a4576
equal deleted inserted replaced
4419:66be66ec3afc 4423:14f3ca3dcef6
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="QGridLayout" name="gridLayout">
31 <property name="leftMargin">
32 <number>0</number>
33 </property>
34 <property name="topMargin">
35 <number>0</number>
36 </property>
37 <property name="rightMargin">
38 <number>0</number>
39 </property>
40 <property name="bottomMargin">
41 <number>0</number>
42 </property>
43 <item row="0" column="0"> 31 <item row="0" column="0">
44 <widget class="QLabel" name="label_2"> 32 <widget class="QLabel" name="label_2">
45 <property name="text"> 33 <property name="text">
46 <string>Exclude Files:</string> 34 <string>Exclude Files:</string>
47 </property> 35 </property>
52 <property name="toolTip"> 40 <property name="toolTip">
53 <string>Enter filename patterns of files to be excluded separated by a comma</string> 41 <string>Enter filename patterns of files to be excluded separated by a comma</string>
54 </property> 42 </property>
55 </widget> 43 </widget>
56 </item> 44 </item>
57 <item row="0" column="3" rowspan="9"> 45 <item row="0" column="3" rowspan="10">
58 <widget class="Line" name="line"> 46 <widget class="Line" name="line">
59 <property name="lineWidth"> 47 <property name="lineWidth">
60 <number>2</number> 48 <number>2</number>
61 </property> 49 </property>
62 <property name="orientation"> 50 <property name="orientation">
63 <enum>Qt::Vertical</enum> 51 <enum>Qt::Vertical</enum>
64 </property> 52 </property>
65 </widget> 53 </widget>
66 </item> 54 </item>
67 <item row="0" column="4" rowspan="9"> 55 <item row="0" column="4" rowspan="10">
68 <layout class="QVBoxLayout" name="verticalLayout"> 56 <layout class="QVBoxLayout" name="verticalLayout">
69 <item> 57 <item>
70 <widget class="QPushButton" name="startButton"> 58 <widget class="QPushButton" name="startButton">
71 <property name="toolTip"> 59 <property name="toolTip">
72 <string>Press to start the code style check run</string> 60 <string>Press to start the code style check run</string>
220 <property name="text"> 208 <property name="text">
221 <string>Max. Line Length:</string> 209 <string>Max. Line Length:</string>
222 </property> 210 </property>
223 </widget> 211 </widget>
224 </item> 212 </item>
225 <item row="5" column="1" colspan="2"> 213 <item row="5" column="1">
226 <layout class="QHBoxLayout" name="horizontalLayout_3"> 214 <layout class="QHBoxLayout" name="horizontalLayout_3">
227 <item> 215 <item>
228 <widget class="QSpinBox" name="lineLengthSpinBox"> 216 <widget class="QSpinBox" name="lineLengthSpinBox">
229 <property name="statusTip"> 217 <property name="statusTip">
230 <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string> 218 <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string>
263 <property name="text"> 251 <property name="text">
264 <string>Docstring Type:</string> 252 <string>Docstring Type:</string>
265 </property> 253 </property>
266 </widget> 254 </widget>
267 </item> 255 </item>
268 <item row="6" column="1" colspan="2"> 256 <item row="6" column="1">
269 <layout class="QHBoxLayout" name="horizontalLayout_4"> 257 <layout class="QHBoxLayout" name="horizontalLayout_4">
270 <item> 258 <item>
271 <widget class="QComboBox" name="docTypeComboBox"> 259 <widget class="QComboBox" name="docTypeComboBox">
272 <property name="toolTip"> 260 <property name="toolTip">
273 <string>Select the rule set for docstrings</string> 261 <string>Select the rule set for docstrings</string>
287 </property> 275 </property>
288 </spacer> 276 </spacer>
289 </item> 277 </item>
290 </layout> 278 </layout>
291 </item> 279 </item>
292 <item row="7" column="0" colspan="3"> 280 <item row="7" column="0" colspan="2">
293 <layout class="QHBoxLayout" name="horizontalLayout_2"> 281 <layout class="QHBoxLayout" name="horizontalLayout_2">
294 <item> 282 <item>
295 <widget class="QCheckBox" name="hangClosingCheckBox"> 283 <widget class="QCheckBox" name="hangClosingCheckBox">
296 <property name="toolTip"> 284 <property name="toolTip">
297 <string>Select to allow hanging closing brackets</string> 285 <string>Select to allow hanging closing brackets</string>
314 </property> 302 </property>
315 </spacer> 303 </spacer>
316 </item> 304 </item>
317 </layout> 305 </layout>
318 </item> 306 </item>
319 <item row="8" column="0" colspan="3"> 307 <item row="8" column="0">
308 <widget class="QLabel" name="label_8">
309 <property name="text">
310 <string>Max. Complexity:</string>
311 </property>
312 </widget>
313 </item>
314 <item row="8" column="1">
315 <layout class="QHBoxLayout" name="horizontalLayout_5">
316 <item>
317 <widget class="QSpinBox" name="complexitySpinBox">
318 <property name="statusTip">
319 <string>Enter the maximum allowed code complexity (McCabe: 10)</string>
320 </property>
321 <property name="alignment">
322 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
323 </property>
324 <property name="minimum">
325 <number>0</number>
326 </property>
327 <property name="maximum">
328 <number>100</number>
329 </property>
330 <property name="value">
331 <number>10</number>
332 </property>
333 </widget>
334 </item>
335 <item>
336 <spacer name="horizontalSpacer_5">
337 <property name="orientation">
338 <enum>Qt::Horizontal</enum>
339 </property>
340 <property name="sizeHint" stdset="0">
341 <size>
342 <width>40</width>
343 <height>20</height>
344 </size>
345 </property>
346 </spacer>
347 </item>
348 </layout>
349 </item>
350 <item row="9" column="0" colspan="3">
320 <layout class="QHBoxLayout" name="horizontalLayout"> 351 <layout class="QHBoxLayout" name="horizontalLayout">
321 <item> 352 <item>
322 <widget class="QCheckBox" name="repeatCheckBox"> 353 <widget class="QCheckBox" name="repeatCheckBox">
323 <property name="toolTip"> 354 <property name="toolTip">
324 <string>Select to repeat each message type</string> 355 <string>Select to repeat each message type</string>
474 <tabstop>noFixIssuesEdit</tabstop> 505 <tabstop>noFixIssuesEdit</tabstop>
475 <tabstop>noFixIssuesSelectButton</tabstop> 506 <tabstop>noFixIssuesSelectButton</tabstop>
476 <tabstop>lineLengthSpinBox</tabstop> 507 <tabstop>lineLengthSpinBox</tabstop>
477 <tabstop>docTypeComboBox</tabstop> 508 <tabstop>docTypeComboBox</tabstop>
478 <tabstop>hangClosingCheckBox</tabstop> 509 <tabstop>hangClosingCheckBox</tabstop>
510 <tabstop>complexitySpinBox</tabstop>
479 <tabstop>repeatCheckBox</tabstop> 511 <tabstop>repeatCheckBox</tabstop>
480 <tabstop>fixIssuesCheckBox</tabstop> 512 <tabstop>fixIssuesCheckBox</tabstop>
481 <tabstop>ignoredCheckBox</tabstop> 513 <tabstop>ignoredCheckBox</tabstop>
482 <tabstop>resultList</tabstop> 514 <tabstop>resultList</tabstop>
483 <tabstop>fixButton</tabstop> 515 <tabstop>fixButton</tabstop>
484 <tabstop>storeDefaultButton</tabstop> 516 <tabstop>storeDefaultButton</tabstop>
485 <tabstop>resetDefaultButton</tabstop> 517 <tabstop>resetDefaultButton</tabstop>
486 <tabstop>buttonBox</tabstop>
487 </tabstops> 518 </tabstops>
488 <resources/> 519 <resources/>
489 <connections> 520 <connections>
490 <connection> 521 <connection>
491 <sender>repeatCheckBox</sender> 522 <sender>repeatCheckBox</sender>

eric ide

mercurial