1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>InspectorSlur</class>
4 <widget class="QWidget" name="InspectorSlur">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>220</width>
10    <height>104</height>
11   </rect>
12  </property>
13  <property name="accessibleName">
14   <string>Slur/Tie 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>Slur/Tie</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="1" column="1">
80       <widget class="QComboBox" name="lineType">
81        <property name="sizePolicy">
82         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
83          <horstretch>0</horstretch>
84          <verstretch>0</verstretch>
85         </sizepolicy>
86        </property>
87        <property name="accessibleName">
88         <string>Line type</string>
89        </property>
90        <item>
91         <property name="text">
92          <string>Continuous</string>
93         </property>
94        </item>
95        <item>
96         <property name="text">
97          <string>Dotted</string>
98         </property>
99        </item>
100        <item>
101         <property name="text">
102          <string>Dashed</string>
103         </property>
104        </item>
105        <item>
106         <property name="text">
107          <string>Wide Dashed</string>
108         </property>
109        </item>
110       </widget>
111      </item>
112      <item row="1" column="0">
113       <widget class="QLabel" name="label_2">
114        <property name="text">
115         <string>Line type:</string>
116        </property>
117        <property name="alignment">
118         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
119        </property>
120        <property name="buddy">
121         <cstring>lineType</cstring>
122        </property>
123       </widget>
124      </item>
125      <item row="2" column="0">
126       <widget class="QLabel" name="label_1">
127        <property name="text">
128         <string>Direction:</string>
129        </property>
130        <property name="alignment">
131         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
132        </property>
133        <property name="buddy">
134         <cstring>slurDirection</cstring>
135        </property>
136       </widget>
137      </item>
138      <item row="2" column="1">
139       <widget class="QComboBox" name="slurDirection">
140        <property name="sizePolicy">
141         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
142          <horstretch>0</horstretch>
143          <verstretch>0</verstretch>
144         </sizepolicy>
145        </property>
146        <property name="accessibleName">
147         <string>Direction</string>
148        </property>
149        <item>
150         <property name="text">
151          <string>Auto</string>
152         </property>
153        </item>
154        <item>
155         <property name="text">
156          <string>Up</string>
157         </property>
158        </item>
159        <item>
160         <property name="text">
161          <string>Down</string>
162         </property>
163        </item>
164       </widget>
165      </item>
166      <item row="1" column="2">
167       <widget class="Ms::ResetButton" name="resetLineType" native="true">
168        <property name="sizePolicy">
169         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
170          <horstretch>0</horstretch>
171          <verstretch>0</verstretch>
172         </sizepolicy>
173        </property>
174        <property name="accessibleName">
175         <string>Reset 'Line type' value</string>
176        </property>
177       </widget>
178      </item>
179      <item row="2" column="2">
180       <widget class="Ms::ResetButton" name="resetSlurDirection" native="true">
181        <property name="sizePolicy">
182         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
183          <horstretch>0</horstretch>
184          <verstretch>0</verstretch>
185         </sizepolicy>
186        </property>
187        <property name="accessibleName">
188         <string>Reset 'Direction' value</string>
189        </property>
190       </widget>
191      </item>
192     </layout>
193    </widget>
194   </item>
195  </layout>
196 </widget>
197 <customwidgets>
198  <customwidget>
199   <class>Ms::ResetButton</class>
200   <extends>QWidget</extends>
201   <header>inspector/resetButton.h</header>
202   <container>1</container>
203  </customwidget>
204 </customwidgets>
205 <tabstops>
206  <tabstop>title</tabstop>
207  <tabstop>lineType</tabstop>
208  <tabstop>slurDirection</tabstop>
209 </tabstops>
210 <resources/>
211 <connections/>
212</ui>
213