Modify the order of the toolchain stacked widget pages
[bertos.git] / wizard / toolchain_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>428</width>
9     <height>369</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="QVBoxLayout" name="verticalLayout_5" >
22    <item>
23     <widget class="QStackedWidget" name="pageSelector" >
24      <property name="sizePolicy" >
25       <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
26        <horstretch>0</horstretch>
27        <verstretch>0</verstretch>
28       </sizepolicy>
29      </property>
30      <property name="currentIndex" >
31       <number>0</number>
32      </property>
33      <widget class="QWidget" name="page" >
34       <layout class="QVBoxLayout" name="verticalLayout_6" >
35        <item>
36         <widget class="QListWidget" name="toolchainList" />
37        </item>
38        <item>
39         <layout class="QHBoxLayout" name="horizontalLayout" >
40          <item>
41           <widget class="QToolButton" name="addButton" >
42            <property name="minimumSize" >
43             <size>
44              <width>26</width>
45              <height>26</height>
46             </size>
47            </property>
48            <property name="maximumSize" >
49             <size>
50              <width>26</width>
51              <height>26</height>
52             </size>
53            </property>
54            <property name="text" >
55             <string/>
56            </property>
57            <property name="icon" >
58             <iconset resource="bertos.qrc" >
59              <normaloff>:/images/listadd.png</normaloff>:/images/listadd.png</iconset>
60            </property>
61            <property name="iconSize" >
62             <size>
63              <width>16</width>
64              <height>16</height>
65             </size>
66            </property>
67           </widget>
68          </item>
69          <item>
70           <widget class="QToolButton" name="removeButton" >
71            <property name="minimumSize" >
72             <size>
73              <width>26</width>
74              <height>26</height>
75             </size>
76            </property>
77            <property name="maximumSize" >
78             <size>
79              <width>26</width>
80              <height>26</height>
81             </size>
82            </property>
83            <property name="text" >
84             <string/>
85            </property>
86            <property name="icon" >
87             <iconset resource="bertos.qrc" >
88              <normaloff>:/images/listremove.png</normaloff>:/images/listremove.png</iconset>
89            </property>
90            <property name="iconSize" >
91             <size>
92              <width>16</width>
93              <height>16</height>
94             </size>
95            </property>
96           </widget>
97          </item>
98          <item>
99           <widget class="QToolButton" name="checkButton" >
100            <property name="minimumSize" >
101             <size>
102              <width>26</width>
103              <height>26</height>
104             </size>
105            </property>
106            <property name="maximumSize" >
107             <size>
108              <width>26</width>
109              <height>26</height>
110             </size>
111            </property>
112            <property name="text" >
113             <string/>
114            </property>
115            <property name="icon" >
116             <iconset resource="bertos.qrc" >
117              <normaloff>:/images/ok.png</normaloff>:/images/ok.png</iconset>
118            </property>
119           </widget>
120          </item>
121          <item>
122           <spacer name="horizontalSpacer" >
123            <property name="orientation" >
124             <enum>Qt::Horizontal</enum>
125            </property>
126            <property name="sizeHint" stdset="0" >
127             <size>
128              <width>40</width>
129              <height>20</height>
130             </size>
131            </property>
132           </spacer>
133          </item>
134          <item>
135           <widget class="QToolButton" name="searchButton" >
136            <property name="minimumSize" >
137             <size>
138              <width>26</width>
139              <height>26</height>
140             </size>
141            </property>
142            <property name="maximumSize" >
143             <size>
144              <width>16777215</width>
145              <height>26</height>
146             </size>
147            </property>
148            <property name="text" >
149             <string>Search</string>
150            </property>
151           </widget>
152          </item>
153         </layout>
154        </item>
155       </layout>
156      </widget>
157      <widget class="QWidget" name="page_2" >
158       <layout class="QVBoxLayout" name="verticalLayout_2" >
159        <item>
160         <layout class="QHBoxLayout" name="horizontalLayout_5" >
161          <item>
162           <layout class="QVBoxLayout" name="verticalLayout" >
163            <item>
164             <widget class="QCheckBox" name="pathBox" >
165              <property name="sizePolicy" >
166               <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
167                <horstretch>0</horstretch>
168                <verstretch>0</verstretch>
169               </sizepolicy>
170              </property>
171              <property name="text" >
172               <string>Search in PATH</string>
173              </property>
174             </widget>
175            </item>
176            <item>
177             <widget class="QCheckBox" name="customDirBox" >
178              <property name="text" >
179               <string>Search in custom directories</string>
180              </property>
181             </widget>
182            </item>
183           </layout>
184          </item>
185          <item>
186           <layout class="QHBoxLayout" name="horizontalLayout_4" >
187            <item>
188             <spacer name="horizontalSpacer_4" >
189              <property name="orientation" >
190               <enum>Qt::Horizontal</enum>
191              </property>
192              <property name="sizeHint" stdset="0" >
193               <size>
194                <width>40</width>
195                <height>20</height>
196               </size>
197              </property>
198             </spacer>
199            </item>
200            <item>
201             <widget class="QToolButton" name="cancelButton" >
202              <property name="minimumSize" >
203               <size>
204                <width>0</width>
205                <height>26</height>
206               </size>
207              </property>
208              <property name="maximumSize" >
209               <size>
210                <width>16777215</width>
211                <height>26</height>
212               </size>
213              </property>
214              <property name="text" >
215               <string>Cancel</string>
216              </property>
217             </widget>
218            </item>
219            <item>
220             <widget class="QToolButton" name="doSearchButton" >
221              <property name="minimumSize" >
222               <size>
223                <width>0</width>
224                <height>26</height>
225               </size>
226              </property>
227              <property name="maximumSize" >
228               <size>
229                <width>16777215</width>
230                <height>26</height>
231               </size>
232              </property>
233              <property name="text" >
234               <string>Search</string>
235              </property>
236             </widget>
237            </item>
238           </layout>
239          </item>
240         </layout>
241        </item>
242        <item>
243         <layout class="QHBoxLayout" name="horizontalLayout_3" >
244          <item>
245           <spacer name="horizontalSpacer_3" >
246            <property name="orientation" >
247             <enum>Qt::Horizontal</enum>
248            </property>
249            <property name="sizeType" >
250             <enum>QSizePolicy::Fixed</enum>
251            </property>
252            <property name="sizeHint" stdset="0" >
253             <size>
254              <width>40</width>
255              <height>20</height>
256             </size>
257            </property>
258           </spacer>
259          </item>
260          <item>
261           <widget class="QGroupBox" name="groupBox" >
262            <property name="title" >
263             <string/>
264            </property>
265            <layout class="QVBoxLayout" name="verticalLayout_4" >
266             <item>
267              <layout class="QVBoxLayout" name="verticalLayout_3" >
268               <item>
269                <widget class="QListWidget" name="customDirList" />
270               </item>
271               <item>
272                <layout class="QHBoxLayout" name="horizontalLayout_2" >
273                 <item>
274                  <widget class="QToolButton" name="addDirButton" >
275                   <property name="minimumSize" >
276                    <size>
277                     <width>26</width>
278                     <height>26</height>
279                    </size>
280                   </property>
281                   <property name="maximumSize" >
282                    <size>
283                     <width>26</width>
284                     <height>26</height>
285                    </size>
286                   </property>
287                   <property name="text" >
288                    <string/>
289                   </property>
290                   <property name="icon" >
291                    <iconset resource="bertos.qrc" >
292                     <normaloff>:/images/listadd.png</normaloff>:/images/listadd.png</iconset>
293                   </property>
294                  </widget>
295                 </item>
296                 <item>
297                  <widget class="QToolButton" name="removeDirButton" >
298                   <property name="minimumSize" >
299                    <size>
300                     <width>26</width>
301                     <height>26</height>
302                    </size>
303                   </property>
304                   <property name="maximumSize" >
305                    <size>
306                     <width>26</width>
307                     <height>26</height>
308                    </size>
309                   </property>
310                   <property name="text" >
311                    <string/>
312                   </property>
313                   <property name="icon" >
314                    <iconset resource="bertos.qrc" >
315                     <normaloff>:/images/listremove.png</normaloff>:/images/listremove.png</iconset>
316                   </property>
317                  </widget>
318                 </item>
319                 <item>
320                  <spacer name="horizontalSpacer_2" >
321                   <property name="orientation" >
322                    <enum>Qt::Horizontal</enum>
323                   </property>
324                   <property name="sizeHint" stdset="0" >
325                    <size>
326                     <width>40</width>
327                     <height>20</height>
328                    </size>
329                   </property>
330                  </spacer>
331                 </item>
332                </layout>
333               </item>
334              </layout>
335             </item>
336            </layout>
337           </widget>
338          </item>
339         </layout>
340        </item>
341       </layout>
342      </widget>
343     </widget>
344    </item>
345   </layout>
346  </widget>
347  <resources>
348   <include location="bertos.qrc" />
349  </resources>
350  <connections/>
351 </ui>