From: duplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Date: Thu, 22 Oct 2009 12:58:47 +0000 (+0000)
Subject: Restart the ui of the CPU selection page
X-Git-Tag: 2.4.0~108
X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=f9a948a1f8d1e0f9ec13b585edc41e3d64a7d3b8;p=bertos.git

Restart the ui of the CPU selection page

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3089 38d2e660-2303-0410-9eaa-f027e97ec537
---

diff --git a/wizard/ui/cpu_select.ui b/wizard/ui/cpu_select.ui
index 49a9b9e0..f778809d 100644
--- a/wizard/ui/cpu_select.ui
+++ b/wizard/ui/cpu_select.ui
@@ -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">
@@ -21,13 +21,23 @@
   </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>