1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ExportDialog</class>
4 <widget class="QDialog" name="ExportDialog">
5  <property name="windowModality">
6   <enum>Qt::ApplicationModal</enum>
7  </property>
8  <property name="geometry">
9   <rect>
10    <x>0</x>
11    <y>0</y>
12    <width>691</width>
13    <height>383</height>
14   </rect>
15  </property>
16  <property name="minimumSize">
17   <size>
18    <width>595</width>
19    <height>0</height>
20   </size>
21  </property>
22  <property name="windowTitle">
23   <string>Export</string>
24  </property>
25  <layout class="QGridLayout" name="gridLayout_4" columnstretch="1,1">
26   <item row="0" column="0" colspan="2">
27    <layout class="QHBoxLayout" name="horizontalLayout">
28     <property name="topMargin">
29      <number>8</number>
30     </property>
31     <property name="bottomMargin">
32      <number>8</number>
33     </property>
34     <item>
35      <spacer name="horizontalSpacer_2">
36       <property name="orientation">
37        <enum>Qt::Horizontal</enum>
38       </property>
39       <property name="sizeHint" stdset="0">
40        <size>
41         <width>0</width>
42         <height>0</height>
43        </size>
44       </property>
45      </spacer>
46     </item>
47     <item>
48      <widget class="QLabel" name="fileTypeLabel">
49       <property name="sizePolicy">
50        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
51         <horstretch>0</horstretch>
52         <verstretch>0</verstretch>
53        </sizepolicy>
54       </property>
55       <property name="text">
56        <string>Export To:</string>
57       </property>
58      </widget>
59     </item>
60     <item>
61      <widget class="QComboBox" name="fileTypeComboBox">
62       <item>
63        <property name="text">
64         <string>PDF File</string>
65        </property>
66       </item>
67       <item>
68        <property name="text">
69         <string>PNG Images</string>
70        </property>
71       </item>
72       <item>
73        <property name="text">
74         <string>SVG Images</string>
75        </property>
76       </item>
77       <item>
78        <property name="text">
79         <string>MP3 Audio</string>
80        </property>
81       </item>
82       <item>
83        <property name="text">
84         <string>WAV Audio</string>
85        </property>
86       </item>
87       <item>
88        <property name="text">
89         <string>FLAC Audio</string>
90        </property>
91       </item>
92       <item>
93        <property name="text">
94         <string>OGG Audio</string>
95        </property>
96       </item>
97       <item>
98        <property name="text">
99         <string>MIDI</string>
100        </property>
101       </item>
102       <item>
103        <property name="text">
104         <string>MusicXML</string>
105        </property>
106       </item>
107       <item>
108        <property name="text">
109         <string>Uncompressed MuseScore File</string>
110        </property>
111       </item>
112      </widget>
113     </item>
114     <item>
115      <spacer name="horizontalSpacer_3">
116       <property name="orientation">
117        <enum>Qt::Horizontal</enum>
118       </property>
119       <property name="sizeHint" stdset="0">
120        <size>
121         <width>0</width>
122         <height>0</height>
123        </size>
124       </property>
125      </spacer>
126     </item>
127    </layout>
128   </item>
129   <item row="1" column="1">
130    <widget class="QGroupBox" name="exportOptionsGroupBox">
131     <property name="title">
132      <string>Export options</string>
133     </property>
134     <layout class="QGridLayout" name="gridLayout_3">
135      <item row="1" column="0" colspan="2">
136       <widget class="QStackedWidget" name="pageStack">
137        <property name="currentIndex">
138         <number>0</number>
139        </property>
140        <widget class="QWidget" name="pdfPage">
141         <layout class="QFormLayout" name="formLayout_7">
142          <item row="0" column="0">
143           <widget class="QLabel" name="pdfDpiLabel">
144            <property name="text">
145             <string>Resolution:</string>
146            </property>
147           </widget>
148          </item>
149          <item row="0" column="1">
150           <layout class="QHBoxLayout" name="pdfDpiHorizontalLayout">
151            <item>
152             <widget class="QSpinBox" name="pdfDpiSpinbox">
153              <property name="accessibleName">
154               <string>Resolution DPI</string>
155              </property>
156              <property name="accessibleDescription">
157               <string>Choose resolution DPI</string>
158              </property>
159              <property name="suffix">
160               <string extracomment="dots per inch">DPI</string>
161              </property>
162              <property name="minimum">
163               <number>75</number>
164              </property>
165              <property name="maximum">
166               <number>2400</number>
167              </property>
168              <property name="value">
169               <number>300</number>
170              </property>
171             </widget>
172            </item>
173            <item>
174             <spacer name="pdfDpiSpacer">
175              <property name="orientation">
176               <enum>Qt::Horizontal</enum>
177              </property>
178              <property name="sizeHint" stdset="0">
179               <size>
180                <width>0</width>
181                <height>0</height>
182               </size>
183              </property>
184             </spacer>
185            </item>
186           </layout>
187          </item>
188          <item row="1" column="0" colspan="2">
189           <widget class="QRadioButton" name="pdfSeparateFilesRadioButton">
190            <property name="text">
191             <string>Export each score as a separate file</string>
192            </property>
193           </widget>
194          </item>
195          <item row="2" column="0" colspan="2">
196           <widget class="QRadioButton" name="pdfOneFileRadioButton">
197            <property name="text">
198             <string>All scores combined into one file</string>
199            </property>
200           </widget>
201          </item>
202         </layout>
203        </widget>
204        <widget class="QWidget" name="pngPage">
205         <layout class="QFormLayout" name="formLayout">
206          <item row="0" column="0">
207           <widget class="QLabel" name="pngDpiLabel">
208            <property name="text">
209             <string>Resolution:</string>
210            </property>
211           </widget>
212          </item>
213          <item row="0" column="1">
214           <layout class="QHBoxLayout" name="pngDpiHorizontalLayout">
215            <item>
216             <widget class="QSpinBox" name="pngDpiSpinbox">
217              <property name="accessibleName">
218               <string>Resolution DPI</string>
219              </property>
220              <property name="accessibleDescription">
221               <string>Choose resolution DPI</string>
222              </property>
223              <property name="suffix">
224               <string extracomment="dots per inch">DPI</string>
225              </property>
226              <property name="minimum">
227               <number>32</number>
228              </property>
229              <property name="maximum">
230               <number>5000</number>
231              </property>
232              <property name="value">
233               <number>360</number>
234              </property>
235             </widget>
236            </item>
237            <item>
238             <spacer name="pngDpiSpacer">
239              <property name="orientation">
240               <enum>Qt::Horizontal</enum>
241              </property>
242              <property name="sizeHint" stdset="0">
243               <size>
244                <width>0</width>
245                <height>0</height>
246               </size>
247              </property>
248             </spacer>
249            </item>
250           </layout>
251          </item>
252          <item row="1" column="0" colspan="2">
253           <widget class="QCheckBox" name="pngTransparentBackgroundCheckBox">
254            <property name="accessibleName">
255             <string>Transparent background</string>
256            </property>
257            <property name="text">
258             <string>Transparent background</string>
259            </property>
260           </widget>
261          </item>
262          <item row="2" column="0" colspan="2">
263           <spacer name="verticalSpacer_4">
264            <property name="orientation">
265             <enum>Qt::Vertical</enum>
266            </property>
267            <property name="sizeHint" stdset="0">
268             <size>
269              <width>0</width>
270              <height>0</height>
271             </size>
272            </property>
273           </spacer>
274          </item>
275          <item row="3" column="0" colspan="2">
276           <widget class="QLabel" name="pngHintLabel">
277            <property name="sizePolicy">
278             <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
279              <horstretch>0</horstretch>
280              <verstretch>0</verstretch>
281             </sizepolicy>
282            </property>
283            <property name="text">
284             <string>Each page of the selected scores will be exported as a separate PNG file.</string>
285            </property>
286            <property name="wordWrap">
287             <bool>true</bool>
288            </property>
289           </widget>
290          </item>
291         </layout>
292        </widget>
293        <widget class="QWidget" name="svgPage">
294         <layout class="QVBoxLayout" name="verticalLayout">
295          <item>
296           <spacer name="verticalSpacer_5">
297            <property name="orientation">
298             <enum>Qt::Vertical</enum>
299            </property>
300            <property name="sizeHint" stdset="0">
301             <size>
302              <width>0</width>
303              <height>0</height>
304             </size>
305            </property>
306           </spacer>
307          </item>
308          <item>
309           <widget class="QLabel" name="svgHintLabel">
310            <property name="sizePolicy">
311             <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
312              <horstretch>0</horstretch>
313              <verstretch>0</verstretch>
314             </sizepolicy>
315            </property>
316            <property name="text">
317             <string>Each page of the selected scores will be exported as a separate SVG file.</string>
318            </property>
319            <property name="wordWrap">
320             <bool>true</bool>
321            </property>
322           </widget>
323          </item>
324         </layout>
325        </widget>
326        <widget class="QWidget" name="audioPage">
327         <layout class="QGridLayout" name="gridLayout">
328          <item row="0" column="0" colspan="3">
329           <widget class="QCheckBox" name="audioNormaliseCheckBox">
330            <property name="text">
331             <string>Normalize</string>
332            </property>
333           </widget>
334          </item>
335          <item row="3" column="2">
336           <spacer name="verticalSpacer">
337            <property name="orientation">
338             <enum>Qt::Vertical</enum>
339            </property>
340            <property name="sizeHint" stdset="0">
341             <size>
342              <width>0</width>
343              <height>0</height>
344             </size>
345            </property>
346           </spacer>
347          </item>
348          <item row="1" column="1">
349           <widget class="QComboBox" name="audioSampleRate">
350            <property name="accessibleName">
351             <string>Sample rate</string>
352            </property>
353            <property name="accessibleDescription">
354             <string>Choose sample rate</string>
355            </property>
356            <property name="currentIndex">
357             <number>1</number>
358            </property>
359            <item>
360             <property name="text">
361              <string notr="true">32000</string>
362             </property>
363            </item>
364            <item>
365             <property name="text">
366              <string notr="true">44100</string>
367             </property>
368            </item>
369            <item>
370             <property name="text">
371              <string notr="true">48000</string>
372             </property>
373            </item>
374           </widget>
375          </item>
376          <item row="1" column="2">
377           <widget class="QLabel" name="audioHzLabel">
378            <property name="text">
379             <string extracomment="Hertz">Hz</string>
380            </property>
381           </widget>
382          </item>
383          <item row="3" column="3">
384           <spacer name="horizontalSpacer">
385            <property name="orientation">
386             <enum>Qt::Horizontal</enum>
387            </property>
388            <property name="sizeHint" stdset="0">
389             <size>
390              <width>0</width>
391              <height>0</height>
392             </size>
393            </property>
394           </spacer>
395          </item>
396          <item row="2" column="1">
397           <widget class="QComboBox" name="mp3BitRate">
398            <property name="accessibleName">
399             <string>MP3 Bitrate</string>
400            </property>
401            <property name="accessibleDescription">
402             <string>Choose MP3 Bitrate</string>
403            </property>
404            <property name="currentText">
405             <string>128</string>
406            </property>
407            <property name="currentIndex">
408             <number>8</number>
409            </property>
410            <item>
411             <property name="text">
412              <string notr="true">32</string>
413             </property>
414            </item>
415            <item>
416             <property name="text">
417              <string notr="true">40</string>
418             </property>
419            </item>
420            <item>
421             <property name="text">
422              <string notr="true">48</string>
423             </property>
424            </item>
425            <item>
426             <property name="text">
427              <string notr="true">56</string>
428             </property>
429            </item>
430            <item>
431             <property name="text">
432              <string notr="true">64</string>
433             </property>
434            </item>
435            <item>
436             <property name="text">
437              <string notr="true">80</string>
438             </property>
439            </item>
440            <item>
441             <property name="text">
442              <string notr="true">96</string>
443             </property>
444            </item>
445            <item>
446             <property name="text">
447              <string notr="true">112</string>
448             </property>
449            </item>
450            <item>
451             <property name="text">
452              <string notr="true">128</string>
453             </property>
454            </item>
455            <item>
456             <property name="text">
457              <string notr="true">160</string>
458             </property>
459            </item>
460            <item>
461             <property name="text">
462              <string notr="true">192</string>
463             </property>
464            </item>
465            <item>
466             <property name="text">
467              <string notr="true">224</string>
468             </property>
469            </item>
470            <item>
471             <property name="text">
472              <string notr="true">256</string>
473             </property>
474            </item>
475            <item>
476             <property name="text">
477              <string notr="true">320</string>
478             </property>
479            </item>
480           </widget>
481          </item>
482          <item row="2" column="2">
483           <widget class="QLabel" name="mp3kBitSLabel">
484            <property name="text">
485             <string extracomment="Hertz">kBit/s</string>
486            </property>
487           </widget>
488          </item>
489          <item row="2" column="0">
490           <widget class="QLabel" name="mp3BitRateLabel">
491            <property name="text">
492             <string>MP3 Bitrate:</string>
493            </property>
494           </widget>
495          </item>
496          <item row="1" column="0">
497           <widget class="QLabel" name="audioSampleRateLabel">
498            <property name="text">
499             <string>Sample rate:</string>
500            </property>
501           </widget>
502          </item>
503          <item row="4" column="0" colspan="4">
504           <widget class="QLabel" name="audioHintLabel">
505            <property name="sizePolicy">
506             <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
507              <horstretch>0</horstretch>
508              <verstretch>0</verstretch>
509             </sizepolicy>
510            </property>
511            <property name="text">
512             <string>Each selected score will be exported as a separate audio file. </string>
513            </property>
514            <property name="wordWrap">
515             <bool>true</bool>
516            </property>
517           </widget>
518          </item>
519         </layout>
520        </widget>
521        <widget class="QWidget" name="midiPage">
522         <layout class="QGridLayout" name="gridLayout_5">
523          <item row="1" column="0">
524           <widget class="QCheckBox" name="midiExportRPNs">
525            <property name="text">
526             <string>Export RPNs</string>
527            </property>
528           </widget>
529          </item>
530          <item row="3" column="0">
531           <widget class="QLabel" name="midiHintLabel">
532            <property name="sizePolicy">
533             <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
534              <horstretch>0</horstretch>
535              <verstretch>0</verstretch>
536             </sizepolicy>
537            </property>
538            <property name="text">
539             <string>Each selected score will be exported as a separate MIDI file. </string>
540            </property>
541            <property name="wordWrap">
542             <bool>true</bool>
543            </property>
544           </widget>
545          </item>
546          <item row="0" column="0">
547           <widget class="QCheckBox" name="midiExpandRepeats">
548            <property name="text">
549             <string>Expand repeats</string>
550            </property>
551           </widget>
552          </item>
553          <item row="2" column="0">
554           <spacer name="verticalSpacer_6">
555            <property name="orientation">
556             <enum>Qt::Vertical</enum>
557            </property>
558            <property name="sizeHint" stdset="0">
559             <size>
560              <width>0</width>
561              <height>0</height>
562             </size>
563            </property>
564           </spacer>
565          </item>
566         </layout>
567        </widget>
568        <widget class="QWidget" name="musicxmlPage">
569         <layout class="QFormLayout" name="formLayout_2">
570          <item row="0" column="0" colspan="2">
571           <widget class="QLabel" name="musicxmlFileTypeLabel">
572            <property name="text">
573             <string>MusicXML file type:</string>
574            </property>
575           </widget>
576          </item>
577          <item row="1" column="0" colspan="2">
578           <widget class="QComboBox" name="musicxmlFileTypeComboBox">
579            <item>
580             <property name="text">
581              <string>Compressed</string>
582             </property>
583            </item>
584            <item>
585             <property name="text">
586              <string>Uncompressed</string>
587             </property>
588            </item>
589            <item>
590             <property name="text">
591              <string>Uncompressed (outdated)</string>
592             </property>
593            </item>
594           </widget>
595          </item>
596          <item row="2" column="0" colspan="2">
597           <spacer name="verticalSpacer_2">
598            <property name="orientation">
599             <enum>Qt::Vertical</enum>
600            </property>
601            <property name="sizeType">
602             <enum>QSizePolicy::Fixed</enum>
603            </property>
604            <property name="sizeHint" stdset="0">
605             <size>
606              <width>0</width>
607              <height>0</height>
608             </size>
609            </property>
610           </spacer>
611          </item>
612          <item row="3" column="0" colspan="2">
613           <widget class="QLabel" name="label_2">
614            <property name="text">
615             <string>Include in export:</string>
616            </property>
617           </widget>
618          </item>
619          <item row="4" column="0" colspan="2">
620           <layout class="QGridLayout" name="gridLayout_6">
621            <item row="1" column="0">
622             <widget class="QRadioButton" name="musicxmlExportAllBreaks">
623              <property name="sizePolicy">
624               <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
625                <horstretch>0</horstretch>
626                <verstretch>0</verstretch>
627               </sizepolicy>
628              </property>
629              <property name="text">
630               <string/>
631              </property>
632             </widget>
633            </item>
634            <item row="3" column="0">
635             <widget class="QRadioButton" name="musicxmlExportNoBreaks">
636              <property name="sizePolicy">
637               <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
638                <horstretch>0</horstretch>
639                <verstretch>0</verstretch>
640               </sizepolicy>
641              </property>
642              <property name="text">
643               <string/>
644              </property>
645             </widget>
646            </item>
647            <item row="0" column="0">
648             <widget class="QRadioButton" name="musicxmlExportAllLayout">
649              <property name="sizePolicy">
650               <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
651                <horstretch>0</horstretch>
652                <verstretch>0</verstretch>
653               </sizepolicy>
654              </property>
655              <property name="text">
656               <string/>
657              </property>
658             </widget>
659            </item>
660            <item row="2" column="0">
661             <widget class="QRadioButton" name="musicxmlExportManualBreaks">
662              <property name="sizePolicy">
663               <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
664                <horstretch>0</horstretch>
665                <verstretch>0</verstretch>
666               </sizepolicy>
667              </property>
668              <property name="text">
669               <string/>
670              </property>
671             </widget>
672            </item>
673            <item row="0" column="1">
674             <widget class="Ms::ClickableLabel" name="musicxmlExportAllLayoutLabel">
675              <property name="sizePolicy">
676               <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
677                <horstretch>0</horstretch>
678                <verstretch>0</verstretch>
679               </sizepolicy>
680              </property>
681              <property name="text">
682               <string>All layout</string>
683              </property>
684              <property name="wordWrap">
685               <bool>true</bool>
686              </property>
687             </widget>
688            </item>
689            <item row="1" column="1">
690             <widget class="Ms::ClickableLabel" name="musicxmlExportAllBreaksLabel">
691              <property name="sizePolicy">
692               <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
693                <horstretch>0</horstretch>
694                <verstretch>0</verstretch>
695               </sizepolicy>
696              </property>
697              <property name="text">
698               <string>System and page breaks</string>
699              </property>
700              <property name="wordWrap">
701               <bool>true</bool>
702              </property>
703             </widget>
704            </item>
705            <item row="2" column="1">
706             <widget class="Ms::ClickableLabel" name="musicxmlExportManualBreaksLabel">
707              <property name="sizePolicy">
708               <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
709                <horstretch>0</horstretch>
710                <verstretch>0</verstretch>
711               </sizepolicy>
712              </property>
713              <property name="text">
714               <string>Manually added system and page breaks only</string>
715              </property>
716              <property name="wordWrap">
717               <bool>true</bool>
718              </property>
719             </widget>
720            </item>
721            <item row="3" column="1">
722             <widget class="Ms::ClickableLabel" name="musicxmlExportNoBreaksLabel">
723              <property name="sizePolicy">
724               <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
725                <horstretch>0</horstretch>
726                <verstretch>0</verstretch>
727               </sizepolicy>
728              </property>
729              <property name="text">
730               <string>No system or page breaks</string>
731              </property>
732              <property name="wordWrap">
733               <bool>true</bool>
734              </property>
735             </widget>
736            </item>
737           </layout>
738          </item>
739         </layout>
740        </widget>
741        <widget class="QWidget" name="uncompressedPage">
742         <layout class="QFormLayout" name="formLayout_3">
743          <item row="0" column="0" colspan="2">
744           <spacer name="verticalSpacer_8">
745            <property name="orientation">
746             <enum>Qt::Vertical</enum>
747            </property>
748            <property name="sizeHint" stdset="0">
749             <size>
750              <width>0</width>
751              <height>0</height>
752             </size>
753            </property>
754           </spacer>
755          </item>
756          <item row="1" column="0" colspan="2">
757           <widget class="QLabel" name="uncompressedHintLabel">
758            <property name="sizePolicy">
759             <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
760              <horstretch>0</horstretch>
761              <verstretch>0</verstretch>
762             </sizepolicy>
763            </property>
764            <property name="text">
765             <string>Each selected score will be exported to a separate uncompressed MuseScore file. </string>
766            </property>
767            <property name="wordWrap">
768             <bool>true</bool>
769            </property>
770           </widget>
771          </item>
772         </layout>
773        </widget>
774       </widget>
775      </item>
776     </layout>
777    </widget>
778   </item>
779   <item row="1" column="0">
780    <widget class="QGroupBox" name="exportWhatGroupBox">
781     <property name="title">
782      <string>What to export</string>
783     </property>
784     <layout class="QGridLayout" name="gridLayout_2">
785      <item row="5" column="0">
786       <widget class="QPushButton" name="selectAllButton">
787        <property name="accessibleName">
788         <string>Select all</string>
789        </property>
790        <property name="accessibleDescription">
791         <string>Select the score and all parts</string>
792        </property>
793        <property name="text">
794         <string>Select all</string>
795        </property>
796       </widget>
797      </item>
798      <item row="5" column="1">
799       <widget class="QPushButton" name="clearSelectionButton">
800        <property name="accessibleName">
801         <string>Select nothing</string>
802        </property>
803        <property name="accessibleDescription">
804         <string>Select nothing</string>
805        </property>
806        <property name="text">
807         <string>Clear selection</string>
808        </property>
809       </widget>
810      </item>
811      <item row="1" column="0" rowspan="4" colspan="2">
812       <widget class="QListWidget" name="listWidget"/>
813      </item>
814     </layout>
815    </widget>
816   </item>
817   <item row="2" column="0" colspan="2">
818    <widget class="QDialogButtonBox" name="buttonBox">
819     <property name="standardButtons">
820      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
821     </property>
822    </widget>
823   </item>
824  </layout>
825 </widget>
826 <customwidgets>
827  <customwidget>
828   <class>Ms::ClickableLabel</class>
829   <extends>QLabel</extends>
830   <header>clickableLabel.h</header>
831   <slots>
832    <signal>clicked()</signal>
833   </slots>
834  </customwidget>
835 </customwidgets>
836 <resources/>
837 <connections>
838  <connection>
839   <sender>buttonBox</sender>
840   <signal>accepted()</signal>
841   <receiver>ExportDialog</receiver>
842   <slot>accept()</slot>
843   <hints>
844    <hint type="sourcelabel">
845     <x>417</x>
846     <y>299</y>
847    </hint>
848    <hint type="destinationlabel">
849     <x>417</x>
850     <y>159</y>
851    </hint>
852   </hints>
853  </connection>
854  <connection>
855   <sender>buttonBox</sender>
856   <signal>rejected()</signal>
857   <receiver>ExportDialog</receiver>
858   <slot>reject()</slot>
859   <hints>
860    <hint type="sourcelabel">
861     <x>417</x>
862     <y>299</y>
863    </hint>
864    <hint type="destinationlabel">
865     <x>417</x>
866     <y>159</y>
867    </hint>
868   </hints>
869  </connection>
870  <connection>
871   <sender>selectAllButton</sender>
872   <signal>clicked()</signal>
873   <receiver>ExportDialog</receiver>
874   <slot>selectAll()</slot>
875   <hints>
876    <hint type="sourcelabel">
877     <x>328</x>
878     <y>133</y>
879    </hint>
880    <hint type="destinationlabel">
881     <x>417</x>
882     <y>159</y>
883    </hint>
884   </hints>
885  </connection>
886  <connection>
887   <sender>clearSelectionButton</sender>
888   <signal>clicked()</signal>
889   <receiver>ExportDialog</receiver>
890   <slot>clearSelection()</slot>
891   <hints>
892    <hint type="sourcelabel">
893     <x>328</x>
894     <y>235</y>
895    </hint>
896    <hint type="destinationlabel">
897     <x>417</x>
898     <y>159</y>
899    </hint>
900   </hints>
901  </connection>
902  <connection>
903   <sender>musicxmlExportAllBreaksLabel</sender>
904   <signal>clicked()</signal>
905   <receiver>musicxmlExportAllBreaks</receiver>
906   <slot>animateClick()</slot>
907   <hints>
908    <hint type="sourcelabel">
909     <x>563</x>
910     <y>227</y>
911    </hint>
912    <hint type="destinationlabel">
913     <x>412</x>
914     <y>228</y>
915    </hint>
916   </hints>
917  </connection>
918  <connection>
919   <sender>musicxmlExportAllLayoutLabel</sender>
920   <signal>clicked()</signal>
921   <receiver>musicxmlExportAllLayout</receiver>
922   <slot>animateClick()</slot>
923   <hints>
924    <hint type="sourcelabel">
925     <x>563</x>
926     <y>203</y>
927    </hint>
928    <hint type="destinationlabel">
929     <x>412</x>
930     <y>204</y>
931    </hint>
932   </hints>
933  </connection>
934  <connection>
935   <sender>musicxmlExportManualBreaksLabel</sender>
936   <signal>clicked()</signal>
937   <receiver>musicxmlExportManualBreaks</receiver>
938   <slot>animateClick()</slot>
939   <hints>
940    <hint type="sourcelabel">
941     <x>563</x>
942     <y>259</y>
943    </hint>
944    <hint type="destinationlabel">
945     <x>412</x>
946     <y>260</y>
947    </hint>
948   </hints>
949  </connection>
950  <connection>
951   <sender>musicxmlExportNoBreaksLabel</sender>
952   <signal>clicked()</signal>
953   <receiver>musicxmlExportNoBreaks</receiver>
954   <slot>animateClick()</slot>
955   <hints>
956    <hint type="sourcelabel">
957     <x>563</x>
958     <y>291</y>
959    </hint>
960    <hint type="destinationlabel">
961     <x>412</x>
962     <y>292</y>
963    </hint>
964   </hints>
965  </connection>
966 </connections>
967 <slots>
968  <slot>selectAll()</slot>
969  <slot>clearSelection()</slot>
970 </slots>
971</ui>
972