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