Modify the user interface of the module page
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 23 Feb 2009 14:34:14 +0000 (14:34 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 23 Feb 2009 14:34:14 +0000 (14:34 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2375 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/ui/module_select.ui

index 9d6a1bda3243440d17ba7b97109dced673563b2f..c8b8e4a3d8ba29f657536be2057721e2fd47e1ad 100644 (file)
@@ -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>
          <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>