src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

branch
eric7
changeset 10066
251638443e17
parent 10053
9914b7b4b11c
child 10087
65b7354b0d4c
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui	Wed May 24 19:54:24 2023 +0200
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui	Thu May 25 11:06:31 2023 +0200
@@ -1554,16 +1554,6 @@
               <string>Ignore Warnings For</string>
              </property>
              <layout class="QGridLayout" name="gridLayout_11">
-              <item row="2" column="1">
-               <widget class="QCheckBox" name="ignoreLambdasCheckBox">
-                <property name="toolTip">
-                 <string>Ignore unused arguments for lambda functions.</string>
-                </property>
-                <property name="text">
-                 <string>Lambda Functions</string>
-                </property>
-               </widget>
-              </item>
               <item row="0" column="0">
                <widget class="QCheckBox" name="ignoreAbstractCheckBox">
                 <property name="toolTip">
@@ -1574,13 +1564,23 @@
                 </property>
                </widget>
               </item>
-              <item row="2" column="0">
-               <widget class="QCheckBox" name="ignoreVariadicNamesCheckBox">
+              <item row="0" column="1">
+               <widget class="QCheckBox" name="ignoreOverloadCheckBox">
                 <property name="toolTip">
-                 <string>Ignore unused *args and **kwargs.</string>
+                 <string>Ignore unused arguments for methods decorated with '@overload'.</string>
                 </property>
                 <property name="text">
-                 <string>*args and **kwargs</string>
+                 <string>Overload Methods</string>
+                </property>
+               </widget>
+              </item>
+              <item row="1" column="0">
+               <widget class="QCheckBox" name="ignoreOverrideCheckBox">
+                <property name="toolTip">
+                 <string>Ignore unused arguments for methods decorated with '@override'.</string>
+                </property>
+                <property name="text">
+                 <string>Override Methods</string>
                 </property>
                </widget>
               </item>
@@ -1594,23 +1594,53 @@
                 </property>
                </widget>
               </item>
-              <item row="1" column="0">
-               <widget class="QCheckBox" name="ignoreOverrideCheckBox">
+              <item row="2" column="0">
+               <widget class="QCheckBox" name="ignoreVariadicNamesCheckBox">
                 <property name="toolTip">
-                 <string>Ignore unused arguments for methods decorated with '@override'.</string>
+                 <string>Ignore unused *args and **kwargs.</string>
                 </property>
                 <property name="text">
-                 <string>Override Methods</string>
+                 <string>*args and **kwargs</string>
+                </property>
+               </widget>
+              </item>
+              <item row="2" column="1">
+               <widget class="QCheckBox" name="ignoreLambdasCheckBox">
+                <property name="toolTip">
+                 <string>Ignore unused arguments for lambda functions.</string>
+                </property>
+                <property name="text">
+                 <string>Lambda Functions</string>
                 </property>
                </widget>
               </item>
-              <item row="0" column="1">
-               <widget class="QCheckBox" name="ignoreOverloadCheckBox">
+              <item row="3" column="0">
+               <widget class="QCheckBox" name="ignoreSlotsCheckBox">
                 <property name="toolTip">
-                 <string>Ignore unused arguments for methods decorated with '@overload'.</string>
+                 <string>Ignore unused arguments for methods decorated with '@pyqtSlot' or '@Slot'.</string>
                 </property>
                 <property name="text">
-                 <string>Overload Methods</string>
+                 <string>Qt Slot Methods</string>
+                </property>
+               </widget>
+              </item>
+              <item row="3" column="1">
+               <widget class="QCheckBox" name="ignoreEventHandlersCheckBox">
+                <property name="toolTip">
+                 <string>Ignore unused arguments for Qt event handler methods.</string>
+                </property>
+                <property name="text">
+                 <string>Qt Event Handler Methods</string>
+                </property>
+               </widget>
+              </item>
+              <item row="4" column="0">
+               <widget class="QCheckBox" name="ignoreDunderMethodsCheckBox">
+                <property name="toolTip">
+                 <string>Ignore unused arguments for methods starting and ending with double underscores.</string>
+                </property>
+                <property name="text">
+                 <string>Special Methods</string>
                 </property>
                </widget>
               </item>
@@ -1624,7 +1654,7 @@
                 </property>
                </widget>
               </item>
-              <item row="3" column="0">
+              <item row="5" column="0">
                <widget class="QCheckBox" name="ignoreNestedFunctionsCheckBox">
                 <property name="toolTip">
                  <string>Ignore unused arguments for nested functions.</string>
@@ -1634,26 +1664,6 @@
                 </property>
                </widget>
               </item>
-              <item row="3" column="1">
-               <widget class="QCheckBox" name="ignoreSlotsCheckBox">
-                <property name="toolTip">
-                 <string>Ignore unused arguments for methods decorated with '@pyqtSlot' or '@Slot'.</string>
-                </property>
-                <property name="text">
-                 <string>Qt Slot Methods</string>
-                </property>
-               </widget>
-              </item>
-              <item row="4" column="0">
-               <widget class="QCheckBox" name="ignoreDunderMethodsCheckBox">
-                <property name="toolTip">
-                 <string>Ignore unused arguments for methods starting and ending with double underscores.</string>
-                </property>
-                <property name="text">
-                 <string>Special Methods</string>
-                </property>
-               </widget>
-              </item>
              </layout>
             </widget>
            </item>
@@ -2083,10 +2093,11 @@
   <tabstop>ignoreStubsCheckBox</tabstop>
   <tabstop>ignoreVariadicNamesCheckBox</tabstop>
   <tabstop>ignoreLambdasCheckBox</tabstop>
-  <tabstop>ignoreNestedFunctionsCheckBox</tabstop>
   <tabstop>ignoreSlotsCheckBox</tabstop>
+  <tabstop>ignoreEventHandlersCheckBox</tabstop>
   <tabstop>ignoreDunderMethodsCheckBox</tabstop>
   <tabstop>ignoreDunderGlobalsCheckBox</tabstop>
+  <tabstop>ignoreNestedFunctionsCheckBox</tabstop>
   <tabstop>startButton</tabstop>
   <tabstop>loadDefaultButton</tabstop>
   <tabstop>storeDefaultButton</tabstop>

eric ide

mercurial