Use fixed size for the Wizard dialog.
[bertos.git] / wizard / ui / toolchain_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>643</width>
10     <height>459</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QListWidget" name="toolchainList">
19      <property name="minimumSize">
20       <size>
21        <width>200</width>
22        <height>0</height>
23       </size>
24      </property>
25     </widget>
26    </item>
27    <item>
28     <widget class="QLabel" name="infoLabel">
29      <property name="text">
30       <string/>
31      </property>
32      <property name="wordWrap">
33       <bool>true</bool>
34      </property>
35     </widget>
36    </item>
37    <item>
38     <layout class="QHBoxLayout" name="horizontalLayout">
39      <item>
40       <widget class="QToolButton" name="addButton">
41        <property name="minimumSize">
42         <size>
43          <width>26</width>
44          <height>26</height>
45         </size>
46        </property>
47        <property name="maximumSize">
48         <size>
49          <width>26</width>
50          <height>26</height>
51         </size>
52        </property>
53        <property name="text">
54         <string/>
55        </property>
56        <property name="icon">
57         <iconset resource="../bertos.qrc">
58          <normaloff>:/images/listadd.png</normaloff>:/images/listadd.png</iconset>
59        </property>
60        <property name="iconSize">
61         <size>
62          <width>16</width>
63          <height>16</height>
64         </size>
65        </property>
66       </widget>
67      </item>
68      <item>
69       <widget class="QToolButton" name="removeButton">
70        <property name="minimumSize">
71         <size>
72          <width>26</width>
73          <height>26</height>
74         </size>
75        </property>
76        <property name="maximumSize">
77         <size>
78          <width>26</width>
79          <height>26</height>
80         </size>
81        </property>
82        <property name="text">
83         <string/>
84        </property>
85        <property name="icon">
86         <iconset resource="../bertos.qrc">
87          <normaloff>:/images/listremove.png</normaloff>:/images/listremove.png</iconset>
88        </property>
89        <property name="iconSize">
90         <size>
91          <width>16</width>
92          <height>16</height>
93         </size>
94        </property>
95       </widget>
96      </item>
97      <item>
98       <spacer name="horizontalSpacer">
99        <property name="orientation">
100         <enum>Qt::Horizontal</enum>
101        </property>
102        <property name="sizeHint" stdset="0">
103         <size>
104          <width>40</width>
105          <height>20</height>
106         </size>
107        </property>
108       </spacer>
109      </item>
110      <item>
111       <widget class="QPushButton" name="checkButton">
112        <property name="toolTip">
113         <string>Get information on toolchains</string>
114        </property>
115        <property name="text">
116         <string>Validate</string>
117        </property>
118       </widget>
119      </item>
120      <item>
121       <widget class="QPushButton" name="searchButton">
122        <property name="text">
123         <string>Search...</string>
124        </property>
125       </widget>
126      </item>
127     </layout>
128    </item>
129   </layout>
130  </widget>
131  <resources>
132   <include location="../bertos.qrc"/>
133  </resources>
134  <connections/>
135 </ui>