Change some strings.
[bertos.git] / wizard / ui / toolchain_search.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>618</width>
10     <height>372</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <widget class="QCheckBox" name="pathBox">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
21        <horstretch>0</horstretch>
22        <verstretch>0</verstretch>
23       </sizepolicy>
24      </property>
25      <property name="text">
26       <string>Search in the system PATH</string>
27      </property>
28     </widget>
29    </item>
30    <item>
31     <widget class="QGroupBox" name="groupBox">
32      <property name="title">
33       <string>Additional search directories:</string>
34      </property>
35      <layout class="QVBoxLayout" name="verticalLayout">
36       <item>
37        <widget class="QListWidget" name="customDirList">
38         <property name="minimumSize">
39          <size>
40           <width>200</width>
41           <height>0</height>
42          </size>
43         </property>
44        </widget>
45       </item>
46       <item>
47        <layout class="QHBoxLayout" name="horizontalLayout">
48         <item>
49          <widget class="QToolButton" name="addButton">
50           <property name="minimumSize">
51            <size>
52             <width>26</width>
53             <height>26</height>
54            </size>
55           </property>
56           <property name="maximumSize">
57            <size>
58             <width>26</width>
59             <height>26</height>
60            </size>
61           </property>
62           <property name="text">
63            <string/>
64           </property>
65           <property name="icon">
66            <iconset resource="../bertos.qrc">
67             <normaloff>:/images/listadd.png</normaloff>:/images/listadd.png</iconset>
68           </property>
69          </widget>
70         </item>
71         <item>
72          <widget class="QToolButton" name="removeButton">
73           <property name="minimumSize">
74            <size>
75             <width>26</width>
76             <height>26</height>
77            </size>
78           </property>
79           <property name="maximumSize">
80            <size>
81             <width>26</width>
82             <height>26</height>
83            </size>
84           </property>
85           <property name="text">
86            <string/>
87           </property>
88           <property name="icon">
89            <iconset resource="../bertos.qrc">
90             <normaloff>:/images/listremove.png</normaloff>:/images/listremove.png</iconset>
91           </property>
92          </widget>
93         </item>
94         <item>
95          <spacer name="horizontalSpacer">
96           <property name="orientation">
97            <enum>Qt::Horizontal</enum>
98           </property>
99           <property name="sizeHint" stdset="0">
100            <size>
101             <width>40</width>
102             <height>20</height>
103            </size>
104           </property>
105          </spacer>
106         </item>
107        </layout>
108       </item>
109      </layout>
110     </widget>
111    </item>
112    <item>
113     <layout class="QHBoxLayout" name="horizontalLayout_2">
114      <item>
115       <spacer name="horizontalSpacer_2">
116        <property name="orientation">
117         <enum>Qt::Horizontal</enum>
118        </property>
119        <property name="sizeHint" stdset="0">
120         <size>
121          <width>40</width>
122          <height>20</height>
123         </size>
124        </property>
125       </spacer>
126      </item>
127      <item>
128       <widget class="QPushButton" name="cancelButton">
129        <property name="text">
130         <string>Cancel</string>
131        </property>
132       </widget>
133      </item>
134      <item>
135       <widget class="QPushButton" name="searchButton">
136        <property name="text">
137         <string>Search</string>
138        </property>
139       </widget>
140      </item>
141     </layout>
142    </item>
143   </layout>
144  </widget>
145  <resources>
146   <include location="../bertos.qrc"/>
147  </resources>
148  <connections/>
149 </ui>