[Kst] branches/work/kst/portto4/kst/src/libkstapp

Nicolas Brisset nicolas.brisset at eurocopter.com
Fri Nov 19 00:54:17 CET 2010


SVN commit 1198569 by brisset:

Fix broken layout for vector generation


 M  +26 -18    vectortab.ui  


--- branches/work/kst/portto4/kst/src/libkstapp/vectortab.ui #1198568:1198569
@@ -28,8 +28,31 @@
      <property name="checked">
       <bool>false</bool>
      </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_4">
+      <item>
      <layout class="QVBoxLayout" name="verticalLayout_3">
       <item>
+         <layout class="QHBoxLayout" name="horizontalLayout_2">
+          <item>
+           <widget class="QLabel" name="label_2">
+            <property name="sizePolicy">
+             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+              <horstretch>0</horstretch>
+              <verstretch>0</verstretch>
+             </sizepolicy>
+            </property>
+            <property name="text">
+             <string>&amp;Number of samples:</string>
+            </property>
+            <property name="wordWrap">
+             <bool>false</bool>
+            </property>
+            <property name="buddy">
+             <cstring>_numberOfSamples</cstring>
+            </property>
+           </widget>
+          </item>
+          <item>
        <widget class="QSpinBox" name="_numberOfSamples">
         <property name="sizePolicy">
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
@@ -51,24 +74,7 @@
         </property>
        </widget>
       </item>
-      <item>
-       <widget class="QLabel" name="label_2">
-        <property name="sizePolicy">
-         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
-          <horstretch>0</horstretch>
-          <verstretch>0</verstretch>
-         </sizepolicy>
-        </property>
-        <property name="text">
-         <string>&amp;Number of samples:</string>
-        </property>
-        <property name="wordWrap">
-         <bool>false</bool>
-        </property>
-        <property name="buddy">
-         <cstring>_numberOfSamples</cstring>
-        </property>
-       </widget>
+         </layout>
       </item>
       <item>
        <layout class="QHBoxLayout" name="horizontalLayout">
@@ -133,6 +139,8 @@
        </layout>
       </item>
      </layout>
+      </item>
+     </layout>
     </widget>
    </item>
    <item>


More information about the Kst mailing list