1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ArticulationProperties</class>
4 <widget class="QDialog" name="ArticulationProperties">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>315</width>
10    <height>574</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Articulation Properties</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout_4">
17   <item>
18    <layout class="QHBoxLayout" name="horizontalLayout">
19     <item>
20      <layout class="QVBoxLayout" name="verticalLayout">
21       <item>
22        <widget class="QGroupBox" name="groupBox">
23         <property name="title">
24          <string>Appearance</string>
25         </property>
26         <layout class="QHBoxLayout" name="horizontalLayout_2">
27          <item>
28           <widget class="QLabel" name="label">
29            <property name="text">
30             <string>Direction:</string>
31            </property>
32           </widget>
33          </item>
34          <item>
35           <widget class="QComboBox" name="direction">
36            <item>
37             <property name="text">
38              <string>Auto</string>
39             </property>
40            </item>
41            <item>
42             <property name="text">
43              <string>Up</string>
44             </property>
45            </item>
46            <item>
47             <property name="text">
48              <string>Down</string>
49             </property>
50            </item>
51           </widget>
52          </item>
53          <item>
54           <widget class="QLabel" name="label_2">
55            <property name="text">
56             <string>Anchor:</string>
57            </property>
58           </widget>
59          </item>
60          <item>
61           <widget class="QComboBox" name="anchor">
62            <item>
63             <property name="text">
64              <string>Above Staff</string>
65             </property>
66            </item>
67            <item>
68             <property name="text">
69              <string>Below Staff</string>
70             </property>
71            </item>
72            <item>
73             <property name="text">
74              <string>Chord Automatic</string>
75             </property>
76            </item>
77            <item>
78             <property name="text">
79              <string>Above Chord</string>
80             </property>
81            </item>
82            <item>
83             <property name="text">
84              <string>Below Chord</string>
85             </property>
86            </item>
87           </widget>
88          </item>
89         </layout>
90        </widget>
91       </item>
92       <item>
93        <widget class="QGroupBox" name="channelChange">
94         <property name="title">
95          <string>Channel</string>
96         </property>
97         <property name="checkable">
98          <bool>true</bool>
99         </property>
100         <layout class="QVBoxLayout" name="verticalLayout_2">
101          <item>
102           <widget class="QListWidget" name="channelList"/>
103          </item>
104         </layout>
105        </widget>
106       </item>
107       <item>
108        <widget class="QGroupBox" name="midiAction">
109         <property name="title">
110          <string>MIDI Action</string>
111         </property>
112         <property name="checkable">
113          <bool>true</bool>
114         </property>
115         <property name="checked">
116          <bool>false</bool>
117         </property>
118         <layout class="QVBoxLayout" name="verticalLayout_3">
119          <item>
120           <widget class="QListWidget" name="midiActionList"/>
121          </item>
122         </layout>
123        </widget>
124       </item>
125       <item>
126        <widget class="QDialogButtonBox" name="buttonBox">
127         <property name="orientation">
128          <enum>Qt::Horizontal</enum>
129         </property>
130         <property name="standardButtons">
131          <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
132         </property>
133        </widget>
134       </item>
135      </layout>
136     </item>
137    </layout>
138   </item>
139  </layout>
140 </widget>
141 <resources/>
142 <connections>
143  <connection>
144   <sender>buttonBox</sender>
145   <signal>accepted()</signal>
146   <receiver>ArticulationProperties</receiver>
147   <slot>accept()</slot>
148   <hints>
149    <hint type="sourcelabel">
150     <x>248</x>
151     <y>254</y>
152    </hint>
153    <hint type="destinationlabel">
154     <x>157</x>
155     <y>274</y>
156    </hint>
157   </hints>
158  </connection>
159  <connection>
160   <sender>buttonBox</sender>
161   <signal>rejected()</signal>
162   <receiver>ArticulationProperties</receiver>
163   <slot>reject()</slot>
164   <hints>
165    <hint type="sourcelabel">
166     <x>316</x>
167     <y>260</y>
168    </hint>
169    <hint type="destinationlabel">
170     <x>286</x>
171     <y>274</y>
172    </hint>
173   </hints>
174  </connection>
175 </connections>
176</ui>
177