1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>InspectorTuplet</class>
4 <widget class="QWidget" name="InspectorTuplet">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>325</width>
10    <height>209</height>
11   </rect>
12  </property>
13  <property name="accessibleName">
14   <string>Tuplet 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="Preferred" vsizetype="Preferred">
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>Tuplet</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="0" column="1">
80       <widget class="QLabel" name="label_3">
81        <property name="sizePolicy">
82         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
83          <horstretch>0</horstretch>
84          <verstretch>0</verstretch>
85         </sizepolicy>
86        </property>
87        <property name="text">
88         <string>Direction:</string>
89        </property>
90        <property name="alignment">
91         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
92        </property>
93        <property name="buddy">
94         <cstring>direction</cstring>
95        </property>
96       </widget>
97      </item>
98      <item row="0" column="2">
99       <widget class="QComboBox" name="direction">
100        <property name="sizePolicy">
101         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
102          <horstretch>0</horstretch>
103          <verstretch>0</verstretch>
104         </sizepolicy>
105        </property>
106        <property name="accessibleName">
107         <string>Direction</string>
108        </property>
109        <item>
110         <property name="text">
111          <string>Auto</string>
112         </property>
113        </item>
114        <item>
115         <property name="text">
116          <string>Up</string>
117         </property>
118        </item>
119        <item>
120         <property name="text">
121          <string>Down</string>
122         </property>
123        </item>
124       </widget>
125      </item>
126      <item row="0" column="3">
127       <widget class="Ms::ResetButton" name="resetDirection" native="true">
128        <property name="sizePolicy">
129         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
130          <horstretch>0</horstretch>
131          <verstretch>0</verstretch>
132         </sizepolicy>
133        </property>
134        <property name="accessibleName">
135         <string>Reset 'Direction' value</string>
136        </property>
137       </widget>
138      </item>
139      <item row="1" column="1">
140       <widget class="QLabel" name="label">
141        <property name="text">
142         <string>Number type:</string>
143        </property>
144        <property name="alignment">
145         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
146        </property>
147        <property name="buddy">
148         <cstring>numberType</cstring>
149        </property>
150       </widget>
151      </item>
152      <item row="1" column="2">
153       <widget class="QComboBox" name="numberType">
154        <property name="sizePolicy">
155         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
156          <horstretch>0</horstretch>
157          <verstretch>0</verstretch>
158         </sizepolicy>
159        </property>
160        <property name="accessibleName">
161         <string>Number type</string>
162        </property>
163        <item>
164         <property name="text">
165          <string>Number</string>
166         </property>
167        </item>
168        <item>
169         <property name="text">
170          <string>Ratio</string>
171         </property>
172        </item>
173        <item>
174         <property name="text">
175          <string comment="no tuplet number style">None</string>
176         </property>
177        </item>
178       </widget>
179      </item>
180      <item row="1" column="3">
181       <widget class="Ms::ResetButton" name="resetNumberType" native="true">
182        <property name="sizePolicy">
183         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
184          <horstretch>0</horstretch>
185          <verstretch>0</verstretch>
186         </sizepolicy>
187        </property>
188        <property name="accessibleName">
189         <string>Reset 'Number type' value</string>
190        </property>
191       </widget>
192      </item>
193      <item row="2" column="1">
194       <widget class="QLabel" name="label_2">
195        <property name="text">
196         <string>Bracket type:</string>
197        </property>
198        <property name="alignment">
199         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
200        </property>
201        <property name="buddy">
202         <cstring>bracketType</cstring>
203        </property>
204       </widget>
205      </item>
206      <item row="2" column="2">
207       <widget class="QComboBox" name="bracketType">
208        <property name="sizePolicy">
209         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
210          <horstretch>0</horstretch>
211          <verstretch>0</verstretch>
212         </sizepolicy>
213        </property>
214        <property name="accessibleName">
215         <string>Bracket type</string>
216        </property>
217        <item>
218         <property name="text">
219          <string>Auto</string>
220         </property>
221        </item>
222        <item>
223         <property name="text">
224          <string>Bracket</string>
225         </property>
226        </item>
227        <item>
228         <property name="text">
229          <string comment="no tuplet bracket style">None</string>
230         </property>
231        </item>
232       </widget>
233      </item>
234      <item row="2" column="3">
235       <widget class="Ms::ResetButton" name="resetBracketType" native="true">
236        <property name="sizePolicy">
237         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
238          <horstretch>0</horstretch>
239          <verstretch>0</verstretch>
240         </sizepolicy>
241        </property>
242        <property name="accessibleName">
243         <string>Reset 'Bracket type' value</string>
244        </property>
245       </widget>
246      </item>
247      <item row="3" column="1">
248       <widget class="QLabel" name="label_4">
249        <property name="text">
250         <string>Line thickness:</string>
251        </property>
252        <property name="alignment">
253         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
254        </property>
255        <property name="buddy">
256         <cstring>lineWidth</cstring>
257        </property>
258       </widget>
259      </item>
260      <item row="3" column="2">
261       <widget class="QDoubleSpinBox" name="lineWidth">
262        <property name="sizePolicy">
263         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
264          <horstretch>0</horstretch>
265          <verstretch>0</verstretch>
266         </sizepolicy>
267        </property>
268        <property name="accessibleName">
269         <string>Line thickness</string>
270        </property>
271        <property name="suffix">
272         <string>sp</string>
273        </property>
274        <property name="singleStep">
275         <double>0.100000000000000</double>
276        </property>
277       </widget>
278      </item>
279      <item row="3" column="3">
280       <widget class="Ms::ResetButton" name="resetLineWidth" native="true">
281        <property name="sizePolicy">
282         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
283          <horstretch>0</horstretch>
284          <verstretch>0</verstretch>
285         </sizepolicy>
286        </property>
287        <property name="accessibleName">
288         <string>Reset 'Line thickness' value</string>
289        </property>
290       </widget>
291      </item>
292      <item row="4" column="1" colspan="3">
293       <widget class="Line" name="line">
294        <property name="orientation">
295         <enum>Qt::Horizontal</enum>
296        </property>
297       </widget>
298      </item>
299      <item row="5" column="1">
300       <widget class="QLabel" name="label_5">
301        <property name="text">
302         <string>Font:</string>
303        </property>
304       </widget>
305      </item>
306      <item row="5" column="2">
307       <widget class="QFontComboBox" name="tupletFontFace">
308        <property name="sizePolicy">
309         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
310          <horstretch>0</horstretch>
311          <verstretch>0</verstretch>
312         </sizepolicy>
313        </property>
314        <property name="toolTip">
315         <string>Font face</string>
316        </property>
317        <property name="accessibleName">
318         <string>Font face</string>
319        </property>
320       </widget>
321      </item>
322      <item row="5" column="3">
323       <widget class="Ms::ResetButton" name="resetTupletFontFace" native="true">
324        <property name="sizePolicy">
325         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
326          <horstretch>0</horstretch>
327          <verstretch>0</verstretch>
328         </sizepolicy>
329        </property>
330        <property name="accessibleName">
331         <string>Reset 'Font' value</string>
332        </property>
333       </widget>
334      </item>
335      <item row="6" column="1">
336       <widget class="QLabel" name="label_6">
337        <property name="text">
338         <string>Size:</string>
339        </property>
340       </widget>
341      </item>
342      <item row="6" column="2">
343       <widget class="QSpinBox" name="tupletFontSize">
344        <property name="sizePolicy">
345         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
346          <horstretch>0</horstretch>
347          <verstretch>0</verstretch>
348         </sizepolicy>
349        </property>
350        <property name="toolTip">
351         <string>Font size</string>
352        </property>
353        <property name="accessibleName">
354         <string>Font size</string>
355        </property>
356        <property name="suffix">
357         <string>pt</string>
358        </property>
359        <property name="minimum">
360         <number>1</number>
361        </property>
362       </widget>
363      </item>
364      <item row="6" column="3">
365       <widget class="Ms::ResetButton" name="resetTupletFontSize" native="true">
366        <property name="sizePolicy">
367         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
368          <horstretch>0</horstretch>
369          <verstretch>0</verstretch>
370         </sizepolicy>
371        </property>
372        <property name="accessibleName">
373         <string>Reset 'Size' value</string>
374        </property>
375       </widget>
376      </item>
377      <item row="7" column="1">
378       <widget class="QLabel" name="label_7">
379        <property name="text">
380         <string>Style:</string>
381        </property>
382       </widget>
383      </item>
384      <item row="7" column="2">
385       <widget class="Ms::FontStyleSelect" name="tupletFontStyle" native="true">
386        <property name="sizePolicy">
387         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
388          <horstretch>0</horstretch>
389          <verstretch>0</verstretch>
390         </sizepolicy>
391        </property>
392        <property name="accessibleName">
393         <string>Style</string>
394        </property>
395       </widget>
396      </item>
397      <item row="7" column="3">
398       <widget class="Ms::ResetButton" name="resetTupletFontStyle" native="true">
399        <property name="sizePolicy">
400         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
401          <horstretch>0</horstretch>
402          <verstretch>0</verstretch>
403         </sizepolicy>
404        </property>
405        <property name="accessibleName">
406         <string>Reset 'Style' values</string>
407        </property>
408       </widget>
409      </item>
410      <item row="8" column="1" colspan="2">
411       <widget class="QCheckBox" name="spatiumDependent">
412        <property name="accessibleName">
413         <string>Follow staff size</string>
414        </property>
415        <property name="text">
416         <string>Follow staff size</string>
417        </property>
418       </widget>
419      </item>
420      <item row="8" column="3">
421       <widget class="Ms::ResetButton" name="resetSpatiumDependent" native="true">
422        <property name="sizePolicy">
423         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
424          <horstretch>0</horstretch>
425          <verstretch>0</verstretch>
426         </sizepolicy>
427        </property>
428        <property name="accessibleName">
429         <string>Reset 'Follow staff size' values</string>
430        </property>
431       </widget>
432      </item>
433     </layout>
434    </widget>
435   </item>
436  </layout>
437 </widget>
438 <customwidgets>
439  <customwidget>
440   <class>Ms::ResetButton</class>
441   <extends>QWidget</extends>
442   <header>inspector/resetButton.h</header>
443   <container>1</container>
444  </customwidget>
445  <customwidget>
446   <class>Ms::FontStyleSelect</class>
447   <extends>QWidget</extends>
448   <header>inspector/fontStyleSelect.h</header>
449   <container>1</container>
450  </customwidget>
451 </customwidgets>
452 <tabstops>
453  <tabstop>title</tabstop>
454  <tabstop>direction</tabstop>
455  <tabstop>numberType</tabstop>
456  <tabstop>bracketType</tabstop>
457  <tabstop>lineWidth</tabstop>
458 </tabstops>
459 <resources/>
460 <connections/>
461</ui>
462