Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

changeset 6786
701b511ba8f5
parent 6264
04a671fa4adb
child 6788
eb1f1de204da
diff -r d8a0d75aaf01 -r 701b511ba8f5 Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui
--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui	Mon Feb 18 19:14:05 2019 +0100
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui	Tue Feb 19 18:16:45 2019 +0100
@@ -258,8 +258,8 @@
               <rect>
                <x>0</x>
                <y>0</y>
-               <width>549</width>
-               <height>883</height>
+               <width>561</width>
+               <height>743</height>
               </rect>
              </property>
              <layout class="QVBoxLayout" name="verticalLayout_3">
@@ -270,15 +270,15 @@
                 </property>
                 <layout class="QVBoxLayout" name="verticalLayout_2">
                  <item>
-                  <layout class="QHBoxLayout" name="horizontalLayout_2">
-                   <item>
+                  <layout class="QGridLayout" name="gridLayout_5">
+                   <item row="0" column="0">
                     <widget class="QLabel" name="label_5">
                      <property name="text">
                       <string>Max. Line Length:</string>
                      </property>
                     </widget>
                    </item>
-                   <item>
+                   <item row="0" column="1">
                     <widget class="QSpinBox" name="lineLengthSpinBox">
                      <property name="toolTip">
                       <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string>
@@ -297,7 +297,33 @@
                      </property>
                     </widget>
                    </item>
-                   <item>
+                   <item row="1" column="0">
+                    <widget class="QLabel" name="label_17">
+                     <property name="text">
+                      <string>Max. Documentation Line Length:</string>
+                     </property>
+                    </widget>
+                   </item>
+                   <item row="1" column="1">
+                    <widget class="QSpinBox" name="docLineLengthSpinBox">
+                     <property name="toolTip">
+                      <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string>
+                     </property>
+                     <property name="alignment">
+                      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+                     </property>
+                     <property name="minimum">
+                      <number>60</number>
+                     </property>
+                     <property name="maximum">
+                      <number>119</number>
+                     </property>
+                     <property name="value">
+                      <number>79</number>
+                     </property>
+                    </widget>
+                   </item>
+                   <item row="0" column="2">
                     <spacer name="horizontalSpacer_3">
                      <property name="orientation">
                       <enum>Qt::Horizontal</enum>
@@ -903,7 +929,6 @@
   <tabstop>fixIssuesCheckBox</tabstop>
   <tabstop>ignoredCheckBox</tabstop>
   <tabstop>scrollArea</tabstop>
-  <tabstop>lineLengthSpinBox</tabstop>
   <tabstop>blankBeforeTopLevelSpinBox</tabstop>
   <tabstop>blankBeforeMethodSpinBox</tabstop>
   <tabstop>hangClosingCheckBox</tabstop>

eric ide

mercurial