Restart the ui of the CPU selection page
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 Oct 2009 12:58:47 +0000 (12:58 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 Oct 2009 12:58:47 +0000 (12:58 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3089 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/ui/cpu_select.ui

index 49a9b9e09b3f8d9a583e503de0c78af1b214bc5e..f778809d9912b3b912312ec6673ee7dbd7dbe8db 100644 (file)
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>460</width>
-    <height>378</height>
+    <width>436</width>
+    <height>253</height>
    </rect>
   </property>
   <property name="sizePolicy">
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
    <item>
-    <widget class="QListWidget" name="cpuList"/>
-   </item>
-   <item>
-    <widget class="QLabel" name="descriptionLabel">
-     <property name="text">
-      <string/>
+    <widget class="QSplitter" name="splitter">
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
      </property>
+     <widget class="QListWidget" name="cpuList">
+      <property name="maximumSize">
+       <size>
+        <width>150</width>
+        <height>16777215</height>
+       </size>
+      </property>
+     </widget>
+     <widget class="QLabel" name="descriptionLabel">
+      <property name="text">
+       <string/>
+      </property>
+     </widget>
     </widget>
    </item>
    <item>