Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

changeset 5665
0672146bad2a
parent 5661
ae4f5cdc3d00
child 6264
04a671fa4adb
diff -r 9b318fcb1ee2 -r 0672146bad2a Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui
--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui	Sat Mar 25 20:05:18 2017 +0100
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui	Tue Mar 28 19:17:26 2017 +0200
@@ -257,9 +257,9 @@
              <property name="geometry">
               <rect>
                <x>0</x>
-               <y>-400</y>
-               <width>561</width>
-               <height>632</height>
+               <y>-551</y>
+               <width>549</width>
+               <height>772</height>
               </rect>
              </property>
              <layout class="QVBoxLayout" name="verticalLayout_2">
@@ -569,7 +569,7 @@
                  </item>
                  <item row="0" column="1">
                   <widget class="QSpinBox" name="complexitySpinBox">
-                   <property name="statusTip">
+                   <property name="toolTip">
                     <string>Enter the maximum allowed code complexity (McCabe: 10)</string>
                    </property>
                    <property name="alignment">
@@ -592,7 +592,7 @@
                  </item>
                  <item row="1" column="1">
                   <widget class="QSpinBox" name="lineComplexitySpinBox">
-                   <property name="statusTip">
+                   <property name="toolTip">
                     <string>Enter the maximum complexity (number of nodes) for a line of code</string>
                    </property>
                    <property name="alignment">

eric ide

mercurial