1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PlayPanelBase</class>
4 <widget class="QDockWidget" name="PlayPanelBase">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>265</width>
10    <height>325</height>
11   </rect>
12  </property>
13  <property name="minimumSize">
14   <size>
15    <width>265</width>
16    <height>279</height>
17   </size>
18  </property>
19  <property name="floating">
20   <bool>true</bool>
21  </property>
22  <property name="features">
23   <set>QDockWidget::DockWidgetClosable|QDockWidget::DockWidgetMovable|QDockWidget::DockWidgetFloatable</set>
24  </property>
25  <property name="windowTitle">
26   <string>Play Panel</string>
27  </property>
28  <widget class="QWidget" name="dockWidgetContents">
29   <layout class="QVBoxLayout" name="verticalLayout">
30    <item>
31     <layout class="QGridLayout" name="gridLayout">
32      <property name="topMargin">
33       <number>0</number>
34      </property>
35      <property name="verticalSpacing">
36       <number>0</number>
37      </property>
38      <item row="1" column="0">
39       <layout class="QHBoxLayout" name="horizontalLayout_2">
40        <property name="spacing">
41         <number>0</number>
42        </property>
43        <property name="topMargin">
44         <number>0</number>
45        </property>
46        <item>
47         <widget class="QLabel" name="measureBeatTag">
48          <property name="sizePolicy">
49           <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
50            <horstretch>0</horstretch>
51            <verstretch>0</verstretch>
52           </sizepolicy>
53          </property>
54          <property name="maximumSize">
55           <size>
56            <width>1000</width>
57            <height>32</height>
58           </size>
59          </property>
60          <property name="toolTip">
61           <string>Measure.Beat</string>
62          </property>
63          <property name="text">
64           <string>Position:</string>
65          </property>
66         </widget>
67        </item>
68        <item>
69         <widget class="QLabel" name="measureLabel">
70          <property name="sizePolicy">
71           <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
72            <horstretch>0</horstretch>
73            <verstretch>0</verstretch>
74           </sizepolicy>
75          </property>
76          <property name="minimumSize">
77           <size>
78            <width>12</width>
79            <height>0</height>
80           </size>
81          </property>
82          <property name="maximumSize">
83           <size>
84            <width>48</width>
85            <height>32</height>
86           </size>
87          </property>
88          <property name="text">
89           <string notr="true" extracomment="placeholder"> 1212</string>
90          </property>
91          <property name="alignment">
92           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
93          </property>
94          <property name="indent">
95           <number>-1</number>
96          </property>
97         </widget>
98        </item>
99        <item>
100         <widget class="QLabel" name="measureBeatDot">
101          <property name="sizePolicy">
102           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
103            <horstretch>0</horstretch>
104            <verstretch>0</verstretch>
105           </sizepolicy>
106          </property>
107          <property name="minimumSize">
108           <size>
109            <width>6</width>
110            <height>0</height>
111           </size>
112          </property>
113          <property name="maximumSize">
114           <size>
115            <width>6</width>
116            <height>32</height>
117           </size>
118          </property>
119          <property name="text">
120           <string notr="true">.</string>
121          </property>
122          <property name="alignment">
123           <set>Qt::AlignCenter</set>
124          </property>
125         </widget>
126        </item>
127        <item>
128         <widget class="QLabel" name="beatLabel">
129          <property name="sizePolicy">
130           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
131            <horstretch>0</horstretch>
132            <verstretch>0</verstretch>
133           </sizepolicy>
134          </property>
135          <property name="minimumSize">
136           <size>
137            <width>20</width>
138            <height>0</height>
139           </size>
140          </property>
141          <property name="maximumSize">
142           <size>
143            <width>20</width>
144            <height>32</height>
145           </size>
146          </property>
147          <property name="text">
148           <string notr="true" extracomment="placeholder">01</string>
149          </property>
150          <property name="alignment">
151           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
152          </property>
153         </widget>
154        </item>
155        <item>
156         <spacer name="horizontalSpacer_2">
157          <property name="orientation">
158           <enum>Qt::Horizontal</enum>
159          </property>
160          <property name="sizeHint" stdset="0">
161           <size>
162            <width>10</width>
163            <height>20</height>
164           </size>
165          </property>
166         </spacer>
167        </item>
168       </layout>
169      </item>
170      <item row="1" column="1">
171       <layout class="QHBoxLayout" name="horizontalLayout">
172        <property name="spacing">
173         <number>0</number>
174        </property>
175        <item>
176         <widget class="QLabel" name="timeTag">
177          <property name="sizePolicy">
178           <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
179            <horstretch>0</horstretch>
180            <verstretch>0</verstretch>
181           </sizepolicy>
182          </property>
183          <property name="maximumSize">
184           <size>
185            <width>1000</width>
186            <height>32</height>
187           </size>
188          </property>
189          <property name="text">
190           <string>Time:</string>
191          </property>
192          <property name="alignment">
193           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
194          </property>
195         </widget>
196        </item>
197        <item>
198         <widget class="QLabel" name="hourLabel">
199          <property name="sizePolicy">
200           <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
201            <horstretch>0</horstretch>
202            <verstretch>0</verstretch>
203           </sizepolicy>
204          </property>
205          <property name="minimumSize">
206           <size>
207            <width>10</width>
208            <height>0</height>
209           </size>
210          </property>
211          <property name="maximumSize">
212           <size>
213            <width>24</width>
214            <height>32</height>
215           </size>
216          </property>
217          <property name="text">
218           <string notr="true" extracomment="placeholder"> 55</string>
219          </property>
220          <property name="alignment">
221           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
222          </property>
223         </widget>
224        </item>
225        <item>
226         <widget class="QLabel" name="timeColon1">
227          <property name="sizePolicy">
228           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
229            <horstretch>0</horstretch>
230            <verstretch>0</verstretch>
231           </sizepolicy>
232          </property>
233          <property name="minimumSize">
234           <size>
235            <width>4</width>
236            <height>0</height>
237           </size>
238          </property>
239          <property name="maximumSize">
240           <size>
241            <width>4</width>
242            <height>32</height>
243           </size>
244          </property>
245          <property name="text">
246           <string notr="true">:</string>
247          </property>
248          <property name="alignment">
249           <set>Qt::AlignCenter</set>
250          </property>
251         </widget>
252        </item>
253        <item>
254         <widget class="QLabel" name="minuteLabel">
255          <property name="sizePolicy">
256           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
257            <horstretch>0</horstretch>
258            <verstretch>0</verstretch>
259           </sizepolicy>
260          </property>
261          <property name="minimumSize">
262           <size>
263            <width>20</width>
264            <height>0</height>
265           </size>
266          </property>
267          <property name="maximumSize">
268           <size>
269            <width>20</width>
270            <height>32</height>
271           </size>
272          </property>
273          <property name="text">
274           <string notr="true" extracomment="placeholder">00</string>
275          </property>
276          <property name="alignment">
277           <set>Qt::AlignCenter</set>
278          </property>
279         </widget>
280        </item>
281        <item>
282         <widget class="QLabel" name="timeColon2">
283          <property name="sizePolicy">
284           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
285            <horstretch>0</horstretch>
286            <verstretch>0</verstretch>
287           </sizepolicy>
288          </property>
289          <property name="minimumSize">
290           <size>
291            <width>4</width>
292            <height>0</height>
293           </size>
294          </property>
295          <property name="maximumSize">
296           <size>
297            <width>4</width>
298            <height>32</height>
299           </size>
300          </property>
301          <property name="text">
302           <string notr="true">:</string>
303          </property>
304          <property name="alignment">
305           <set>Qt::AlignCenter</set>
306          </property>
307         </widget>
308        </item>
309        <item>
310         <widget class="QLabel" name="secondLabel">
311          <property name="sizePolicy">
312           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
313            <horstretch>0</horstretch>
314            <verstretch>0</verstretch>
315           </sizepolicy>
316          </property>
317          <property name="minimumSize">
318           <size>
319            <width>20</width>
320            <height>0</height>
321           </size>
322          </property>
323          <property name="maximumSize">
324           <size>
325            <width>20</width>
326            <height>32</height>
327           </size>
328          </property>
329          <property name="text">
330           <string notr="true" extracomment="placeholder">00</string>
331          </property>
332          <property name="alignment">
333           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
334          </property>
335         </widget>
336        </item>
337        <item>
338         <spacer name="horizontalSpacer_4">
339          <property name="orientation">
340           <enum>Qt::Horizontal</enum>
341          </property>
342          <property name="sizeHint" stdset="0">
343           <size>
344            <width>10</width>
345            <height>20</height>
346           </size>
347          </property>
348         </spacer>
349        </item>
350       </layout>
351      </item>
352     </layout>
353    </item>
354    <item>
355     <widget class="QSlider" name="posSlider">
356      <property name="focusPolicy">
357       <enum>Qt::TabFocus</enum>
358      </property>
359      <property name="toolTip">
360       <string>Playback position</string>
361      </property>
362      <property name="accessibleName">
363       <string>Playback position</string>
364      </property>
365      <property name="orientation">
366       <enum>Qt::Horizontal</enum>
367      </property>
368     </widget>
369    </item>
370    <item>
371     <layout class="QGridLayout" name="buttonsLayout">
372      <property name="topMargin">
373       <number>0</number>
374      </property>
375      <property name="horizontalSpacing">
376       <number>12</number>
377      </property>
378      <item row="0" column="1">
379       <widget class="QToolButton" name="rewindButton">
380        <property name="text">
381         <string notr="true"/>
382        </property>
383        <property name="icon">
384         <iconset resource="musescore.qrc">
385          <normaloff>:/data/icons/media-skip-backward.svg</normaloff>:/data/icons/media-skip-backward.svg</iconset>
386        </property>
387       </widget>
388      </item>
389      <item row="0" column="5">
390       <widget class="QToolButton" name="loopOutButton">
391        <property name="text">
392         <string notr="true"/>
393        </property>
394        <property name="icon">
395         <iconset resource="musescore.qrc">
396          <normaloff>:/data/icons/media-playback-loop-out.svg</normaloff>:/data/icons/media-playback-loop-out.svg</iconset>
397        </property>
398       </widget>
399      </item>
400      <item row="0" column="4">
401       <widget class="QToolButton" name="loopButton">
402        <property name="text">
403         <string notr="true"/>
404        </property>
405        <property name="icon">
406         <iconset resource="musescore.qrc">
407          <normaloff>:/data/icons/media-playback-loop.svg</normaloff>:/data/icons/media-playback-loop.svg</iconset>
408        </property>
409        <property name="checkable">
410         <bool>true</bool>
411        </property>
412       </widget>
413      </item>
414      <item row="0" column="3">
415       <widget class="QToolButton" name="loopInButton">
416        <property name="text">
417         <string notr="true"/>
418        </property>
419        <property name="icon">
420         <iconset resource="musescore.qrc">
421          <normaloff>:/data/icons/media-playback-loop-in.svg</normaloff>:/data/icons/media-playback-loop-in.svg</iconset>
422        </property>
423       </widget>
424      </item>
425      <item row="0" column="0">
426       <spacer name="horizontalSpacer_3">
427        <property name="orientation">
428         <enum>Qt::Horizontal</enum>
429        </property>
430        <property name="sizeHint" stdset="0">
431         <size>
432          <width>5</width>
433          <height>20</height>
434         </size>
435        </property>
436       </spacer>
437      </item>
438      <item row="0" column="2">
439       <widget class="QToolButton" name="playButton">
440        <property name="minimumSize">
441         <size>
442          <width>40</width>
443          <height>40</height>
444         </size>
445        </property>
446        <property name="maximumSize">
447         <size>
448          <width>40</width>
449          <height>40</height>
450         </size>
451        </property>
452        <property name="text">
453         <string notr="true"/>
454        </property>
455        <property name="icon">
456         <iconset resource="musescore.qrc">
457          <normaloff>:/data/icons/media-playback-start.svg</normaloff>:/data/icons/media-playback-start.svg</iconset>
458        </property>
459        <property name="checkable">
460         <bool>true</bool>
461        </property>
462       </widget>
463      </item>
464      <item row="0" column="6">
465       <spacer name="horizontalSpacer_5">
466        <property name="orientation">
467         <enum>Qt::Horizontal</enum>
468        </property>
469        <property name="sizeHint" stdset="0">
470         <size>
471          <width>5</width>
472          <height>20</height>
473         </size>
474        </property>
475       </spacer>
476      </item>
477     </layout>
478    </item>
479    <item>
480     <widget class="Line" name="line">
481      <property name="orientation">
482       <enum>Qt::Horizontal</enum>
483      </property>
484     </widget>
485    </item>
486    <item>
487     <layout class="QGridLayout" name="slidersEtcLayout">
488      <property name="sizeConstraint">
489       <enum>QLayout::SetDefaultConstraint</enum>
490      </property>
491      <property name="leftMargin">
492       <number>0</number>
493      </property>
494      <property name="topMargin">
495       <number>0</number>
496      </property>
497      <property name="rightMargin">
498       <number>0</number>
499      </property>
500      <property name="bottomMargin">
501       <number>0</number>
502      </property>
503      <property name="spacing">
504       <number>6</number>
505      </property>
506      <item row="1" column="2">
507       <layout class="QHBoxLayout" name="volumeTextLayout">
508        <property name="leftMargin">
509         <number>0</number>
510        </property>
511        <property name="topMargin">
512         <number>0</number>
513        </property>
514        <property name="rightMargin">
515         <number>0</number>
516        </property>
517        <property name="bottomMargin">
518         <number>0</number>
519        </property>
520        <item>
521         <widget class="QDoubleSpinBox" name="volSpinBox">
522          <property name="sizePolicy">
523           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
524            <horstretch>0</horstretch>
525            <verstretch>0</verstretch>
526           </sizepolicy>
527          </property>
528          <property name="maximumSize">
529           <size>
530            <width>64</width>
531            <height>16777215</height>
532           </size>
533          </property>
534          <property name="toolTip">
535           <string>Master volume (decibel)</string>
536          </property>
537          <property name="accessibleName">
538           <string>Master volume (decibel)</string>
539          </property>
540          <property name="alignment">
541           <set>Qt::AlignCenter</set>
542          </property>
543          <property name="buttonSymbols">
544           <enum>QAbstractSpinBox::NoButtons</enum>
545          </property>
546          <property name="suffix">
547           <string extracomment="decibel">dB</string>
548          </property>
549          <property name="decimals">
550           <number>1</number>
551          </property>
552         </widget>
553        </item>
554       </layout>
555      </item>
556      <item row="2" column="1">
557       <layout class="QHBoxLayout" name="tempoLabelLayout">
558        <item>
559         <widget class="QLabel" name="tempoLabel">
560          <property name="sizePolicy">
561           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
562            <horstretch>0</horstretch>
563            <verstretch>0</verstretch>
564           </sizepolicy>
565          </property>
566          <property name="maximumSize">
567           <size>
568            <width>16777215</width>
569            <height>36</height>
570           </size>
571          </property>
572          <property name="toolTip">
573           <string>Actual tempo in quarter notes per minute</string>
574          </property>
575          <property name="frameShape">
576           <enum>QFrame::NoFrame</enum>
577          </property>
578          <property name="lineWidth">
579           <number>2</number>
580          </property>
581          <property name="midLineWidth">
582           <number>2</number>
583          </property>
584          <property name="text">
585           <string notr="true">Tempo
586120 BPM</string>
587          </property>
588          <property name="textFormat">
589           <enum>Qt::PlainText</enum>
590          </property>
591          <property name="alignment">
592           <set>Qt::AlignCenter</set>
593          </property>
594          <property name="textInteractionFlags">
595           <set>Qt::NoTextInteraction</set>
596          </property>
597         </widget>
598        </item>
599       </layout>
600      </item>
601      <item row="2" column="0">
602       <layout class="QHBoxLayout" name="metronomeTagLayout">
603        <property name="topMargin">
604         <number>0</number>
605        </property>
606        <item>
607         <widget class="QLabel" name="metronomeTag">
608          <property name="sizePolicy">
609           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
610            <horstretch>0</horstretch>
611            <verstretch>0</verstretch>
612           </sizepolicy>
613          </property>
614          <property name="maximumSize">
615           <size>
616            <width>16777215</width>
617            <height>36</height>
618           </size>
619          </property>
620          <property name="text">
621           <string>Metronome
622volume</string>
623          </property>
624          <property name="textFormat">
625           <enum>Qt::PlainText</enum>
626          </property>
627          <property name="alignment">
628           <set>Qt::AlignCenter</set>
629          </property>
630         </widget>
631        </item>
632       </layout>
633      </item>
634      <item row="1" column="1">
635       <layout class="QHBoxLayout" name="tempoPercentLayout">
636        <item>
637         <widget class="QSpinBox" name="speedSpinBox">
638          <property name="sizePolicy">
639           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
640            <horstretch>0</horstretch>
641            <verstretch>0</verstretch>
642           </sizepolicy>
643          </property>
644          <property name="maximumSize">
645           <size>
646            <width>64</width>
647            <height>16777215</height>
648           </size>
649          </property>
650          <property name="toolTip">
651           <string>Playback speed (as percentage)</string>
652          </property>
653          <property name="accessibleName">
654           <string>Playback speed (as percentage)</string>
655          </property>
656          <property name="alignment">
657           <set>Qt::AlignCenter</set>
658          </property>
659          <property name="buttonSymbols">
660           <enum>QAbstractSpinBox::NoButtons</enum>
661          </property>
662          <property name="suffix">
663           <string>%</string>
664          </property>
665          <property name="minimum">
666           <number>10</number>
667          </property>
668          <property name="maximum">
669           <number>300</number>
670          </property>
671          <property name="singleStep">
672           <number>5</number>
673          </property>
674          <property name="value">
675           <number>100</number>
676          </property>
677         </widget>
678        </item>
679       </layout>
680      </item>
681      <item row="1" column="0">
682       <layout class="QHBoxLayout" name="metonomeButtonsLayout">
683        <property name="spacing">
684         <number>-1</number>
685        </property>
686        <item>
687         <widget class="QToolButton" name="countInButton">
688          <property name="sizePolicy">
689           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
690            <horstretch>0</horstretch>
691            <verstretch>0</verstretch>
692           </sizepolicy>
693          </property>
694          <property name="maximumSize">
695           <size>
696            <width>16777215</width>
697            <height>16777215</height>
698           </size>
699          </property>
700          <property name="text">
701           <string notr="true"/>
702          </property>
703          <property name="icon">
704           <iconset resource="musescore.qrc">
705            <normaloff>:/data/icons/media-playback-countin.svg</normaloff>:/data/icons/media-playback-countin.svg</iconset>
706          </property>
707         </widget>
708        </item>
709        <item>
710         <spacer name="horizontalSpacer">
711          <property name="orientation">
712           <enum>Qt::Horizontal</enum>
713          </property>
714          <property name="sizeType">
715           <enum>QSizePolicy::Fixed</enum>
716          </property>
717          <property name="sizeHint" stdset="0">
718           <size>
719            <width>10</width>
720            <height>20</height>
721           </size>
722          </property>
723         </spacer>
724        </item>
725        <item>
726         <widget class="QToolButton" name="metronomeButton">
727          <property name="sizePolicy">
728           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
729            <horstretch>0</horstretch>
730            <verstretch>0</verstretch>
731           </sizepolicy>
732          </property>
733          <property name="maximumSize">
734           <size>
735            <width>16777215</width>
736            <height>16777215</height>
737           </size>
738          </property>
739          <property name="text">
740           <string notr="true"/>
741          </property>
742          <property name="icon">
743           <iconset resource="musescore.qrc">
744            <normaloff>:/data/icons/media-playback-metronome.svg</normaloff>:/data/icons/media-playback-metronome.svg</iconset>
745          </property>
746         </widget>
747        </item>
748       </layout>
749      </item>
750      <item row="0" column="0">
751       <layout class="QHBoxLayout" name="metroSliderLayout">
752        <property name="topMargin">
753         <number>0</number>
754        </property>
755        <item>
756         <spacer name="metroSliderSpacer">
757          <property name="orientation">
758           <enum>Qt::Horizontal</enum>
759          </property>
760          <property name="sizeType">
761           <enum>QSizePolicy::Fixed</enum>
762          </property>
763          <property name="sizeHint" stdset="0">
764           <size>
765            <width>20</width>
766            <height>20</height>
767           </size>
768          </property>
769         </spacer>
770        </item>
771        <item>
772         <widget class="Awl::VolSlider" name="mgainSlider" native="true">
773          <property name="sizePolicy">
774           <sizepolicy hsizetype="Fixed" vsizetype="MinimumExpanding">
775            <horstretch>0</horstretch>
776            <verstretch>0</verstretch>
777           </sizepolicy>
778          </property>
779          <property name="minimumSize">
780           <size>
781            <width>0</width>
782            <height>64</height>
783           </size>
784          </property>
785          <property name="maximumSize">
786           <size>
787            <width>128</width>
788            <height>16777215</height>
789           </size>
790          </property>
791          <property name="focusPolicy">
792           <enum>Qt::TabFocus</enum>
793          </property>
794          <property name="toolTip">
795           <string>Metronome volume</string>
796          </property>
797          <property name="accessibleName">
798           <string>Metronome volume</string>
799          </property>
800          <property name="accessibleDescription">
801           <string>Use up and down arrows to change value</string>
802          </property>
803          <property name="autoFillBackground">
804           <bool>false</bool>
805          </property>
806         </widget>
807        </item>
808       </layout>
809      </item>
810      <item row="0" column="1">
811       <layout class="QHBoxLayout" name="speedSliderLayout">
812        <property name="topMargin">
813         <number>0</number>
814        </property>
815        <item>
816         <widget class="Awl::Slider" name="speedSlider" native="true">
817          <property name="sizePolicy">
818           <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
819            <horstretch>0</horstretch>
820            <verstretch>0</verstretch>
821           </sizepolicy>
822          </property>
823          <property name="minimumSize">
824           <size>
825            <width>0</width>
826            <height>64</height>
827           </size>
828          </property>
829          <property name="maximumSize">
830           <size>
831            <width>128</width>
832            <height>16777215</height>
833           </size>
834          </property>
835          <property name="focusPolicy">
836           <enum>Qt::TabFocus</enum>
837          </property>
838          <property name="toolTip">
839           <string>Playback speed</string>
840          </property>
841          <property name="accessibleName">
842           <string>Playback speed</string>
843          </property>
844          <property name="accessibleDescription">
845           <string>Use up and down arrows to change value</string>
846          </property>
847          <property name="value" stdset="0">
848           <double>100.000000000000000</double>
849          </property>
850          <property name="scaleWidth" stdset="0">
851           <number>7</number>
852          </property>
853          <property name="minValue" stdset="0">
854           <double>10.000000000000000</double>
855          </property>
856          <property name="maxValue" stdset="0">
857           <double>300.000000000000000</double>
858          </property>
859          <property name="lineStep" stdset="0">
860           <double>1.000000000000000</double>
861          </property>
862          <property name="pageStep" stdset="0">
863           <double>10.000000000000000</double>
864          </property>
865         </widget>
866        </item>
867       </layout>
868      </item>
869      <item row="0" column="2">
870       <layout class="QHBoxLayout" name="volumeSliderLayout">
871        <property name="topMargin">
872         <number>0</number>
873        </property>
874        <item>
875         <widget class="Awl::VolSlider" name="volumeSlider" native="true">
876          <property name="sizePolicy">
877           <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
878            <horstretch>0</horstretch>
879            <verstretch>0</verstretch>
880           </sizepolicy>
881          </property>
882          <property name="minimumSize">
883           <size>
884            <width>0</width>
885            <height>64</height>
886           </size>
887          </property>
888          <property name="maximumSize">
889           <size>
890            <width>128</width>
891            <height>16777215</height>
892           </size>
893          </property>
894          <property name="focusPolicy">
895           <enum>Qt::TabFocus</enum>
896          </property>
897          <property name="toolTip">
898           <string>Master volume</string>
899          </property>
900          <property name="accessibleName">
901           <string>Master volume</string>
902          </property>
903          <property name="accessibleDescription">
904           <string>Use up and down arrows to change value</string>
905          </property>
906         </widget>
907        </item>
908       </layout>
909      </item>
910      <item row="2" column="2">
911       <layout class="QHBoxLayout" name="volumeTagLayout">
912        <property name="topMargin">
913         <number>0</number>
914        </property>
915        <item>
916         <widget class="QLabel" name="volumeTag">
917          <property name="sizePolicy">
918           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
919            <horstretch>0</horstretch>
920            <verstretch>0</verstretch>
921           </sizepolicy>
922          </property>
923          <property name="maximumSize">
924           <size>
925            <width>16777215</width>
926            <height>36</height>
927           </size>
928          </property>
929          <property name="mouseTracking">
930           <bool>true</bool>
931          </property>
932          <property name="text">
933           <string extracomment="short text for volume slider">Master
934volume</string>
935          </property>
936          <property name="textFormat">
937           <enum>Qt::PlainText</enum>
938          </property>
939          <property name="alignment">
940           <set>Qt::AlignCenter</set>
941          </property>
942         </widget>
943        </item>
944       </layout>
945      </item>
946     </layout>
947    </item>
948   </layout>
949  </widget>
950 </widget>
951 <customwidgets>
952  <customwidget>
953   <class>Awl::Slider</class>
954   <extends>QWidget</extends>
955   <header>awl/slider.h</header>
956  </customwidget>
957  <customwidget>
958   <class>Awl::VolSlider</class>
959   <extends>Awl::Slider</extends>
960   <header>awl/volslider.h</header>
961  </customwidget>
962 </customwidgets>
963 <resources>
964  <include location="musescore.qrc"/>
965 </resources>
966 <connections/>
967</ui>
968