Use pushButton instead of toolButton
[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>321</width>
10     <height>298</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    </item>
20    <item>
21     <widget class="QLabel" name="infoLabel">
22      <property name="text">
23       <string/>
24      </property>
25      <property name="wordWrap">
26       <bool>true</bool>
27      </property>
28     </widget>
29    </item>
30    <item>
31     <layout class="QHBoxLayout" name="horizontalLayout">
32      <item>
33       <widget class="QToolButton" name="addButton">
34        <property name="minimumSize">
35         <size>
36          <width>26</width>
37          <height>26</height>
38         </size>
39        </property>
40        <property name="maximumSize">
41         <size>
42          <width>26</width>
43          <height>26</height>
44         </size>
45        </property>
46        <property name="text">
47         <string/>
48        </property>
49        <property name="icon">
50         <iconset resource="../bertos.qrc">
51          <normaloff>:/images/listadd.png</normaloff>:/images/listadd.png</iconset>
52        </property>
53        <property name="iconSize">
54         <size>
55          <width>16</width>
56          <height>16</height>
57         </size>
58        </property>
59       </widget>
60      </item>
61      <item>
62       <widget class="QToolButton" name="removeButton">
63        <property name="minimumSize">
64         <size>
65          <width>26</width>
66          <height>26</height>
67         </size>
68        </property>
69        <property name="maximumSize">
70         <size>
71          <width>26</width>
72          <height>26</height>
73         </size>
74        </property>
75        <property name="text">
76         <string/>
77        </property>
78        <property name="icon">
79         <iconset resource="../bertos.qrc">
80          <normaloff>:/images/listremove.png</normaloff>:/images/listremove.png</iconset>
81        </property>
82        <property name="iconSize">
83         <size>
84          <width>16</width>
85          <height>16</height>
86         </size>
87        </property>
88       </widget>
89      </item>
90      <item>
91       <spacer name="horizontalSpacer">
92        <property name="orientation">
93         <enum>Qt::Horizontal</enum>
94        </property>
95        <property name="sizeHint" stdset="0">
96         <size>
97          <width>40</width>
98          <height>20</height>
99         </size>
100        </property>
101       </spacer>
102      </item>
103      <item>
104       <widget class="QPushButton" name="checkButton">
105        <property name="text">
106         <string>Validate</string>
107        </property>
108       </widget>
109      </item>
110      <item>
111       <widget class="QPushButton" name="searchButton">
112        <property name="text">
113         <string>Search...</string>
114        </property>
115       </widget>
116      </item>
117     </layout>
118    </item>
119   </layout>
120  </widget>
121  <resources>
122   <include location="../bertos.qrc"/>
123  </resources>
124  <connections/>
125 </ui>