Some fine tuning to the style checker dialog. 6_1_x

Sat, 07 Nov 2015 15:34:55 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 07 Nov 2015 15:34:55 +0100
branch
6_1_x
changeset 4550
ffe02c62238c
parent 4548
5328f0e5d1e5
child 4551
31115c8c20fc

Some fine tuning to the style checker dialog.
(grafted from ab49cb7b400ea1e11075860a244751d88f55549e)

Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui file | annotate | diff | comparison | revisions
--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui	Fri Nov 06 11:20:12 2015 +0100
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui	Sat Nov 07 15:34:55 2015 +0100
@@ -24,6 +24,12 @@
   <layout class="QVBoxLayout" name="verticalLayout_5">
    <item>
     <widget class="QFrame" name="filterFrame">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+       <horstretch>0</horstretch>
+       <verstretch>4</verstretch>
+      </sizepolicy>
+     </property>
      <property name="frameShape">
       <enum>QFrame::NoFrame</enum>
      </property>
@@ -239,9 +245,9 @@
              <property name="geometry">
               <rect>
                <x>0</x>
-               <y>-160</y>
-               <width>542</width>
-               <height>473</height>
+               <y>0</y>
+               <width>256</width>
+               <height>533</height>
               </rect>
              </property>
              <layout class="QVBoxLayout" name="verticalLayout_2">
@@ -592,6 +598,12 @@
    </item>
    <item>
     <widget class="QTreeWidget" name="resultList">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+       <horstretch>0</horstretch>
+       <verstretch>6</verstretch>
+      </sizepolicy>
+     </property>
      <property name="whatsThis">
       <string>&lt;b&gt;Result List&lt;/b&gt;
 &lt;p&gt;This list shows the results of the code style check. Double clicking

eric ide

mercurial