PyLint/PyLintConfigDialog.ui

changeset 10
398979610d9b
parent 7
cda98d0e93e7
--- a/PyLint/PyLintConfigDialog.ui	Fri May 18 16:08:10 2012 +0200
+++ b/PyLint/PyLintConfigDialog.ui	Wed Nov 07 16:46:31 2012 +0100
@@ -16,14 +16,11 @@
   <property name="sizeGripEnabled">
    <bool>true</bool>
   </property>
-  <layout class="QVBoxLayout">
-   <property name="spacing">
-    <number>6</number>
-   </property>
+  <layout class="QGridLayout" name="gridLayout_2">
    <property name="margin">
     <number>6</number>
    </property>
-   <item>
+   <item row="0" column="0">
     <widget class="QTabWidget" name="tabWidget">
      <property name="currentIndex">
       <number>1</number>
@@ -230,14 +227,152 @@
       <attribute name="title">
        <string>Checkers</string>
       </attribute>
-      <layout class="QGridLayout">
-       <property name="margin">
-        <number>6</number>
-       </property>
-       <property name="spacing">
-        <number>6</number>
-       </property>
-       <item row="5" column="2" colspan="2">
+      <layout class="QVBoxLayout" name="verticalLayout">
+       <item>
+        <layout class="QGridLayout" name="gridLayout_3">
+         <item row="0" column="0">
+          <widget class="QCheckBox" name="basicCheckBox">
+           <property name="toolTip">
+            <string>Select to enable the basic checker</string>
+           </property>
+           <property name="text">
+            <string>Basic</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="1">
+          <widget class="QCheckBox" name="importsCheckBox">
+           <property name="toolTip">
+            <string>Select to enable the imports checker</string>
+           </property>
+           <property name="text">
+            <string>Imports</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="2">
+          <widget class="QCheckBox" name="similaritiesCheckBox">
+           <property name="toolTip">
+            <string>Select to enable the similarities checker</string>
+           </property>
+           <property name="text">
+            <string>Similarities</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0">
+          <widget class="QCheckBox" name="classesCheckBox">
+           <property name="toolTip">
+            <string>Select to enable the classes checker</string>
+           </property>
+           <property name="text">
+            <string>Classes</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="1">
+          <widget class="QCheckBox" name="loggingCheckBox">
+           <property name="toolTip">
+            <string>Select to enable the logging checker</string>
+           </property>
+           <property name="text">
+            <string>Logging</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="2">
+          <widget class="QCheckBox" name="stringFormatCheckBox">
+           <property name="toolTip">
+            <string>Select to enable the string format checker</string>
+           </property>
+           <property name="text">
+            <string>String Format</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="0">
+          <widget class="QCheckBox" name="designCheckBox">
+           <property name="toolTip">
+            <string>Select to enable the design checker</string>
+           </property>
+           <property name="text">
+            <string>Design</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="1">
+          <widget class="QCheckBox" name="metricsCheckBox">
+           <property name="toolTip">
+            <string>Select to enable the metrics checker</string>
+           </property>
+           <property name="text">
+            <string>Metrics</string>
+           </property>
+          </widget>
+         </item>
+         <item row="2" column="2">
+          <widget class="QCheckBox" name="typecheckCheckBox">
+           <property name="toolTip">
+            <string>Select to enable the typecheck checker</string>
+           </property>
+           <property name="text">
+            <string>Typecheck</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="0">
+          <widget class="QCheckBox" name="exceptionsCheckBox">
+           <property name="toolTip">
+            <string>Select to enable the exceptions checker</string>
+           </property>
+           <property name="text">
+            <string>Exceptions</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="1">
+          <widget class="QCheckBox" name="miscellaneousCheckBox">
+           <property name="toolTip">
+            <string>Select to enable the miscellaneous checker</string>
+           </property>
+           <property name="text">
+            <string>Miscellaneous</string>
+           </property>
+          </widget>
+         </item>
+         <item row="3" column="2">
+          <widget class="QCheckBox" name="variablesCheckBox">
+           <property name="toolTip">
+            <string>Select to enable the variables checker</string>
+           </property>
+           <property name="text">
+            <string>Variables</string>
+           </property>
+          </widget>
+         </item>
+         <item row="4" column="0">
+          <widget class="QCheckBox" name="formatCheckBox">
+           <property name="toolTip">
+            <string>Select to enable the format checker</string>
+           </property>
+           <property name="text">
+            <string>Format</string>
+           </property>
+          </widget>
+         </item>
+         <item row="4" column="1">
+          <widget class="QCheckBox" name="newstyleCheckBox">
+           <property name="toolTip">
+            <string>Select to enable the newstyle checker</string>
+           </property>
+           <property name="text">
+            <string>Newstyle</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </item>
+       <item>
         <spacer>
          <property name="orientation">
           <enum>Qt::Vertical</enum>
@@ -253,136 +388,6 @@
          </property>
         </spacer>
        </item>
-       <item row="2" column="4">
-        <widget class="QCheckBox" name="variablesCheckBox">
-         <property name="toolTip">
-          <string>Select to enable the variables checker</string>
-         </property>
-         <property name="text">
-          <string>Variables</string>
-         </property>
-        </widget>
-       </item>
-       <item row="1" column="4">
-        <widget class="QCheckBox" name="typecheckCheckBox">
-         <property name="toolTip">
-          <string>Select to enable the typecheck checker</string>
-         </property>
-         <property name="text">
-          <string>Typecheck</string>
-         </property>
-        </widget>
-       </item>
-       <item row="0" column="4">
-        <widget class="QCheckBox" name="similaritiesCheckBox">
-         <property name="toolTip">
-          <string>Select to enable the similarities checker</string>
-         </property>
-         <property name="text">
-          <string>Similarities</string>
-         </property>
-        </widget>
-       </item>
-       <item row="4" column="2">
-        <widget class="QCheckBox" name="rpythonCheckBox">
-         <property name="toolTip">
-          <string>Select to enable the rpython checker</string>
-         </property>
-         <property name="text">
-          <string>RPython</string>
-         </property>
-        </widget>
-       </item>
-       <item row="3" column="2">
-        <widget class="QCheckBox" name="newstyleCheckBox">
-         <property name="toolTip">
-          <string>Select to enable the newstyle checker</string>
-         </property>
-         <property name="text">
-          <string>Newstyle</string>
-         </property>
-        </widget>
-       </item>
-       <item row="2" column="2" colspan="2">
-        <widget class="QCheckBox" name="miscellaneousCheckBox">
-         <property name="toolTip">
-          <string>Select to enable the miscellaneous checker</string>
-         </property>
-         <property name="text">
-          <string>Miscellaneous</string>
-         </property>
-        </widget>
-       </item>
-       <item row="1" column="2">
-        <widget class="QCheckBox" name="metricsCheckBox">
-         <property name="toolTip">
-          <string>Select to enable the metrics checker</string>
-         </property>
-         <property name="text">
-          <string>Metrics</string>
-         </property>
-        </widget>
-       </item>
-       <item row="4" column="0">
-        <widget class="QCheckBox" name="formatCheckBox">
-         <property name="toolTip">
-          <string>Select to enable the format checker</string>
-         </property>
-         <property name="text">
-          <string>Format</string>
-         </property>
-        </widget>
-       </item>
-       <item row="3" column="0" colspan="2">
-        <widget class="QCheckBox" name="exceptionsCheckBox">
-         <property name="toolTip">
-          <string>Select to enable the exceptions checker</string>
-         </property>
-         <property name="text">
-          <string>Exceptions</string>
-         </property>
-        </widget>
-       </item>
-       <item row="2" column="0">
-        <widget class="QCheckBox" name="designCheckBox">
-         <property name="toolTip">
-          <string>Select to enable the design checker</string>
-         </property>
-         <property name="text">
-          <string>Design</string>
-         </property>
-        </widget>
-       </item>
-       <item row="1" column="0" colspan="2">
-        <widget class="QCheckBox" name="classesCheckBox">
-         <property name="toolTip">
-          <string>Select to enable the classes checker</string>
-         </property>
-         <property name="text">
-          <string>Classes</string>
-         </property>
-        </widget>
-       </item>
-       <item row="0" column="2" colspan="2">
-        <widget class="QCheckBox" name="importsCheckBox">
-         <property name="toolTip">
-          <string>Select to enable the imports checker</string>
-         </property>
-         <property name="text">
-          <string>Imports</string>
-         </property>
-        </widget>
-       </item>
-       <item row="0" column="0" colspan="2">
-        <widget class="QCheckBox" name="basicCheckBox">
-         <property name="toolTip">
-          <string>Select to enable the basic checker</string>
-         </property>
-         <property name="text">
-          <string>Basic</string>
-         </property>
-        </widget>
-       </item>
       </layout>
      </widget>
      <widget class="QWidget" name="Messages">
@@ -435,7 +440,7 @@
      </widget>
     </widget>
    </item>
-   <item>
+   <item row="1" column="0">
     <widget class="QDialogButtonBox" name="buttonBox">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
@@ -465,10 +470,11 @@
   <tabstop>exceptionsCheckBox</tabstop>
   <tabstop>formatCheckBox</tabstop>
   <tabstop>importsCheckBox</tabstop>
+  <tabstop>loggingCheckBox</tabstop>
   <tabstop>metricsCheckBox</tabstop>
   <tabstop>miscellaneousCheckBox</tabstop>
   <tabstop>newstyleCheckBox</tabstop>
-  <tabstop>rpythonCheckBox</tabstop>
+  <tabstop>stringFormatCheckBox</tabstop>
   <tabstop>similaritiesCheckBox</tabstop>
   <tabstop>typecheckCheckBox</tabstop>
   <tabstop>variablesCheckBox</tabstop>

eric ide

mercurial