Use fixed size for the Wizard dialog.
[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" stretch="2,0,3">
23    <item>
24     <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0,0">
25      <item>
26       <widget class="QTreeWidget" name="moduleTree">
27        <property name="minimumSize">
28         <size>
29          <width>150</width>
30          <height>0</height>
31         </size>
32        </property>
33        <property name="maximumSize">
34         <size>
35          <width>16777215</width>
36          <height>16777215</height>
37         </size>
38        </property>
39       </widget>
40      </item>
41      <item>
42       <widget class="QCheckBox" name="automaticFix">
43        <property name="minimumSize">
44         <size>
45          <width>175</width>
46          <height>0</height>
47         </size>
48        </property>
49        <property name="maximumSize">
50         <size>
51          <width>175</width>
52          <height>16777215</height>
53         </size>
54        </property>
55        <property name="text">
56         <string>Automatically fix
57 dependecies</string>
58        </property>
59        <property name="checked">
60         <bool>true</bool>
61        </property>
62       </widget>
63      </item>
64     </layout>
65    </item>
66    <item>
67     <layout class="QVBoxLayout" name="verticalLayout">
68      <item>
69       <widget class="Line" name="line">
70        <property name="orientation">
71         <enum>Qt::Vertical</enum>
72        </property>
73       </widget>
74      </item>
75     </layout>
76    </item>
77    <item>
78     <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1,0">
79      <item>
80       <widget class="QLabel" name="moduleLabel">
81        <property name="text">
82         <string/>
83        </property>
84       </widget>
85      </item>
86      <item>
87       <widget class="QTableWidget" name="propertyTable">
88        <property name="minimumSize">
89         <size>
90          <width>200</width>
91          <height>0</height>
92         </size>
93        </property>
94        <property name="editTriggers">
95         <set>QAbstractItemView::NoEditTriggers</set>
96        </property>
97        <property name="alternatingRowColors">
98         <bool>true</bool>
99        </property>
100        <property name="selectionMode">
101         <enum>QAbstractItemView::SingleSelection</enum>
102        </property>
103        <property name="selectionBehavior">
104         <enum>QAbstractItemView::SelectRows</enum>
105        </property>
106        <property name="showGrid">
107         <bool>false</bool>
108        </property>
109        <property name="wordWrap">
110         <bool>true</bool>
111        </property>
112        <property name="cornerButtonEnabled">
113         <bool>false</bool>
114        </property>
115       </widget>
116      </item>
117      <item>
118       <widget class="QLabel" name="warningLabel">
119        <property name="text">
120         <string/>
121        </property>
122        <property name="wordWrap">
123         <bool>true</bool>
124        </property>
125       </widget>
126      </item>
127     </layout>
128    </item>
129   </layout>
130  </widget>
131  <resources/>
132  <connections/>
133 </ui>