1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ExcerptsDialog</class>
4 <widget class="QDialog" name="ExcerptsDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>713</width>
10    <height>580</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>0</width>
22    <height>0</height>
23   </size>
24  </property>
25  <property name="windowTitle">
26   <string>Parts</string>
27  </property>
28  <layout class="QVBoxLayout" name="verticalLayout_2">
29   <item>
30    <widget class="QSplitter" name="splitte">
31     <property name="sizePolicy">
32      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
33       <horstretch>0</horstretch>
34       <verstretch>0</verstretch>
35      </sizepolicy>
36     </property>
37     <property name="orientation">
38      <enum>Qt::Vertical</enum>
39     </property>
40     <widget class="QGroupBox" name="excerptGroup">
41      <property name="sizePolicy">
42       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
43        <horstretch>0</horstretch>
44        <verstretch>0</verstretch>
45       </sizepolicy>
46      </property>
47      <property name="title">
48       <string>Select Part</string>
49      </property>
50      <property name="flat">
51       <bool>false</bool>
52      </property>
53      <layout class="QHBoxLayout" name="horizontalLayout_4">
54       <item>
55        <layout class="QVBoxLayout" name="move">
56         <item>
57          <spacer name="verticalSpacer_3">
58           <property name="orientation">
59            <enum>Qt::Vertical</enum>
60           </property>
61           <property name="sizeHint" stdset="0">
62            <size>
63             <width>20</width>
64             <height>20</height>
65            </size>
66           </property>
67          </spacer>
68         </item>
69         <item>
70          <widget class="QToolButton" name="moveUpButton">
71           <property name="enabled">
72            <bool>false</bool>
73           </property>
74           <property name="sizePolicy">
75            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
76             <horstretch>0</horstretch>
77             <verstretch>0</verstretch>
78            </sizepolicy>
79           </property>
80           <property name="toolTip">
81            <string>Move part up</string>
82           </property>
83           <property name="accessibleDescription">
84            <string>Move part up</string>
85           </property>
86           <property name="text">
87            <string notr="true"/>
88           </property>
89           <property name="icon">
90            <iconset resource="musescore.qrc">
91             <normaloff>:/data/icons/arrow_up.svg</normaloff>:/data/icons/arrow_up.svg</iconset>
92           </property>
93          </widget>
94         </item>
95         <item>
96          <widget class="QToolButton" name="moveDownButton">
97           <property name="enabled">
98            <bool>false</bool>
99           </property>
100           <property name="sizePolicy">
101            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
102             <horstretch>0</horstretch>
103             <verstretch>0</verstretch>
104            </sizepolicy>
105           </property>
106           <property name="toolTip">
107            <string>Move part down</string>
108           </property>
109           <property name="accessibleDescription">
110            <string>Move part down</string>
111           </property>
112           <property name="text">
113            <string notr="true"/>
114           </property>
115           <property name="icon">
116            <iconset resource="musescore.qrc">
117             <normaloff>:/data/icons/arrow_down.svg</normaloff>:/data/icons/arrow_down.svg</iconset>
118           </property>
119          </widget>
120         </item>
121         <item>
122          <spacer name="verticalSpacer_4">
123           <property name="orientation">
124            <enum>Qt::Vertical</enum>
125           </property>
126           <property name="sizeHint" stdset="0">
127            <size>
128             <width>20</width>
129             <height>20</height>
130            </size>
131           </property>
132          </spacer>
133         </item>
134        </layout>
135       </item>
136       <item>
137        <widget class="QListWidget" name="excerptList">
138         <property name="enabled">
139          <bool>true</bool>
140         </property>
141         <property name="sizePolicy">
142          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
143           <horstretch>0</horstretch>
144           <verstretch>0</verstretch>
145          </sizepolicy>
146         </property>
147         <property name="selectionMode">
148          <enum>QAbstractItemView::SingleSelection</enum>
149         </property>
150         <property name="uniformItemSizes">
151          <bool>true</bool>
152         </property>
153        </widget>
154       </item>
155       <item>
156        <layout class="QVBoxLayout" name="buttons">
157         <item>
158          <widget class="QPushButton" name="allPartsButton">
159           <property name="toolTip">
160            <string>New part for each instrument</string>
161           </property>
162           <property name="text">
163            <string>All Parts</string>
164           </property>
165          </widget>
166         </item>
167         <item>
168          <spacer name="verticalSpacer_5">
169           <property name="orientation">
170            <enum>Qt::Vertical</enum>
171           </property>
172           <property name="sizeHint" stdset="0">
173            <size>
174             <width>20</width>
175             <height>20</height>
176            </size>
177           </property>
178          </spacer>
179         </item>
180         <item>
181          <widget class="QPushButton" name="singlePartButton">
182           <property name="toolTip">
183            <string>New single part for selected voice(s)/instrument(s)</string>
184           </property>
185           <property name="text">
186            <string>Single Part</string>
187           </property>
188          </widget>
189         </item>
190         <item>
191          <widget class="QPushButton" name="deleteButton">
192           <property name="enabled">
193            <bool>false</bool>
194           </property>
195           <property name="text">
196            <string>Delete</string>
197           </property>
198          </widget>
199         </item>
200        </layout>
201       </item>
202      </layout>
203     </widget>
204     <widget class="QGroupBox" name="editGroup">
205      <property name="sizePolicy">
206       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
207        <horstretch>0</horstretch>
208        <verstretch>0</verstretch>
209       </sizepolicy>
210      </property>
211      <property name="title">
212       <string>Edit Part</string>
213      </property>
214      <layout class="QVBoxLayout" name="verticalLayout_5">
215       <item>
216        <layout class="QHBoxLayout" name="partTitle">
217         <item>
218          <widget class="QLabel" name="ExcerptTitle">
219           <property name="text">
220            <string>Part title:</string>
221           </property>
222          </widget>
223         </item>
224         <item>
225          <widget class="QLineEdit" name="title"/>
226         </item>
227        </layout>
228       </item>
229       <item>
230        <widget class="QSplitter" name="instruments">
231         <property name="sizePolicy">
232          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
233           <horstretch>0</horstretch>
234           <verstretch>0</verstretch>
235          </sizepolicy>
236         </property>
237         <property name="orientation">
238          <enum>Qt::Horizontal</enum>
239         </property>
240         <widget class="QGroupBox" name="scoreInst">
241          <property name="sizePolicy">
242           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
243            <horstretch>0</horstretch>
244            <verstretch>0</verstretch>
245           </sizepolicy>
246          </property>
247          <property name="title">
248           <string>Instruments in Score</string>
249          </property>
250          <layout class="QHBoxLayout" name="horizontalLayout_2">
251           <item>
252            <widget class="QListWidget" name="instrumentList">
253             <property name="enabled">
254              <bool>false</bool>
255             </property>
256             <property name="sizePolicy">
257              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
258               <horstretch>0</horstretch>
259               <verstretch>0</verstretch>
260              </sizepolicy>
261             </property>
262             <property name="accessibleName">
263              <string>Part list</string>
264             </property>
265             <property name="alternatingRowColors">
266              <bool>true</bool>
267             </property>
268            </widget>
269           </item>
270           <item>
271            <layout class="QVBoxLayout" name="verticalLayout">
272             <item>
273              <spacer name="verticalSpacer_2">
274               <property name="orientation">
275                <enum>Qt::Vertical</enum>
276               </property>
277               <property name="sizeHint" stdset="0">
278                <size>
279                 <width>20</width>
280                 <height>26</height>
281                </size>
282               </property>
283              </spacer>
284             </item>
285             <item>
286              <widget class="QPushButton" name="addButton">
287               <property name="enabled">
288                <bool>false</bool>
289               </property>
290               <property name="accessibleDescription">
291                <string>Add instrument</string>
292               </property>
293               <property name="text">
294                <string notr="true">+</string>
295               </property>
296              </widget>
297             </item>
298             <item>
299              <widget class="QPushButton" name="removeButton">
300               <property name="enabled">
301                <bool>false</bool>
302               </property>
303               <property name="accessibleDescription">
304                <string>Remove instrument</string>
305               </property>
306               <property name="text">
307                <string notr="true">-</string>
308               </property>
309              </widget>
310             </item>
311             <item>
312              <spacer name="verticalSpacer">
313               <property name="orientation">
314                <enum>Qt::Vertical</enum>
315               </property>
316               <property name="sizeHint" stdset="0">
317                <size>
318                 <width>20</width>
319                 <height>26</height>
320                </size>
321               </property>
322              </spacer>
323             </item>
324            </layout>
325           </item>
326          </layout>
327         </widget>
328         <widget class="QGroupBox" name="partListGroup">
329          <property name="sizePolicy">
330           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
331            <horstretch>0</horstretch>
332            <verstretch>0</verstretch>
333           </sizepolicy>
334          </property>
335          <property name="title">
336           <string>Instruments in Part</string>
337          </property>
338          <property name="flat">
339           <bool>false</bool>
340          </property>
341          <layout class="QHBoxLayout" name="horizontalLayout">
342           <item>
343            <widget class="QTreeWidget" name="partList">
344             <property name="sizePolicy">
345              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
346               <horstretch>0</horstretch>
347               <verstretch>0</verstretch>
348              </sizepolicy>
349             </property>
350             <attribute name="headerStretchLastSection">
351              <bool>false</bool>
352             </attribute>
353             <column>
354              <property name="text">
355               <string>Instrument</string>
356              </property>
357             </column>
358             <column>
359              <property name="text">
360               <string>1</string>
361              </property>
362              <property name="textAlignment">
363               <set>AlignCenter</set>
364              </property>
365             </column>
366             <column>
367              <property name="text">
368               <string>2</string>
369              </property>
370              <property name="textAlignment">
371               <set>AlignCenter</set>
372              </property>
373             </column>
374             <column>
375              <property name="text">
376               <string>3</string>
377              </property>
378              <property name="textAlignment">
379               <set>AlignCenter</set>
380              </property>
381             </column>
382             <column>
383              <property name="text">
384               <string>4</string>
385              </property>
386              <property name="textAlignment">
387               <set>AlignCenter</set>
388              </property>
389             </column>
390            </widget>
391           </item>
392          </layout>
393         </widget>
394        </widget>
395       </item>
396      </layout>
397     </widget>
398    </widget>
399   </item>
400   <item>
401    <widget class="QDialogButtonBox" name="buttonBox">
402     <property name="standardButtons">
403      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
404     </property>
405    </widget>
406   </item>
407  </layout>
408 </widget>
409 <tabstops>
410  <tabstop>excerptList</tabstop>
411  <tabstop>moveUpButton</tabstop>
412  <tabstop>moveDownButton</tabstop>
413  <tabstop>allPartsButton</tabstop>
414  <tabstop>singlePartButton</tabstop>
415  <tabstop>deleteButton</tabstop>
416  <tabstop>title</tabstop>
417  <tabstop>instrumentList</tabstop>
418  <tabstop>addButton</tabstop>
419  <tabstop>removeButton</tabstop>
420  <tabstop>partList</tabstop>
421 </tabstops>
422 <resources>
423  <include location="musescore.qrc"/>
424 </resources>
425 <connections>
426  <connection>
427   <sender>buttonBox</sender>
428   <signal>accepted()</signal>
429   <receiver>ExcerptsDialog</receiver>
430   <slot>accept()</slot>
431   <hints>
432    <hint type="sourcelabel">
433     <x>524</x>
434     <y>330</y>
435    </hint>
436    <hint type="destinationlabel">
437     <x>329</x>
438     <y>304</y>
439    </hint>
440   </hints>
441  </connection>
442  <connection>
443   <sender>buttonBox</sender>
444   <signal>rejected()</signal>
445   <receiver>ExcerptsDialog</receiver>
446   <slot>reject()</slot>
447   <hints>
448    <hint type="sourcelabel">
449     <x>597</x>
450     <y>327</y>
451    </hint>
452    <hint type="destinationlabel">
453     <x>329</x>
454     <y>287</y>
455    </hint>
456   </hints>
457  </connection>
458 </connections>
459</ui>
460