Tue, 28 Mar 2017 19:17:26 +0200
Fixed an issue with the code style checker dialog not showing tooltips for the complexity spin boxes because the text was entered as status text instead of tool tip.
Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui | file | annotate | diff | comparison | revisions |
--- 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">