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">
19 <property name="minimumSize">
28 <widget class="QLabel" name="infoLabel">
29 <property name="text">
32 <property name="wordWrap">
38 <layout class="QHBoxLayout" name="horizontalLayout">
40 <widget class="QToolButton" name="addButton">
41 <property name="minimumSize">
47 <property name="maximumSize">
53 <property name="text">
56 <property name="icon">
57 <iconset resource="../bertos.qrc">
58 <normaloff>:/images/listadd.png</normaloff>:/images/listadd.png</iconset>
60 <property name="iconSize">
69 <widget class="QToolButton" name="removeButton">
70 <property name="minimumSize">
76 <property name="maximumSize">
82 <property name="text">
85 <property name="icon">
86 <iconset resource="../bertos.qrc">
87 <normaloff>:/images/listremove.png</normaloff>:/images/listremove.png</iconset>
89 <property name="iconSize">
98 <spacer name="horizontalSpacer">
99 <property name="orientation">
100 <enum>Qt::Horizontal</enum>
102 <property name="sizeHint" stdset="0">
111 <widget class="QPushButton" name="checkButton">
112 <property name="toolTip">
113 <string>Get information on toolchains</string>
115 <property name="text">
116 <string>Validate</string>
121 <widget class="QPushButton" name="searchButton">
122 <property name="text">
123 <string>Search...</string>
132 <include location="../bertos.qrc"/>