Use fixed size for the Wizard dialog.
[bertos.git] / wizard / ui / bertos_versions.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>445</width>
10     <height>371</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="QVBoxLayout" name="verticalLayout_2">
23    <item>
24     <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0">
25      <item>
26       <widget class="QListWidget" name="versionList">
27        <property name="minimumSize">
28         <size>
29          <width>300</width>
30          <height>100</height>
31         </size>
32        </property>
33       </widget>
34      </item>
35      <item>
36       <layout class="QHBoxLayout" name="horizontalLayout">
37        <item>
38         <widget class="QToolButton" name="addButton">
39          <property name="minimumSize">
40           <size>
41            <width>26</width>
42            <height>26</height>
43           </size>
44          </property>
45          <property name="maximumSize">
46           <size>
47            <width>26</width>
48            <height>26</height>
49           </size>
50          </property>
51          <property name="text">
52           <string>+</string>
53          </property>
54          <property name="icon">
55           <iconset resource="../bertos.qrc">
56            <normaloff>:/images/listadd.png</normaloff>:/images/listadd.png</iconset>
57          </property>
58          <property name="iconSize">
59           <size>
60            <width>16</width>
61            <height>16</height>
62           </size>
63          </property>
64         </widget>
65        </item>
66        <item>
67         <widget class="QToolButton" name="removeButton">
68          <property name="minimumSize">
69           <size>
70            <width>26</width>
71            <height>26</height>
72           </size>
73          </property>
74          <property name="maximumSize">
75           <size>
76            <width>26</width>
77            <height>26</height>
78           </size>
79          </property>
80          <property name="text">
81           <string>-</string>
82          </property>
83          <property name="icon">
84           <iconset resource="../bertos.qrc">
85            <normaloff>:/images/listremove.png</normaloff>:/images/listremove.png</iconset>
86          </property>
87          <property name="iconSize">
88           <size>
89            <width>16</width>
90            <height>16</height>
91           </size>
92          </property>
93         </widget>
94        </item>
95        <item>
96         <spacer name="horizontalSpacer">
97          <property name="orientation">
98           <enum>Qt::Horizontal</enum>
99          </property>
100          <property name="sizeHint" stdset="0">
101           <size>
102            <width>40</width>
103            <height>20</height>
104           </size>
105          </property>
106         </spacer>
107        </item>
108        <item>
109         <widget class="QToolButton" name="updateButton">
110          <property name="minimumSize">
111           <size>
112            <width>0</width>
113            <height>26</height>
114           </size>
115          </property>
116          <property name="maximumSize">
117           <size>
118            <width>16777215</width>
119            <height>26</height>
120           </size>
121          </property>
122          <property name="text">
123           <string>Update</string>
124          </property>
125         </widget>
126        </item>
127       </layout>
128      </item>
129     </layout>
130    </item>
131   </layout>
132  </widget>
133  <resources>
134   <include location="../bertos.qrc"/>
135  </resources>
136  <connections/>
137 </ui>