bb16650295e9b0bf62c887cffc693b6e06d750c4
[bertos.git] / wizard / ui / toolchain_search.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>350</width>
9     <height>290</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout_2" >
16    <item>
17     <widget class="QCheckBox" name="pathBox" >
18      <property name="sizePolicy" >
19       <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
20        <horstretch>0</horstretch>
21        <verstretch>0</verstretch>
22       </sizepolicy>
23      </property>
24      <property name="text" >
25       <string>Search in PATH</string>
26      </property>
27     </widget>
28    </item>
29    <item>
30     <widget class="QGroupBox" name="groupBox" >
31      <property name="title" >
32       <string>Custom directories</string>
33      </property>
34      <layout class="QVBoxLayout" name="verticalLayout" >
35       <item>
36        <widget class="QListWidget" name="customDirList" />
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          </widget>
62         </item>
63         <item>
64          <widget class="QToolButton" name="removeButton" >
65           <property name="minimumSize" >
66            <size>
67             <width>26</width>
68             <height>26</height>
69            </size>
70           </property>
71           <property name="maximumSize" >
72            <size>
73             <width>26</width>
74             <height>26</height>
75            </size>
76           </property>
77           <property name="text" >
78            <string/>
79           </property>
80           <property name="icon" >
81            <iconset resource="bertos.qrc" >
82             <normaloff>:/images/listremove.png</normaloff>:/images/listremove.png</iconset>
83           </property>
84          </widget>
85         </item>
86         <item>
87          <spacer name="horizontalSpacer" >
88           <property name="orientation" >
89            <enum>Qt::Horizontal</enum>
90           </property>
91           <property name="sizeHint" stdset="0" >
92            <size>
93             <width>40</width>
94             <height>20</height>
95            </size>
96           </property>
97          </spacer>
98         </item>
99        </layout>
100       </item>
101      </layout>
102     </widget>
103    </item>
104    <item>
105     <layout class="QHBoxLayout" name="horizontalLayout_2" >
106      <item>
107       <spacer name="horizontalSpacer_2" >
108        <property name="orientation" >
109         <enum>Qt::Horizontal</enum>
110        </property>
111        <property name="sizeHint" stdset="0" >
112         <size>
113          <width>40</width>
114          <height>20</height>
115         </size>
116        </property>
117       </spacer>
118      </item>
119      <item>
120       <widget class="QPushButton" name="cancelButton" >
121        <property name="text" >
122         <string>Cancel</string>
123        </property>
124       </widget>
125      </item>
126      <item>
127       <widget class="QPushButton" name="searchButton" >
128        <property name="text" >
129         <string>Search</string>
130        </property>
131       </widget>
132      </item>
133     </layout>
134    </item>
135   </layout>
136  </widget>
137  <resources>
138   <include location="bertos.qrc" />
139  </resources>
140  <connections/>
141 </ui>