1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>InspectorAmbitus</class>
4 <widget class="QWidget" name="InspectorAmbitus">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>278</width>
10    <height>263</height>
11   </rect>
12  </property>
13  <property name="accessibleName">
14   <string>Ambitus Inspector</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <property name="spacing">
18    <number>0</number>
19   </property>
20   <property name="leftMargin">
21    <number>0</number>
22   </property>
23   <property name="topMargin">
24    <number>0</number>
25   </property>
26   <property name="rightMargin">
27    <number>0</number>
28   </property>
29   <property name="bottomMargin">
30    <number>0</number>
31   </property>
32   <item>
33    <widget class="QFrame" name="frame">
34     <property name="frameShape">
35      <enum>QFrame::HLine</enum>
36     </property>
37     <property name="frameShadow">
38      <enum>QFrame::Sunken</enum>
39     </property>
40    </widget>
41   </item>
42   <item>
43    <widget class="QToolButton" name="title">
44     <property name="sizePolicy">
45      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
46       <horstretch>0</horstretch>
47       <verstretch>0</verstretch>
48      </sizepolicy>
49     </property>
50     <property name="font">
51      <font>
52       <weight>75</weight>
53       <bold>true</bold>
54      </font>
55     </property>
56     <property name="text">
57      <string>Ambitus</string>
58     </property>
59    </widget>
60   </item>
61   <item>
62    <widget class="QWidget" name="panel" native="true">
63     <layout class="QGridLayout" name="gridLayout">
64      <property name="leftMargin">
65       <number>3</number>
66      </property>
67      <property name="topMargin">
68       <number>3</number>
69      </property>
70      <property name="rightMargin">
71       <number>3</number>
72      </property>
73      <property name="bottomMargin">
74       <number>3</number>
75      </property>
76      <property name="spacing">
77       <number>3</number>
78      </property>
79      <item row="4" column="2">
80       <widget class="Ms::ResetButton" name="resetLineWidth" native="true">
81        <property name="sizePolicy">
82         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
83          <horstretch>0</horstretch>
84          <verstretch>0</verstretch>
85         </sizepolicy>
86        </property>
87        <property name="accessibleName">
88         <string>Reset 'Line thickness' value</string>
89        </property>
90       </widget>
91      </item>
92      <item row="2" column="0">
93       <widget class="QLabel" name="label">
94        <property name="text">
95         <string>Direction:</string>
96        </property>
97        <property name="alignment">
98         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
99        </property>
100        <property name="buddy">
101         <cstring>direction</cstring>
102        </property>
103       </widget>
104      </item>
105      <item row="6" column="0">
106       <widget class="QLabel" name="label_9">
107        <property name="text">
108         <string>Bottom note:</string>
109        </property>
110        <property name="alignment">
111         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
112        </property>
113        <property name="buddy">
114         <cstring>bottomTpc</cstring>
115        </property>
116       </widget>
117      </item>
118      <item row="1" column="0">
119       <widget class="QLabel" name="label_7">
120        <property name="text">
121         <string>Head type:</string>
122        </property>
123        <property name="alignment">
124         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
125        </property>
126        <property name="buddy">
127         <cstring>noteHeadType</cstring>
128        </property>
129       </widget>
130      </item>
131      <item row="2" column="1">
132       <widget class="QComboBox" name="direction">
133        <property name="sizePolicy">
134         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
135          <horstretch>0</horstretch>
136          <verstretch>0</verstretch>
137         </sizepolicy>
138        </property>
139        <property name="accessibleName">
140         <string>Direction</string>
141        </property>
142        <property name="frame">
143         <bool>true</bool>
144        </property>
145        <item>
146         <property name="text">
147          <string>Upright</string>
148         </property>
149        </item>
150        <item>
151         <property name="text">
152          <string>Leaning Left</string>
153         </property>
154        </item>
155        <item>
156         <property name="text">
157          <string>Leaning Right</string>
158         </property>
159        </item>
160       </widget>
161      </item>
162      <item row="1" column="1">
163       <widget class="QComboBox" name="noteHeadType">
164        <property name="sizePolicy">
165         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
166          <horstretch>0</horstretch>
167          <verstretch>0</verstretch>
168         </sizepolicy>
169        </property>
170        <property name="accessibleName">
171         <string>Head type</string>
172        </property>
173        <property name="frame">
174         <bool>true</bool>
175        </property>
176        <item>
177         <property name="text">
178          <string>Auto</string>
179         </property>
180        </item>
181        <item>
182         <property name="text">
183          <string>Whole</string>
184         </property>
185        </item>
186        <item>
187         <property name="text">
188          <string>Half</string>
189         </property>
190        </item>
191        <item>
192         <property name="text">
193          <string>Quarter</string>
194         </property>
195        </item>
196        <item>
197         <property name="text">
198          <string>Breve</string>
199         </property>
200        </item>
201       </widget>
202      </item>
203      <item row="5" column="0">
204       <widget class="QLabel" name="label_8">
205        <property name="text">
206         <string>Top note:</string>
207        </property>
208        <property name="alignment">
209         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
210        </property>
211        <property name="buddy">
212         <cstring>topTpc</cstring>
213        </property>
214       </widget>
215      </item>
216      <item row="3" column="2">
217       <widget class="Ms::ResetButton" name="resetHasLine" native="true">
218        <property name="sizePolicy">
219         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
220          <horstretch>0</horstretch>
221          <verstretch>0</verstretch>
222         </sizepolicy>
223        </property>
224        <property name="accessibleName">
225         <string>Reset 'Has line' value</string>
226        </property>
227       </widget>
228      </item>
229      <item row="4" column="0">
230       <widget class="QLabel" name="labelLineWidth">
231        <property name="text">
232         <string>Line thickness:</string>
233        </property>
234        <property name="alignment">
235         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
236        </property>
237        <property name="buddy">
238         <cstring>lineWidth</cstring>
239        </property>
240       </widget>
241      </item>
242      <item row="6" column="1">
243       <layout class="QHBoxLayout" name="horizontalLayout_2">
244        <property name="spacing">
245         <number>3</number>
246        </property>
247        <item>
248         <widget class="QComboBox" name="bottomTpc">
249          <property name="accessibleName">
250           <string>Bottom note</string>
251          </property>
252          <property name="currentText">
253           <string notr="true">---</string>
254          </property>
255          <property name="maxVisibleItems">
256           <number>15</number>
257          </property>
258          <property name="maxCount">
259           <number>40</number>
260          </property>
261          <item>
262           <property name="text">
263            <string notr="true">---</string>
264           </property>
265          </item>
266          <item>
267           <property name="text">
268            <string>C♭♭</string>
269           </property>
270          </item>
271          <item>
272           <property name="text">
273            <string>C♭</string>
274           </property>
275          </item>
276          <item>
277           <property name="text">
278            <string>C</string>
279           </property>
280          </item>
281          <item>
282           <property name="text">
283            <string>C♯</string>
284           </property>
285          </item>
286          <item>
287           <property name="text">
288            <string>C♯♯</string>
289           </property>
290          </item>
291          <item>
292           <property name="text">
293            <string>D♭♭</string>
294           </property>
295          </item>
296          <item>
297           <property name="text">
298            <string>D♭</string>
299           </property>
300          </item>
301          <item>
302           <property name="text">
303            <string>D</string>
304           </property>
305          </item>
306          <item>
307           <property name="text">
308            <string>D♯</string>
309           </property>
310          </item>
311          <item>
312           <property name="text">
313            <string>D♯♯</string>
314           </property>
315          </item>
316          <item>
317           <property name="text">
318            <string>E♭♭</string>
319           </property>
320          </item>
321          <item>
322           <property name="text">
323            <string>E♭</string>
324           </property>
325          </item>
326          <item>
327           <property name="text">
328            <string>E</string>
329           </property>
330          </item>
331          <item>
332           <property name="text">
333            <string>E♯</string>
334           </property>
335          </item>
336          <item>
337           <property name="text">
338            <string>E♯♯</string>
339           </property>
340          </item>
341          <item>
342           <property name="text">
343            <string>F♭♭</string>
344           </property>
345          </item>
346          <item>
347           <property name="text">
348            <string>F♭</string>
349           </property>
350          </item>
351          <item>
352           <property name="text">
353            <string>F</string>
354           </property>
355          </item>
356          <item>
357           <property name="text">
358            <string>F♯</string>
359           </property>
360          </item>
361          <item>
362           <property name="text">
363            <string>F♯♯</string>
364           </property>
365          </item>
366          <item>
367           <property name="text">
368            <string>G♭♭</string>
369           </property>
370          </item>
371          <item>
372           <property name="text">
373            <string>G♭</string>
374           </property>
375          </item>
376          <item>
377           <property name="text">
378            <string>G</string>
379           </property>
380          </item>
381          <item>
382           <property name="text">
383            <string>G♯</string>
384           </property>
385          </item>
386          <item>
387           <property name="text">
388            <string>G♯♯</string>
389           </property>
390          </item>
391          <item>
392           <property name="text">
393            <string>A♭♭</string>
394           </property>
395          </item>
396          <item>
397           <property name="text">
398            <string>A♭</string>
399           </property>
400          </item>
401          <item>
402           <property name="text">
403            <string>A</string>
404           </property>
405          </item>
406          <item>
407           <property name="text">
408            <string>A♯</string>
409           </property>
410          </item>
411          <item>
412           <property name="text">
413            <string>A♯♯</string>
414           </property>
415          </item>
416          <item>
417           <property name="text">
418            <string>B♭♭</string>
419           </property>
420          </item>
421          <item>
422           <property name="text">
423            <string>B♭</string>
424           </property>
425          </item>
426          <item>
427           <property name="text">
428            <string>B</string>
429           </property>
430          </item>
431          <item>
432           <property name="text">
433            <string>B♯</string>
434           </property>
435          </item>
436          <item>
437           <property name="text">
438            <string>B♯♯</string>
439           </property>
440          </item>
441         </widget>
442        </item>
443        <item>
444         <widget class="QSpinBox" name="bottomOctave">
445          <property name="accessibleName">
446           <string>Bottom octave</string>
447          </property>
448          <property name="minimum">
449           <number>-1</number>
450          </property>
451          <property name="maximum">
452           <number>8</number>
453          </property>
454         </widget>
455        </item>
456       </layout>
457      </item>
458      <item row="1" column="2">
459       <widget class="Ms::ResetButton" name="resetNoteHeadType" native="true">
460        <property name="sizePolicy">
461         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
462          <horstretch>0</horstretch>
463          <verstretch>0</verstretch>
464         </sizepolicy>
465        </property>
466        <property name="accessibleName">
467         <string>Reset 'Head type' value</string>
468        </property>
469       </widget>
470      </item>
471      <item row="0" column="1">
472       <widget class="QComboBox" name="noteHeadGroup">
473        <property name="sizePolicy">
474         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
475          <horstretch>0</horstretch>
476          <verstretch>0</verstretch>
477         </sizepolicy>
478        </property>
479        <property name="accessibleName">
480         <string>Head group</string>
481        </property>
482        <property name="frame">
483         <bool>true</bool>
484        </property>
485        <item>
486         <property name="text">
487          <string>Normal</string>
488         </property>
489        </item>
490        <item>
491         <property name="text">
492          <string>Cross</string>
493         </property>
494        </item>
495        <item>
496         <property name="text">
497          <string>Diamond</string>
498         </property>
499        </item>
500        <item>
501         <property name="text">
502          <string>Triangle</string>
503         </property>
504        </item>
505        <item>
506         <property name="text">
507          <string>Slash</string>
508         </property>
509        </item>
510        <item>
511         <property name="text">
512          <string>XCircle</string>
513         </property>
514        </item>
515        <item>
516         <property name="text">
517          <string>Do</string>
518         </property>
519        </item>
520        <item>
521         <property name="text">
522          <string>Re</string>
523         </property>
524        </item>
525        <item>
526         <property name="text">
527          <string>Mi</string>
528         </property>
529        </item>
530        <item>
531         <property name="text">
532          <string>Fa</string>
533         </property>
534        </item>
535        <item>
536         <property name="text">
537          <string>Sol</string>
538         </property>
539        </item>
540        <item>
541         <property name="text">
542          <string>La</string>
543         </property>
544        </item>
545        <item>
546         <property name="text">
547          <string>Ti</string>
548         </property>
549        </item>
550        <item>
551         <property name="text">
552          <string>Alt. Brevis</string>
553         </property>
554        </item>
555       </widget>
556      </item>
557      <item row="3" column="0" colspan="2">
558       <widget class="QCheckBox" name="hasLine">
559        <property name="focusPolicy">
560         <enum>Qt::TabFocus</enum>
561        </property>
562        <property name="text">
563         <string>Has line</string>
564        </property>
565       </widget>
566      </item>
567      <item row="0" column="2">
568       <widget class="Ms::ResetButton" name="resetNoteHeadGroup" native="true">
569        <property name="sizePolicy">
570         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
571          <horstretch>0</horstretch>
572          <verstretch>0</verstretch>
573         </sizepolicy>
574        </property>
575        <property name="accessibleName">
576         <string>Reset 'Head group' value</string>
577        </property>
578       </widget>
579      </item>
580      <item row="2" column="2">
581       <widget class="Ms::ResetButton" name="resetDirection" native="true">
582        <property name="sizePolicy">
583         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
584          <horstretch>0</horstretch>
585          <verstretch>0</verstretch>
586         </sizepolicy>
587        </property>
588        <property name="accessibleName">
589         <string>Reset 'Direction' value</string>
590        </property>
591       </widget>
592      </item>
593      <item row="0" column="0">
594       <widget class="QLabel" name="label_6">
595        <property name="text">
596         <string>Head group:</string>
597        </property>
598        <property name="alignment">
599         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
600        </property>
601        <property name="buddy">
602         <cstring>noteHeadGroup</cstring>
603        </property>
604       </widget>
605      </item>
606      <item row="4" column="1">
607       <widget class="QDoubleSpinBox" name="lineWidth">
608        <property name="sizePolicy">
609         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
610          <horstretch>0</horstretch>
611          <verstretch>0</verstretch>
612         </sizepolicy>
613        </property>
614        <property name="accessibleName">
615         <string>Line thickness</string>
616        </property>
617        <property name="suffix">
618         <string>sp</string>
619        </property>
620        <property name="maximum">
621         <double>10.000000000000000</double>
622        </property>
623        <property name="singleStep">
624         <double>0.100000000000000</double>
625        </property>
626       </widget>
627      </item>
628      <item row="5" column="1">
629       <layout class="QHBoxLayout" name="horizontalLayout">
630        <property name="spacing">
631         <number>3</number>
632        </property>
633        <item>
634         <widget class="QComboBox" name="topTpc">
635          <property name="accessibleName">
636           <string>Top note</string>
637          </property>
638          <property name="currentText">
639           <string notr="true">---</string>
640          </property>
641          <property name="maxVisibleItems">
642           <number>15</number>
643          </property>
644          <property name="maxCount">
645           <number>40</number>
646          </property>
647          <item>
648           <property name="text">
649            <string notr="true">---</string>
650           </property>
651          </item>
652          <item>
653           <property name="text">
654            <string>C♭♭</string>
655           </property>
656          </item>
657          <item>
658           <property name="text">
659            <string>C♭</string>
660           </property>
661          </item>
662          <item>
663           <property name="text">
664            <string>C</string>
665           </property>
666          </item>
667          <item>
668           <property name="text">
669            <string>C♯</string>
670           </property>
671          </item>
672          <item>
673           <property name="text">
674            <string>C♯♯</string>
675           </property>
676          </item>
677          <item>
678           <property name="text">
679            <string>D♭♭</string>
680           </property>
681          </item>
682          <item>
683           <property name="text">
684            <string>D♭</string>
685           </property>
686          </item>
687          <item>
688           <property name="text">
689            <string>D</string>
690           </property>
691          </item>
692          <item>
693           <property name="text">
694            <string>D♯</string>
695           </property>
696          </item>
697          <item>
698           <property name="text">
699            <string>D♯♯</string>
700           </property>
701          </item>
702          <item>
703           <property name="text">
704            <string>E♭♭</string>
705           </property>
706          </item>
707          <item>
708           <property name="text">
709            <string>E♭</string>
710           </property>
711          </item>
712          <item>
713           <property name="text">
714            <string>E</string>
715           </property>
716          </item>
717          <item>
718           <property name="text">
719            <string>E♯</string>
720           </property>
721          </item>
722          <item>
723           <property name="text">
724            <string>E♯♯</string>
725           </property>
726          </item>
727          <item>
728           <property name="text">
729            <string>F♭♭</string>
730           </property>
731          </item>
732          <item>
733           <property name="text">
734            <string>F♭</string>
735           </property>
736          </item>
737          <item>
738           <property name="text">
739            <string>F</string>
740           </property>
741          </item>
742          <item>
743           <property name="text">
744            <string>F♯</string>
745           </property>
746          </item>
747          <item>
748           <property name="text">
749            <string>F♯♯</string>
750           </property>
751          </item>
752          <item>
753           <property name="text">
754            <string>G♭♭</string>
755           </property>
756          </item>
757          <item>
758           <property name="text">
759            <string>G♭</string>
760           </property>
761          </item>
762          <item>
763           <property name="text">
764            <string>G</string>
765           </property>
766          </item>
767          <item>
768           <property name="text">
769            <string>G♯</string>
770           </property>
771          </item>
772          <item>
773           <property name="text">
774            <string>G♯♯</string>
775           </property>
776          </item>
777          <item>
778           <property name="text">
779            <string>A♭♭</string>
780           </property>
781          </item>
782          <item>
783           <property name="text">
784            <string>A♭</string>
785           </property>
786          </item>
787          <item>
788           <property name="text">
789            <string>A</string>
790           </property>
791          </item>
792          <item>
793           <property name="text">
794            <string>A♯</string>
795           </property>
796          </item>
797          <item>
798           <property name="text">
799            <string>A♯♯</string>
800           </property>
801          </item>
802          <item>
803           <property name="text">
804            <string>B♭♭</string>
805           </property>
806          </item>
807          <item>
808           <property name="text">
809            <string>B♭</string>
810           </property>
811          </item>
812          <item>
813           <property name="text">
814            <string>B</string>
815           </property>
816          </item>
817          <item>
818           <property name="text">
819            <string>B♯</string>
820           </property>
821          </item>
822          <item>
823           <property name="text">
824            <string>B♯♯</string>
825           </property>
826          </item>
827         </widget>
828        </item>
829        <item>
830         <widget class="QSpinBox" name="topOctave">
831          <property name="accessibleName">
832           <string>Top octave</string>
833          </property>
834          <property name="minimum">
835           <number>-1</number>
836          </property>
837          <property name="maximum">
838           <number>8</number>
839          </property>
840         </widget>
841        </item>
842       </layout>
843      </item>
844      <item row="7" column="0" colspan="3">
845       <widget class="QPushButton" name="updateRange">
846        <property name="focusPolicy">
847         <enum>Qt::TabFocus</enum>
848        </property>
849        <property name="toolTip">
850         <string>Adjust the range of the ambitus to match the range of the notes that are currently on the staff.</string>
851        </property>
852        <property name="text">
853         <string comment="Adjust the range of the ambitus to match the range of the notes that are currently on the staff.">Match Staff</string>
854        </property>
855       </widget>
856      </item>
857     </layout>
858    </widget>
859   </item>
860  </layout>
861 </widget>
862 <customwidgets>
863  <customwidget>
864   <class>Ms::ResetButton</class>
865   <extends>QWidget</extends>
866   <header>inspector/resetButton.h</header>
867   <container>1</container>
868  </customwidget>
869 </customwidgets>
870 <tabstops>
871  <tabstop>title</tabstop>
872  <tabstop>noteHeadGroup</tabstop>
873  <tabstop>noteHeadType</tabstop>
874  <tabstop>direction</tabstop>
875  <tabstop>hasLine</tabstop>
876  <tabstop>lineWidth</tabstop>
877  <tabstop>topTpc</tabstop>
878  <tabstop>topOctave</tabstop>
879  <tabstop>bottomTpc</tabstop>
880  <tabstop>bottomOctave</tabstop>
881 </tabstops>
882 <resources/>
883 <connections>
884  <connection>
885   <sender>hasLine</sender>
886   <signal>toggled(bool)</signal>
887   <receiver>lineWidth</receiver>
888   <slot>setEnabled(bool)</slot>
889   <hints>
890    <hint type="sourcelabel">
891     <x>119</x>
892     <y>135</y>
893    </hint>
894    <hint type="destinationlabel">
895     <x>129</x>
896     <y>156</y>
897    </hint>
898   </hints>
899  </connection>
900  <connection>
901   <sender>hasLine</sender>
902   <signal>toggled(bool)</signal>
903   <receiver>resetLineWidth</receiver>
904   <slot>setEnabled(bool)</slot>
905   <hints>
906    <hint type="sourcelabel">
907     <x>163</x>
908     <y>134</y>
909    </hint>
910    <hint type="destinationlabel">
911     <x>242</x>
912     <y>152</y>
913    </hint>
914   </hints>
915  </connection>
916 </connections>
917</ui>
918