Take the default frequency if the value isn't modified by the user
[bertos.git] / wizard / ui / module_select.ui
index 370e321263008df0d6c44f644fb0aa852b195aec..c8b8e4a3d8ba29f657536be2057721e2fd47e1ad 100644 (file)
@@ -5,8 +5,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>621</width>
-    <height>428</height>
+    <width>491</width>
+    <height>409</height>
    </rect>
   </property>
   <property name="sizePolicy" >
   </property>
   <layout class="QHBoxLayout" name="horizontalLayout" >
    <item>
-    <widget class="QTableWidget" name="moduleTable" >
-     <property name="maximumSize" >
-      <size>
-       <width>150</width>
-       <height>16777215</height>
-      </size>
-     </property>
-     <property name="editTriggers" >
-      <set>QAbstractItemView::NoEditTriggers</set>
-     </property>
-     <property name="selectionMode" >
-      <enum>QAbstractItemView::SingleSelection</enum>
-     </property>
-     <property name="selectionBehavior" >
-      <enum>QAbstractItemView::SelectRows</enum>
-     </property>
-     <property name="showGrid" >
-      <bool>false</bool>
-     </property>
-    </widget>
+    <layout class="QVBoxLayout" name="verticalLayout_3" >
+     <item>
+      <widget class="QTreeWidget" name="moduleTree" >
+       <property name="minimumSize" >
+        <size>
+         <width>175</width>
+         <height>0</height>
+        </size>
+       </property>
+       <property name="maximumSize" >
+        <size>
+         <width>175</width>
+         <height>16777215</height>
+        </size>
+       </property>
+       <column>
+        <property name="text" >
+         <string>1</string>
+        </property>
+       </column>
+      </widget>
+     </item>
+     <item>
+      <widget class="QCheckBox" name="automaticFix" >
+       <property name="minimumSize" >
+        <size>
+         <width>175</width>
+         <height>0</height>
+        </size>
+       </property>
+       <property name="maximumSize" >
+        <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>
+      </widget>
+     </item>
+    </layout>
    </item>
    <item>
     <layout class="QVBoxLayout" name="verticalLayout" >
@@ -66,6 +92,9 @@
        <property name="editTriggers" >
         <set>QAbstractItemView::NoEditTriggers</set>
        </property>
+       <property name="alternatingRowColors" >
+        <bool>true</bool>
+       </property>
        <property name="selectionMode" >
         <enum>QAbstractItemView::SingleSelection</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>