Modify the layout of the start page of the wizard
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 10 Dec 2008 10:18:42 +0000 (10:18 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 10 Dec 2008 10:18:42 +0000 (10:18 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1983 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/start.ui

index 71bbc5c52f6d1438f6d7cb943d80c42557987437..c57180210d1f75ed8df9cdeaa6dc25ebeeaf5127 100644 (file)
   <widget class="QWidget" name="" >
    <property name="geometry" >
     <rect>
-     <x>270</x>
-     <y>170</y>
-     <width>113</width>
-     <height>64</height>
+     <x>210</x>
+     <y>140</y>
+     <width>361</width>
+     <height>171</height>
     </rect>
    </property>
    <layout class="QVBoxLayout" name="verticalLayout" >
     <item>
-     <widget class="QPushButton" name="newButton" >
-      <property name="text" >
-       <string>New</string>
-      </property>
-     </widget>
+     <layout class="QHBoxLayout" name="horizontalLayout" >
+      <item>
+       <widget class="QToolButton" name="newButton" >
+        <property name="sizePolicy" >
+         <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="text" >
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="newDescription" >
+        <property name="text" >
+         <string>New project</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
     </item>
     <item>
-     <widget class="QPushButton" name="editButton" >
-      <property name="text" >
-       <string>Edit</string>
-      </property>
-     </widget>
+     <layout class="QHBoxLayout" name="horizontalLayout_2" >
+      <item>
+       <widget class="QToolButton" name="editButton" >
+        <property name="sizePolicy" >
+         <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="text" >
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="editDescription" >
+        <property name="text" >
+         <string>Edit Project</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
     </item>
    </layout>
   </widget>