1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>InstrumentWizard</class>
4 <widget class="QWidget" name="InstrumentWizard">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>670</width>
10    <height>405</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string/>
15  </property>
16  <property name="accessibleName">
17   <string>Instrument wizard</string>
18  </property>
19  <layout class="QHBoxLayout" name="horizontalLayout" stretch="10,0,15">
20   <item>
21    <layout class="QVBoxLayout" name="verticalLayout">
22     <item>
23      <widget class="QComboBox" name="instrumentGenreFilter">
24       <property name="accessibleName">
25        <string>Instrument genre filter</string>
26       </property>
27      </widget>
28     </item>
29     <item>
30      <widget class="QTreeWidget" name="instrumentList">
31       <property name="accessibleName">
32        <string>Instrument list</string>
33       </property>
34       <property name="alternatingRowColors">
35        <bool>true</bool>
36       </property>
37       <property name="selectionMode">
38        <enum>QAbstractItemView::MultiSelection</enum>
39       </property>
40       <property name="uniformRowHeights">
41        <bool>true</bool>
42       </property>
43       <property name="itemsExpandable">
44        <bool>true</bool>
45       </property>
46       <property name="expandsOnDoubleClick">
47        <bool>false</bool>
48       </property>
49       <property name="columnCount">
50        <number>1</number>
51       </property>
52       <attribute name="headerVisible">
53        <bool>false</bool>
54       </attribute>
55       <column>
56        <property name="text">
57         <string notr="true">0</string>
58        </property>
59       </column>
60      </widget>
61     </item>
62     <item>
63      <layout class="QHBoxLayout" name="horizontalLayout_2">
64       <property name="bottomMargin">
65        <number>0</number>
66       </property>
67       <item>
68        <widget class="QLineEdit" name="search">
69         <property name="accessibleName">
70          <string>Search</string>
71         </property>
72         <property name="placeholderText">
73          <string>Search</string>
74         </property>
75        </widget>
76       </item>
77       <item>
78        <widget class="QPushButton" name="clearSearch">
79         <property name="accessibleName">
80          <string>Clear</string>
81         </property>
82         <property name="text">
83          <string>Clear</string>
84         </property>
85        </widget>
86       </item>
87      </layout>
88     </item>
89    </layout>
90   </item>
91   <item>
92    <layout class="QVBoxLayout">
93     <item>
94      <spacer>
95       <property name="orientation">
96        <enum>Qt::Vertical</enum>
97       </property>
98       <property name="sizeHint" stdset="0">
99        <size>
100         <width>20</width>
101         <height>40</height>
102        </size>
103       </property>
104      </spacer>
105     </item>
106     <item>
107      <widget class="QPushButton" name="addButton">
108       <property name="sizePolicy">
109        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
110         <horstretch>0</horstretch>
111         <verstretch>0</verstretch>
112        </sizepolicy>
113       </property>
114       <property name="accessibleName">
115        <string>Add</string>
116       </property>
117       <property name="text">
118        <string>Add</string>
119       </property>
120      </widget>
121     </item>
122     <item>
123      <widget class="QPushButton" name="removeButton">
124       <property name="sizePolicy">
125        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
126         <horstretch>0</horstretch>
127         <verstretch>0</verstretch>
128        </sizepolicy>
129       </property>
130       <property name="accessibleName">
131        <string>Remove</string>
132       </property>
133       <property name="text">
134        <string>Remove</string>
135       </property>
136      </widget>
137     </item>
138     <item>
139      <spacer>
140       <property name="orientation">
141        <enum>Qt::Vertical</enum>
142       </property>
143       <property name="sizeHint" stdset="0">
144        <size>
145         <width>20</width>
146         <height>40</height>
147        </size>
148       </property>
149      </spacer>
150     </item>
151     <item>
152      <widget class="QPushButton" name="upButton">
153       <property name="sizePolicy">
154        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
155         <horstretch>0</horstretch>
156         <verstretch>0</verstretch>
157        </sizepolicy>
158       </property>
159       <property name="accessibleName">
160        <string>Up</string>
161       </property>
162       <property name="text">
163        <string notr="true"/>
164       </property>
165       <property name="icon">
166        <iconset resource="musescore.qrc">
167         <normaloff>:/data/icons/arrow_up.svg</normaloff>:/data/icons/arrow_up.svg</iconset>
168       </property>
169      </widget>
170     </item>
171     <item>
172      <widget class="QPushButton" name="downButton">
173       <property name="sizePolicy">
174        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
175         <horstretch>0</horstretch>
176         <verstretch>0</verstretch>
177        </sizepolicy>
178       </property>
179       <property name="accessibleName">
180        <string>Down</string>
181       </property>
182       <property name="text">
183        <string notr="true"/>
184       </property>
185       <property name="icon">
186        <iconset resource="musescore.qrc">
187         <normaloff>:/data/icons/arrow_down.svg</normaloff>:/data/icons/arrow_down.svg</iconset>
188       </property>
189      </widget>
190     </item>
191     <item>
192      <spacer>
193       <property name="orientation">
194        <enum>Qt::Vertical</enum>
195       </property>
196       <property name="sizeHint" stdset="0">
197        <size>
198         <width>20</width>
199         <height>40</height>
200        </size>
201       </property>
202      </spacer>
203     </item>
204     <item>
205      <widget class="QPushButton" name="belowButton">
206       <property name="sizePolicy">
207        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
208         <horstretch>0</horstretch>
209         <verstretch>0</verstretch>
210        </sizepolicy>
211       </property>
212       <property name="accessibleName">
213        <string>Add Staff</string>
214       </property>
215       <property name="text">
216        <string>Add Staff</string>
217       </property>
218      </widget>
219     </item>
220     <item>
221      <widget class="QPushButton" name="linkedButton">
222       <property name="accessibleName">
223        <string>Add Linked Staff</string>
224       </property>
225       <property name="text">
226        <string>Add Linked Staff</string>
227       </property>
228      </widget>
229     </item>
230     <item>
231      <spacer>
232       <property name="orientation">
233        <enum>Qt::Vertical</enum>
234       </property>
235       <property name="sizeHint" stdset="0">
236        <size>
237         <width>20</width>
238         <height>40</height>
239        </size>
240       </property>
241      </spacer>
242     </item>
243    </layout>
244   </item>
245   <item>
246    <widget class="QTreeWidget" name="partiturList">
247     <property name="accessibleName">
248      <string>Added instruments</string>
249     </property>
250     <property name="alternatingRowColors">
251      <bool>true</bool>
252     </property>
253     <property name="indentation">
254      <number>10</number>
255     </property>
256     <property name="uniformRowHeights">
257      <bool>true</bool>
258     </property>
259     <property name="columnCount">
260      <number>5</number>
261     </property>
262     <column>
263      <property name="text">
264       <string notr="true">0</string>
265      </property>
266     </column>
267     <column>
268      <property name="text">
269       <string notr="true">1</string>
270      </property>
271     </column>
272     <column>
273      <property name="text">
274       <string notr="true">2</string>
275      </property>
276     </column>
277     <column>
278      <property name="text">
279       <string notr="true">3</string>
280      </property>
281     </column>
282     <column>
283      <property name="text">
284       <string notr="true">4</string>
285      </property>
286     </column>
287    </widget>
288   </item>
289  </layout>
290 </widget>
291 <tabstops>
292  <tabstop>instrumentGenreFilter</tabstop>
293  <tabstop>instrumentList</tabstop>
294  <tabstop>search</tabstop>
295  <tabstop>clearSearch</tabstop>
296  <tabstop>addButton</tabstop>
297  <tabstop>removeButton</tabstop>
298  <tabstop>upButton</tabstop>
299  <tabstop>downButton</tabstop>
300  <tabstop>belowButton</tabstop>
301  <tabstop>linkedButton</tabstop>
302  <tabstop>partiturList</tabstop>
303 </tabstops>
304 <resources>
305  <include location="musescore.qrc"/>
306 </resources>
307 <connections/>
308</ui>
309