[Kst] extragear/graphics/kst/src/libkstapp

Andrew Walker arwalker at sumusltd.com
Thu Mar 16 20:17:14 CET 2006


SVN commit 519287 by arwalker:

Don't allow control to drift rightwards as dialog size is increased

 M  +47 -21    curvedialogwidget.ui  


--- trunk/extragear/graphics/kst/src/libkstapp/curvedialogwidget.ui #519286:519287
@@ -9,9 +9,12 @@
             <x>0</x>
             <y>0</y>
             <width>462</width>
-            <height>597</height>
+            <height>602</height>
         </rect>
     </property>
+    <property name="caption">
+        <string>CurveDialogWidget</string>
+    </property>
     <grid>
         <property name="name">
             <cstring>unnamed</cstring>
@@ -22,6 +25,24 @@
         <property name="spacing">
             <number>0</number>
         </property>
+        <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="2">
+            <property name="name">
+                <cstring>_checkBoxIgnoreAutoscale</cstring>
+            </property>
+            <property name="text">
+                <string>Ignore in automatic axes range calculations</string>
+            </property>
+        </widget>
+        <widget class="CurveAppearanceWidget" row="1" column="0" rowspan="1" colspan="2">
+            <property name="name">
+                <cstring>_curveAppearance</cstring>
+            </property>
+        </widget>
+        <widget class="CurvePlacementWidget" row="2" column="0" rowspan="1" colspan="2">
+            <property name="name">
+                <cstring>_curvePlacement</cstring>
+            </property>
+        </widget>
         <widget class="QGroupBox" row="0" column="0">
             <property name="name">
                 <cstring>GroupBox9_4</cstring>
@@ -227,7 +248,7 @@
                 </widget>
                 <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="2">
                     <property name="name">
-                        <cstring>layout11</cstring>
+                        <cstring>layout18</cstring>
                     </property>
                     <hbox>
                         <property name="name">
@@ -249,30 +270,31 @@
                                 <string>Use +Y error bar for -Y</string>
                             </property>
                         </widget>
+                        <spacer>
+                            <property name="name">
+                                <cstring>spacer33</cstring>
+                            </property>
+                            <property name="orientation">
+                                <enum>Horizontal</enum>
+                            </property>
+                            <property name="sizeType">
+                                <enum>Expanding</enum>
+                            </property>
+                            <property name="sizeHint">
+                                <size>
+                                    <width>71</width>
+                                    <height>31</height>
+                                </size>
+                            </property>
+                        </spacer>
                     </hbox>
                 </widget>
             </grid>
         </widget>
-        <widget class="QCheckBox" row="3" column="0">
-            <property name="name">
-                <cstring>_checkBoxIgnoreAutoscale</cstring>
-            </property>
-            <property name="text">
-                <string>Ignore in automatic axes range calculations</string>
-            </property>
-        </widget>
-        <widget class="CurveAppearanceWidget" row="1" column="0">
-            <property name="name">
-                <cstring>_curveAppearance</cstring>
-            </property>
-        </widget>
-        <widget class="CurvePlacementWidget" row="2" column="0">
-            <property name="name">
-                <cstring>_curvePlacement</cstring>
-            </property>
-        </widget>
     </grid>
 </widget>
+<customwidgets>
+</customwidgets>
 <tabstops>
     <tabstop>_xVector</tabstop>
     <tabstop>_yVector</tabstop>
@@ -288,7 +310,6 @@
     <tabstop>_curveAppearance</tabstop>
     <tabstop>_curvePlacement</tabstop>
 </tabstops>
-<layoutdefaults spacing="6" margin="11"/>
 <includes>
     <include location="global" impldecl="in implementation">vectorselector.h</include>
     <include location="global" impldecl="in implementation">curveappearancewidget.h</include>
@@ -296,4 +317,9 @@
     <include location="global" impldecl="in declaration">kst_export.h</include>
 </includes>
 <exportmacro>KST_EXPORT</exportmacro>
+<layoutdefaults spacing="6" margin="11"/>
+<includehints>
+    <includehint>curveplacementwidget.h</includehint>
+    <includehint>vectorselector.h</includehint>
+</includehints>
 </UI>


More information about the Kst mailing list