1 <?xml version="1.0" encoding="UTF-8"?>
4 <widget class="QWidget" name="Form">
5 <property name="geometry">
13 <property name="windowTitle">
16 <layout class="QVBoxLayout" name="verticalLayout">
18 <widget class="QListWidget" name="toolchainList"/>
21 <widget class="QLabel" name="infoLabel">
22 <property name="text">
25 <property name="wordWrap">
31 <layout class="QHBoxLayout" name="horizontalLayout">
33 <widget class="QToolButton" name="addButton">
34 <property name="minimumSize">
40 <property name="maximumSize">
46 <property name="text">
49 <property name="icon">
50 <iconset resource="../bertos.qrc">
51 <normaloff>:/images/listadd.png</normaloff>:/images/listadd.png</iconset>
53 <property name="iconSize">
62 <widget class="QToolButton" name="removeButton">
63 <property name="minimumSize">
69 <property name="maximumSize">
75 <property name="text">
78 <property name="icon">
79 <iconset resource="../bertos.qrc">
80 <normaloff>:/images/listremove.png</normaloff>:/images/listremove.png</iconset>
82 <property name="iconSize">
91 <spacer name="horizontalSpacer">
92 <property name="orientation">
93 <enum>Qt::Horizontal</enum>
95 <property name="sizeHint" stdset="0">
104 <widget class="QPushButton" name="checkButton">
105 <property name="toolTip">
106 <string>Get information on toolchains</string>
108 <property name="text">
109 <string>Validate</string>
114 <widget class="QPushButton" name="searchButton">
115 <property name="text">
116 <string>Search...</string>
125 <include location="../bertos.qrc"/>