From: duplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Date: Mon, 23 Feb 2009 14:34:14 +0000 (+0000)
Subject: Modify the user interface of the module page
X-Git-Tag: 2.1.0~307
X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=4350b40df97fb06827e749b58d3736a76d9e031f;p=bertos.git

Modify the user interface of the module page

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

diff --git a/wizard/ui/module_select.ui b/wizard/ui/module_select.ui
index 9d6a1bda..c8b8e4a3 100644
--- a/wizard/ui/module_select.ui
+++ b/wizard/ui/module_select.ui
@@ -22,7 +22,7 @@
    <item>
     <layout class="QVBoxLayout" name="verticalLayout_3" >
      <item>
-      <widget class="QCheckBox" name="automaticFix" >
+      <widget class="QTreeWidget" name="moduleTree" >
        <property name="minimumSize" >
         <size>
          <width>175</width>
@@ -35,17 +35,15 @@
          <height>16777215</height>
         </size>
        </property>
-       <property name="text" >
-        <string>Automatically fix
-dependecies</string>
-       </property>
-       <property name="checked" >
-        <bool>true</bool>
-       </property>
+       <column>
+        <property name="text" >
+         <string>1</string>
+        </property>
+       </column>
       </widget>
      </item>
      <item>
-      <widget class="QTreeWidget" name="moduleTree" >
+      <widget class="QCheckBox" name="automaticFix" >
        <property name="minimumSize" >
         <size>
          <width>175</width>
@@ -58,11 +56,13 @@ dependecies</string>
          <height>16777215</height>
         </size>
        </property>
-       <column>
-        <property name="text" >
-         <string>1</string>
-        </property>
-       </column>
+       <property name="text" >
+        <string>Automatically fix
+dependecies</string>
+       </property>
+       <property name="checked" >
+        <bool>true</bool>
+       </property>
       </widget>
      </item>
     </layout>
@@ -92,6 +92,9 @@ dependecies</string>
        <property name="editTriggers" >
         <set>QAbstractItemView::NoEditTriggers</set>
        </property>
+       <property name="alternatingRowColors" >
+        <bool>true</bool>
+       </property>
        <property name="selectionMode" >
         <enum>QAbstractItemView::SingleSelection</enum>
        </property>
@@ -99,8 +102,14 @@ dependecies</string>
         <enum>QAbstractItemView::SelectRows</enum>
        </property>
        <property name="showGrid" >
+        <bool>false</bool>
+       </property>
+       <property name="wordWrap" >
         <bool>true</bool>
        </property>
+       <property name="cornerButtonEnabled" >
+        <bool>false</bool>
+       </property>
       </widget>
      </item>
     </layout>