208 <property name="text"> |
208 <property name="text"> |
209 <string>Max. Line Length:</string> |
209 <string>Max. Line Length:</string> |
210 </property> |
210 </property> |
211 </widget> |
211 </widget> |
212 </item> |
212 </item> |
213 <item row="5" column="1"> |
213 <item row="5" column="1" colspan="2"> |
214 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
214 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
215 <item> |
215 <item> |
216 <widget class="QSpinBox" name="lineLengthSpinBox"> |
216 <widget class="QSpinBox" name="lineLengthSpinBox"> |
217 <property name="statusTip"> |
217 <property name="statusTip"> |
218 <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> |
251 <property name="text"> |
251 <property name="text"> |
252 <string>Docstring Type:</string> |
252 <string>Docstring Type:</string> |
253 </property> |
253 </property> |
254 </widget> |
254 </widget> |
255 </item> |
255 </item> |
256 <item row="6" column="1"> |
256 <item row="6" column="1" colspan="2"> |
257 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
257 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
258 <item> |
258 <item> |
259 <widget class="QComboBox" name="docTypeComboBox"> |
259 <widget class="QComboBox" name="docTypeComboBox"> |
260 <property name="toolTip"> |
260 <property name="toolTip"> |
261 <string>Select the rule set for docstrings</string> |
261 <string>Select the rule set for docstrings</string> |
275 </property> |
275 </property> |
276 </spacer> |
276 </spacer> |
277 </item> |
277 </item> |
278 </layout> |
278 </layout> |
279 </item> |
279 </item> |
280 <item row="7" column="0" colspan="2"> |
280 <item row="7" column="0" colspan="3"> |
281 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
281 <widget class="QCheckBox" name="hangClosingCheckBox"> |
282 <item> |
282 <property name="toolTip"> |
283 <widget class="QCheckBox" name="hangClosingCheckBox"> |
283 <string>Select to allow hanging closing brackets</string> |
284 <property name="toolTip"> |
284 </property> |
285 <string>Select to allow hanging closing brackets</string> |
285 <property name="text"> |
286 </property> |
286 <string>Allow hanging closing brackets</string> |
287 <property name="text"> |
287 </property> |
288 <string>Allow hanging closing brackets</string> |
288 </widget> |
289 </property> |
|
290 </widget> |
|
291 </item> |
|
292 <item> |
|
293 <spacer name="horizontalSpacer_2"> |
|
294 <property name="orientation"> |
|
295 <enum>Qt::Horizontal</enum> |
|
296 </property> |
|
297 <property name="sizeHint" stdset="0"> |
|
298 <size> |
|
299 <width>40</width> |
|
300 <height>20</height> |
|
301 </size> |
|
302 </property> |
|
303 </spacer> |
|
304 </item> |
|
305 </layout> |
|
306 </item> |
289 </item> |
307 <item row="8" column="0"> |
290 <item row="8" column="0"> |
308 <widget class="QLabel" name="label_8"> |
291 <widget class="QLabel" name="label_8"> |
309 <property name="text"> |
292 <property name="text"> |
310 <string>Max. Complexity:</string> |
293 <string>Max. Complexity:</string> |
311 </property> |
294 </property> |
312 </widget> |
295 </widget> |
313 </item> |
296 </item> |
314 <item row="8" column="1"> |
297 <item row="8" column="1" colspan="2"> |
315 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
298 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
316 <item> |
299 <item> |
317 <widget class="QSpinBox" name="complexitySpinBox"> |
300 <widget class="QSpinBox" name="complexitySpinBox"> |
318 <property name="statusTip"> |
301 <property name="statusTip"> |
319 <string>Enter the maximum allowed code complexity (McCabe: 10)</string> |
302 <string>Enter the maximum allowed code complexity (McCabe: 10)</string> |