1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>VoicingSelect</class>
4 <widget class="QWidget" name="VoicingSelect">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>221</width>
10    <height>72</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <layout class="QGridLayout" name="gridLayout">
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 row="4" column="0">
33    <widget class="QLabel" name="label_3">
34     <property name="text">
35      <string>Duration:</string>
36     </property>
37     <property name="buddy">
38      <cstring>durationBox</cstring>
39     </property>
40    </widget>
41   </item>
42   <item row="0" column="0">
43    <widget class="QLabel" name="label_2">
44     <property name="text">
45      <string>Interpretation:</string>
46     </property>
47     <property name="buddy">
48      <cstring>interpretBox</cstring>
49     </property>
50    </widget>
51   </item>
52   <item row="2" column="0">
53    <widget class="QLabel" name="label">
54     <property name="text">
55      <string>Voicing:</string>
56     </property>
57     <property name="buddy">
58      <cstring>voicingBox</cstring>
59     </property>
60    </widget>
61   </item>
62   <item row="0" column="1">
63    <widget class="QComboBox" name="interpretBox">
64     <property name="currentIndex">
65      <number>1</number>
66     </property>
67     <item>
68      <property name="text">
69       <string extracomment="adding 9th and 13th as desired">Jazz</string>
70      </property>
71     </item>
72     <item>
73      <property name="text">
74       <string extracomment="Literally following the chord symbols text">Literal</string>
75      </property>
76     </item>
77    </widget>
78   </item>
79   <item row="2" column="1">
80    <widget class="QComboBox" name="voicingBox">
81     <item>
82      <property name="text">
83       <string>Auto</string>
84      </property>
85     </item>
86     <item>
87      <property name="text">
88       <string>Root Only</string>
89      </property>
90     </item>
91     <item>
92      <property name="text">
93       <string extracomment="all notes within an octave">Close</string>
94      </property>
95     </item>
96     <item>
97      <property name="text">
98       <string extracomment="2nd note an octave down">Drop Two</string>
99      </property>
100     </item>
101     <item>
102      <property name="text">
103       <string extracomment="6 note chord">Six Note</string>
104      </property>
105     </item>
106     <item>
107      <property name="text">
108       <string extracomment="4 note chord">Four Note</string>
109      </property>
110     </item>
111     <item>
112      <property name="text">
113       <string extracomment="3 note chord">Three Note</string>
114      </property>
115     </item>
116    </widget>
117   </item>
118   <item row="4" column="1">
119    <widget class="QComboBox" name="durationBox">
120     <item>
121      <property name="text">
122       <string>Until Next Chord Symbol</string>
123      </property>
124     </item>
125     <item>
126      <property name="text">
127       <string>Until Measure End</string>
128      </property>
129     </item>
130     <item>
131      <property name="text">
132       <string>Chord/Rest Duration</string>
133      </property>
134     </item>
135    </widget>
136   </item>
137  </layout>
138 </widget>
139 <resources/>
140 <connections/>
141</ui>
142