PyLint/PyLintConfigDialog.ui

changeset 10
398979610d9b
parent 7
cda98d0e93e7
equal deleted inserted replaced
9:7b4edecdaf31 10:398979610d9b
14 <string>PyLint Configuration</string> 14 <string>PyLint Configuration</string>
15 </property> 15 </property>
16 <property name="sizeGripEnabled"> 16 <property name="sizeGripEnabled">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout"> 19 <layout class="QGridLayout" name="gridLayout_2">
20 <property name="spacing">
21 <number>6</number>
22 </property>
23 <property name="margin"> 20 <property name="margin">
24 <number>6</number> 21 <number>6</number>
25 </property> 22 </property>
26 <item> 23 <item row="0" column="0">
27 <widget class="QTabWidget" name="tabWidget"> 24 <widget class="QTabWidget" name="tabWidget">
28 <property name="currentIndex"> 25 <property name="currentIndex">
29 <number>1</number> 26 <number>1</number>
30 </property> 27 </property>
31 <widget class="QWidget" name="General"> 28 <widget class="QWidget" name="General">
228 </widget> 225 </widget>
229 <widget class="QWidget" name="Checkers"> 226 <widget class="QWidget" name="Checkers">
230 <attribute name="title"> 227 <attribute name="title">
231 <string>Checkers</string> 228 <string>Checkers</string>
232 </attribute> 229 </attribute>
233 <layout class="QGridLayout"> 230 <layout class="QVBoxLayout" name="verticalLayout">
234 <property name="margin"> 231 <item>
235 <number>6</number> 232 <layout class="QGridLayout" name="gridLayout_3">
236 </property> 233 <item row="0" column="0">
237 <property name="spacing"> 234 <widget class="QCheckBox" name="basicCheckBox">
238 <number>6</number> 235 <property name="toolTip">
239 </property> 236 <string>Select to enable the basic checker</string>
240 <item row="5" column="2" colspan="2"> 237 </property>
238 <property name="text">
239 <string>Basic</string>
240 </property>
241 </widget>
242 </item>
243 <item row="0" column="1">
244 <widget class="QCheckBox" name="importsCheckBox">
245 <property name="toolTip">
246 <string>Select to enable the imports checker</string>
247 </property>
248 <property name="text">
249 <string>Imports</string>
250 </property>
251 </widget>
252 </item>
253 <item row="0" column="2">
254 <widget class="QCheckBox" name="similaritiesCheckBox">
255 <property name="toolTip">
256 <string>Select to enable the similarities checker</string>
257 </property>
258 <property name="text">
259 <string>Similarities</string>
260 </property>
261 </widget>
262 </item>
263 <item row="1" column="0">
264 <widget class="QCheckBox" name="classesCheckBox">
265 <property name="toolTip">
266 <string>Select to enable the classes checker</string>
267 </property>
268 <property name="text">
269 <string>Classes</string>
270 </property>
271 </widget>
272 </item>
273 <item row="1" column="1">
274 <widget class="QCheckBox" name="loggingCheckBox">
275 <property name="toolTip">
276 <string>Select to enable the logging checker</string>
277 </property>
278 <property name="text">
279 <string>Logging</string>
280 </property>
281 </widget>
282 </item>
283 <item row="1" column="2">
284 <widget class="QCheckBox" name="stringFormatCheckBox">
285 <property name="toolTip">
286 <string>Select to enable the string format checker</string>
287 </property>
288 <property name="text">
289 <string>String Format</string>
290 </property>
291 </widget>
292 </item>
293 <item row="2" column="0">
294 <widget class="QCheckBox" name="designCheckBox">
295 <property name="toolTip">
296 <string>Select to enable the design checker</string>
297 </property>
298 <property name="text">
299 <string>Design</string>
300 </property>
301 </widget>
302 </item>
303 <item row="2" column="1">
304 <widget class="QCheckBox" name="metricsCheckBox">
305 <property name="toolTip">
306 <string>Select to enable the metrics checker</string>
307 </property>
308 <property name="text">
309 <string>Metrics</string>
310 </property>
311 </widget>
312 </item>
313 <item row="2" column="2">
314 <widget class="QCheckBox" name="typecheckCheckBox">
315 <property name="toolTip">
316 <string>Select to enable the typecheck checker</string>
317 </property>
318 <property name="text">
319 <string>Typecheck</string>
320 </property>
321 </widget>
322 </item>
323 <item row="3" column="0">
324 <widget class="QCheckBox" name="exceptionsCheckBox">
325 <property name="toolTip">
326 <string>Select to enable the exceptions checker</string>
327 </property>
328 <property name="text">
329 <string>Exceptions</string>
330 </property>
331 </widget>
332 </item>
333 <item row="3" column="1">
334 <widget class="QCheckBox" name="miscellaneousCheckBox">
335 <property name="toolTip">
336 <string>Select to enable the miscellaneous checker</string>
337 </property>
338 <property name="text">
339 <string>Miscellaneous</string>
340 </property>
341 </widget>
342 </item>
343 <item row="3" column="2">
344 <widget class="QCheckBox" name="variablesCheckBox">
345 <property name="toolTip">
346 <string>Select to enable the variables checker</string>
347 </property>
348 <property name="text">
349 <string>Variables</string>
350 </property>
351 </widget>
352 </item>
353 <item row="4" column="0">
354 <widget class="QCheckBox" name="formatCheckBox">
355 <property name="toolTip">
356 <string>Select to enable the format checker</string>
357 </property>
358 <property name="text">
359 <string>Format</string>
360 </property>
361 </widget>
362 </item>
363 <item row="4" column="1">
364 <widget class="QCheckBox" name="newstyleCheckBox">
365 <property name="toolTip">
366 <string>Select to enable the newstyle checker</string>
367 </property>
368 <property name="text">
369 <string>Newstyle</string>
370 </property>
371 </widget>
372 </item>
373 </layout>
374 </item>
375 <item>
241 <spacer> 376 <spacer>
242 <property name="orientation"> 377 <property name="orientation">
243 <enum>Qt::Vertical</enum> 378 <enum>Qt::Vertical</enum>
244 </property> 379 </property>
245 <property name="sizeType"> 380 <property name="sizeType">
250 <width>20</width> 385 <width>20</width>
251 <height>40</height> 386 <height>40</height>
252 </size> 387 </size>
253 </property> 388 </property>
254 </spacer> 389 </spacer>
255 </item>
256 <item row="2" column="4">
257 <widget class="QCheckBox" name="variablesCheckBox">
258 <property name="toolTip">
259 <string>Select to enable the variables checker</string>
260 </property>
261 <property name="text">
262 <string>Variables</string>
263 </property>
264 </widget>
265 </item>
266 <item row="1" column="4">
267 <widget class="QCheckBox" name="typecheckCheckBox">
268 <property name="toolTip">
269 <string>Select to enable the typecheck checker</string>
270 </property>
271 <property name="text">
272 <string>Typecheck</string>
273 </property>
274 </widget>
275 </item>
276 <item row="0" column="4">
277 <widget class="QCheckBox" name="similaritiesCheckBox">
278 <property name="toolTip">
279 <string>Select to enable the similarities checker</string>
280 </property>
281 <property name="text">
282 <string>Similarities</string>
283 </property>
284 </widget>
285 </item>
286 <item row="4" column="2">
287 <widget class="QCheckBox" name="rpythonCheckBox">
288 <property name="toolTip">
289 <string>Select to enable the rpython checker</string>
290 </property>
291 <property name="text">
292 <string>RPython</string>
293 </property>
294 </widget>
295 </item>
296 <item row="3" column="2">
297 <widget class="QCheckBox" name="newstyleCheckBox">
298 <property name="toolTip">
299 <string>Select to enable the newstyle checker</string>
300 </property>
301 <property name="text">
302 <string>Newstyle</string>
303 </property>
304 </widget>
305 </item>
306 <item row="2" column="2" colspan="2">
307 <widget class="QCheckBox" name="miscellaneousCheckBox">
308 <property name="toolTip">
309 <string>Select to enable the miscellaneous checker</string>
310 </property>
311 <property name="text">
312 <string>Miscellaneous</string>
313 </property>
314 </widget>
315 </item>
316 <item row="1" column="2">
317 <widget class="QCheckBox" name="metricsCheckBox">
318 <property name="toolTip">
319 <string>Select to enable the metrics checker</string>
320 </property>
321 <property name="text">
322 <string>Metrics</string>
323 </property>
324 </widget>
325 </item>
326 <item row="4" column="0">
327 <widget class="QCheckBox" name="formatCheckBox">
328 <property name="toolTip">
329 <string>Select to enable the format checker</string>
330 </property>
331 <property name="text">
332 <string>Format</string>
333 </property>
334 </widget>
335 </item>
336 <item row="3" column="0" colspan="2">
337 <widget class="QCheckBox" name="exceptionsCheckBox">
338 <property name="toolTip">
339 <string>Select to enable the exceptions checker</string>
340 </property>
341 <property name="text">
342 <string>Exceptions</string>
343 </property>
344 </widget>
345 </item>
346 <item row="2" column="0">
347 <widget class="QCheckBox" name="designCheckBox">
348 <property name="toolTip">
349 <string>Select to enable the design checker</string>
350 </property>
351 <property name="text">
352 <string>Design</string>
353 </property>
354 </widget>
355 </item>
356 <item row="1" column="0" colspan="2">
357 <widget class="QCheckBox" name="classesCheckBox">
358 <property name="toolTip">
359 <string>Select to enable the classes checker</string>
360 </property>
361 <property name="text">
362 <string>Classes</string>
363 </property>
364 </widget>
365 </item>
366 <item row="0" column="2" colspan="2">
367 <widget class="QCheckBox" name="importsCheckBox">
368 <property name="toolTip">
369 <string>Select to enable the imports checker</string>
370 </property>
371 <property name="text">
372 <string>Imports</string>
373 </property>
374 </widget>
375 </item>
376 <item row="0" column="0" colspan="2">
377 <widget class="QCheckBox" name="basicCheckBox">
378 <property name="toolTip">
379 <string>Select to enable the basic checker</string>
380 </property>
381 <property name="text">
382 <string>Basic</string>
383 </property>
384 </widget>
385 </item> 390 </item>
386 </layout> 391 </layout>
387 </widget> 392 </widget>
388 <widget class="QWidget" name="Messages"> 393 <widget class="QWidget" name="Messages">
389 <attribute name="title"> 394 <attribute name="title">
433 </item> 438 </item>
434 </layout> 439 </layout>
435 </widget> 440 </widget>
436 </widget> 441 </widget>
437 </item> 442 </item>
438 <item> 443 <item row="1" column="0">
439 <widget class="QDialogButtonBox" name="buttonBox"> 444 <widget class="QDialogButtonBox" name="buttonBox">
440 <property name="orientation"> 445 <property name="orientation">
441 <enum>Qt::Horizontal</enum> 446 <enum>Qt::Horizontal</enum>
442 </property> 447 </property>
443 <property name="standardButtons"> 448 <property name="standardButtons">
463 <tabstop>classesCheckBox</tabstop> 468 <tabstop>classesCheckBox</tabstop>
464 <tabstop>designCheckBox</tabstop> 469 <tabstop>designCheckBox</tabstop>
465 <tabstop>exceptionsCheckBox</tabstop> 470 <tabstop>exceptionsCheckBox</tabstop>
466 <tabstop>formatCheckBox</tabstop> 471 <tabstop>formatCheckBox</tabstop>
467 <tabstop>importsCheckBox</tabstop> 472 <tabstop>importsCheckBox</tabstop>
473 <tabstop>loggingCheckBox</tabstop>
468 <tabstop>metricsCheckBox</tabstop> 474 <tabstop>metricsCheckBox</tabstop>
469 <tabstop>miscellaneousCheckBox</tabstop> 475 <tabstop>miscellaneousCheckBox</tabstop>
470 <tabstop>newstyleCheckBox</tabstop> 476 <tabstop>newstyleCheckBox</tabstop>
471 <tabstop>rpythonCheckBox</tabstop> 477 <tabstop>stringFormatCheckBox</tabstop>
472 <tabstop>similaritiesCheckBox</tabstop> 478 <tabstop>similaritiesCheckBox</tabstop>
473 <tabstop>typecheckCheckBox</tabstop> 479 <tabstop>typecheckCheckBox</tabstop>
474 <tabstop>variablesCheckBox</tabstop> 480 <tabstop>variablesCheckBox</tabstop>
475 <tabstop>enabledMessagesEdit</tabstop> 481 <tabstop>enabledMessagesEdit</tabstop>
476 <tabstop>disabledMessagesEdit</tabstop> 482 <tabstop>disabledMessagesEdit</tabstop>

eric ide

mercurial