eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

changeset 7631
2c7ccb4484bf
parent 7619
ef2b5af23ce7
child 7978
1e391f977124
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui	Fri Jun 19 13:43:40 2020 +0200
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui	Fri Jun 19 13:46:58 2020 +0200
@@ -1141,9 +1141,105 @@
        </item>
       </layout>
      </widget>
-     <widget class="QWidget" name="runTab">
+     <widget class="QWidget" name="progressTab">
       <attribute name="title">
-       <string>Run</string>
+       <string>Progress</string>
+      </attribute>
+      <layout class="QHBoxLayout" name="horizontalLayout_11">
+       <item>
+        <layout class="QVBoxLayout" name="verticalLayout_12">
+         <item>
+          <widget class="QListWidget" name="progressList">
+           <property name="toolTip">
+            <string>Shows the list of files still to be checked</string>
+           </property>
+           <property name="editTriggers">
+            <set>QAbstractItemView::NoEditTriggers</set>
+           </property>
+           <property name="alternatingRowColors">
+            <bool>true</bool>
+           </property>
+           <property name="selectionMode">
+            <enum>QAbstractItemView::NoSelection</enum>
+           </property>
+           <property name="textElideMode">
+            <enum>Qt::ElideMiddle</enum>
+           </property>
+           <property name="sortingEnabled">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="E5SqueezeLabelPath" name="checkProgressLabel">
+           <property name="sizePolicy">
+            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+             <horstretch>0</horstretch>
+             <verstretch>0</verstretch>
+            </sizepolicy>
+           </property>
+           <property name="text">
+            <string/>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QProgressBar" name="checkProgress">
+           <property name="toolTip">
+            <string>Shows the progress of the code style check</string>
+           </property>
+           <property name="value">
+            <number>0</number>
+           </property>
+           <property name="orientation">
+            <enum>Qt::Horizontal</enum>
+           </property>
+           <property name="format">
+            <string>%v/%m Files</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </item>
+       <item>
+        <widget class="Line" name="line_3">
+         <property name="lineWidth">
+          <number>2</number>
+         </property>
+         <property name="orientation">
+          <enum>Qt::Vertical</enum>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <layout class="QVBoxLayout" name="verticalLayout_11">
+         <item>
+          <widget class="QPushButton" name="cancelButton">
+           <property name="text">
+            <string>Cancel</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <spacer name="verticalSpacer_5">
+           <property name="orientation">
+            <enum>Qt::Vertical</enum>
+           </property>
+           <property name="sizeHint" stdset="0">
+            <size>
+             <width>20</width>
+             <height>40</height>
+            </size>
+           </property>
+          </spacer>
+         </item>
+        </layout>
+       </item>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="resultsTab">
+      <attribute name="title">
+       <string>Results</string>
       </attribute>
       <layout class="QHBoxLayout" name="horizontalLayout_4">
        <item>
@@ -1195,35 +1291,6 @@
            </column>
           </widget>
          </item>
-         <item>
-          <widget class="E5SqueezeLabelPath" name="checkProgressLabel">
-           <property name="sizePolicy">
-            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
-             <horstretch>0</horstretch>
-             <verstretch>0</verstretch>
-            </sizepolicy>
-           </property>
-           <property name="text">
-            <string/>
-           </property>
-          </widget>
-         </item>
-         <item>
-          <widget class="QProgressBar" name="checkProgress">
-           <property name="toolTip">
-            <string>Shows the progress of the code style check</string>
-           </property>
-           <property name="value">
-            <number>0</number>
-           </property>
-           <property name="orientation">
-            <enum>Qt::Horizontal</enum>
-           </property>
-           <property name="format">
-            <string>%v/%m Files</string>
-           </property>
-          </widget>
-         </item>
         </layout>
        </item>
        <item>
@@ -1259,6 +1326,36 @@
           </widget>
          </item>
          <item>
+          <widget class="Line" name="line_4">
+           <property name="lineWidth">
+            <number>2</number>
+           </property>
+           <property name="orientation">
+            <enum>Qt::Horizontal</enum>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QPushButton" name="showButton">
+           <property name="toolTip">
+            <string>Press to show all files containing an issue</string>
+           </property>
+           <property name="text">
+            <string>Show</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QPushButton" name="statisticsButton">
+           <property name="toolTip">
+            <string>Press to show some statistics for the last run</string>
+           </property>
+           <property name="text">
+            <string>Statistics...</string>
+           </property>
+          </widget>
+         </item>
+         <item>
           <spacer name="verticalSpacer_4">
            <property name="orientation">
             <enum>Qt::Vertical</enum>
@@ -1283,7 +1380,7 @@
       <enum>Qt::Horizontal</enum>
      </property>
      <property name="standardButtons">
-      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
+      <set>QDialogButtonBox::Close</set>
      </property>
     </widget>
    </item>
@@ -1348,13 +1445,17 @@
   <tabstop>ecHighRiskCombo</tabstop>
   <tabstop>ecMediumRiskCombo</tabstop>
   <tabstop>typedExceptionsCheckBox</tabstop>
-  <tabstop>resetDefaultButton</tabstop>
+  <tabstop>startButton</tabstop>
   <tabstop>loadDefaultButton</tabstop>
   <tabstop>storeDefaultButton</tabstop>
-  <tabstop>startButton</tabstop>
+  <tabstop>resetDefaultButton</tabstop>
+  <tabstop>progressList</tabstop>
+  <tabstop>cancelButton</tabstop>
   <tabstop>resultList</tabstop>
+  <tabstop>restartButton</tabstop>
   <tabstop>fixButton</tabstop>
-  <tabstop>restartButton</tabstop>
+  <tabstop>showButton</tabstop>
+  <tabstop>statisticsButton</tabstop>
  </tabstops>
  <resources/>
  <connections>

eric ide

mercurial