Divide into categories the modules in the module selection page
[bertos.git] / wizard / ui / module_select.ui
1 <ui version="4.0" >
2  <class>Form</class>
3  <widget class="QWidget" name="Form" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>491</width>
9     <height>409</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string>Form</string>
20   </property>
21   <layout class="QHBoxLayout" name="horizontalLayout" >
22    <item>
23     <layout class="QVBoxLayout" name="verticalLayout_3" >
24      <item>
25       <widget class="QCheckBox" name="automaticFix" >
26        <property name="minimumSize" >
27         <size>
28          <width>175</width>
29          <height>0</height>
30         </size>
31        </property>
32        <property name="maximumSize" >
33         <size>
34          <width>175</width>
35          <height>16777215</height>
36         </size>
37        </property>
38        <property name="text" >
39         <string>Automatically fix
40 dependecies</string>
41        </property>
42        <property name="checked" >
43         <bool>true</bool>
44        </property>
45       </widget>
46      </item>
47      <item>
48       <widget class="QTreeWidget" name="moduleTree" >
49        <property name="minimumSize" >
50         <size>
51          <width>175</width>
52          <height>0</height>
53         </size>
54        </property>
55        <property name="maximumSize" >
56         <size>
57          <width>175</width>
58          <height>16777215</height>
59         </size>
60        </property>
61        <column>
62         <property name="text" >
63          <string>1</string>
64         </property>
65        </column>
66       </widget>
67      </item>
68     </layout>
69    </item>
70    <item>
71     <layout class="QVBoxLayout" name="verticalLayout" >
72      <item>
73       <widget class="Line" name="line" >
74        <property name="orientation" >
75         <enum>Qt::Vertical</enum>
76        </property>
77       </widget>
78      </item>
79     </layout>
80    </item>
81    <item>
82     <layout class="QVBoxLayout" name="verticalLayout_2" >
83      <item>
84       <widget class="QLabel" name="moduleLabel" >
85        <property name="text" >
86         <string/>
87        </property>
88       </widget>
89      </item>
90      <item>
91       <widget class="QTableWidget" name="propertyTable" >
92        <property name="editTriggers" >
93         <set>QAbstractItemView::NoEditTriggers</set>
94        </property>
95        <property name="selectionMode" >
96         <enum>QAbstractItemView::SingleSelection</enum>
97        </property>
98        <property name="selectionBehavior" >
99         <enum>QAbstractItemView::SelectRows</enum>
100        </property>
101        <property name="showGrid" >
102         <bool>true</bool>
103        </property>
104       </widget>
105      </item>
106     </layout>
107    </item>
108   </layout>
109  </widget>
110  <resources/>
111  <connections/>
112 </ui>