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