Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

changeset 4509
7797ee4a45f9
parent 4506
57666e501a42
child 4549
ab49cb7b400e
diff -r a3b38825acf0 -r 7797ee4a45f9 Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui
--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui	Tue Oct 27 19:46:12 2015 +0100
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui	Wed Oct 28 19:47:16 2015 +0100
@@ -208,7 +208,7 @@
          <attribute name="title">
           <string>Specific Options</string>
          </attribute>
-         <layout class="QVBoxLayout" name="verticalLayout_2">
+         <layout class="QVBoxLayout" name="verticalLayout_4">
           <property name="leftMargin">
            <number>1</number>
           </property>
@@ -239,12 +239,12 @@
              <property name="geometry">
               <rect>
                <x>0</x>
-               <y>0</y>
-               <width>529</width>
-               <height>440</height>
+               <y>-160</y>
+               <width>542</width>
+               <height>473</height>
               </rect>
              </property>
-             <layout class="QVBoxLayout" name="verticalLayout_4">
+             <layout class="QVBoxLayout" name="verticalLayout_2">
               <item>
                <widget class="QGroupBox" name="groupBox">
                 <property name="title">
@@ -423,6 +423,38 @@
                </widget>
               </item>
               <item>
+               <widget class="QGroupBox" name="groupBox_6">
+                <property name="title">
+                 <string>Future Imports</string>
+                </property>
+                <layout class="QHBoxLayout" name="horizontalLayout_7">
+                 <item>
+                  <widget class="QLabel" name="label_12">
+                   <property name="text">
+                    <string>Expected Imports:</string>
+                   </property>
+                   <property name="alignment">
+                    <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
+                   </property>
+                  </widget>
+                 </item>
+                 <item>
+                  <widget class="QListWidget" name="futuresList">
+                   <property name="alternatingRowColors">
+                    <bool>true</bool>
+                   </property>
+                   <property name="selectionMode">
+                    <enum>QAbstractItemView::ExtendedSelection</enum>
+                   </property>
+                   <property name="sortingEnabled">
+                    <bool>true</bool>
+                   </property>
+                  </widget>
+                 </item>
+                </layout>
+               </widget>
+              </item>
+              <item>
                <widget class="QGroupBox" name="groupBox_3">
                 <property name="title">
                  <string>McCabe Complexity</string>
@@ -666,6 +698,9 @@
   <tabstop>hangClosingCheckBox</tabstop>
   <tabstop>docTypeComboBox</tabstop>
   <tabstop>encodingsEdit</tabstop>
+  <tabstop>copyrightFileSizeSpinBox</tabstop>
+  <tabstop>copyrightAuthorEdit</tabstop>
+  <tabstop>futuresList</tabstop>
   <tabstop>complexitySpinBox</tabstop>
   <tabstop>startButton</tabstop>
   <tabstop>fixButton</tabstop>

eric ide

mercurial