1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>RealizeHarmonyDialogBase</class>
4 <widget class="QDialog" name="RealizeHarmonyDialogBase">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>548</width>
10    <height>368</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Realize Chord Symbols</string>
15  </property>
16  <property name="toolTip">
17   <string>Convert chord symbols into notes</string>
18  </property>
19  <layout class="QVBoxLayout" name="verticalLayout_3">
20   <item>
21    <widget class="QWidget" name="widget" native="true">
22     <layout class="QVBoxLayout" name="verticalLayout_2">
23      <item>
24       <widget class="QWidget" name="widget_2" native="true">
25        <property name="sizePolicy">
26         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
27          <horstretch>0</horstretch>
28          <verstretch>0</verstretch>
29         </sizepolicy>
30        </property>
31        <layout class="QHBoxLayout" name="horizontalLayout">
32         <item>
33          <widget class="QLabel" name="label">
34           <property name="sizePolicy">
35            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
36             <horstretch>0</horstretch>
37             <verstretch>0</verstretch>
38            </sizepolicy>
39           </property>
40           <property name="text">
41            <string>Chord symbols to be realized:</string>
42           </property>
43           <property name="alignment">
44            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
45           </property>
46          </widget>
47         </item>
48         <item>
49          <spacer name="horizontalSpacer_2">
50           <property name="orientation">
51            <enum>Qt::Horizontal</enum>
52           </property>
53           <property name="sizeType">
54            <enum>QSizePolicy::Fixed</enum>
55           </property>
56           <property name="sizeHint" stdset="0">
57            <size>
58             <width>16</width>
59             <height>20</height>
60            </size>
61           </property>
62          </spacer>
63         </item>
64         <item>
65          <widget class="QLabel" name="chordLabel">
66           <property name="sizePolicy">
67            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
68             <horstretch>0</horstretch>
69             <verstretch>0</verstretch>
70            </sizepolicy>
71           </property>
72           <property name="text">
73            <string notr="true">chordLabel</string>
74           </property>
75           <property name="alignment">
76            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
77           </property>
78           <property name="wordWrap">
79            <bool>true</bool>
80           </property>
81          </widget>
82         </item>
83        </layout>
84       </widget>
85      </item>
86      <item>
87       <widget class="QGroupBox" name="optionsBox">
88        <property name="sizePolicy">
89         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
90          <horstretch>0</horstretch>
91          <verstretch>0</verstretch>
92         </sizepolicy>
93        </property>
94        <property name="title">
95         <string>Override With Custom Options</string>
96        </property>
97        <property name="checkable">
98         <bool>true</bool>
99        </property>
100        <property name="checked">
101         <bool>false</bool>
102        </property>
103        <layout class="QVBoxLayout" name="verticalLayout">
104         <item>
105          <widget class="Ms::VoicingSelect" name="voicingSelect" native="true"/>
106         </item>
107        </layout>
108       </widget>
109      </item>
110      <item>
111       <spacer name="verticalSpacer">
112        <property name="orientation">
113         <enum>Qt::Vertical</enum>
114        </property>
115        <property name="sizeType">
116         <enum>QSizePolicy::Expanding</enum>
117        </property>
118        <property name="sizeHint" stdset="0">
119         <size>
120          <width>20</width>
121          <height>0</height>
122         </size>
123        </property>
124       </spacer>
125      </item>
126      <item>
127       <widget class="QTableWidget" name="chordTable">
128        <property name="sizePolicy">
129         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
130          <horstretch>0</horstretch>
131          <verstretch>1</verstretch>
132         </sizepolicy>
133        </property>
134        <property name="horizontalScrollBarPolicy">
135         <enum>Qt::ScrollBarAlwaysOff</enum>
136        </property>
137        <property name="sizeAdjustPolicy">
138         <enum>QAbstractScrollArea::AdjustIgnored</enum>
139        </property>
140        <property name="selectionBehavior">
141         <enum>QAbstractItemView::SelectRows</enum>
142        </property>
143        <attribute name="horizontalHeaderStretchLastSection">
144         <bool>true</bool>
145        </attribute>
146       </widget>
147      </item>
148      <item>
149       <widget class="QWidget" name="buttonBar" native="true">
150        <property name="sizePolicy">
151         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
152          <horstretch>0</horstretch>
153          <verstretch>0</verstretch>
154         </sizepolicy>
155        </property>
156        <layout class="QHBoxLayout" name="horizontalLayout_2">
157         <property name="leftMargin">
158          <number>0</number>
159         </property>
160         <property name="topMargin">
161          <number>0</number>
162         </property>
163         <property name="rightMargin">
164          <number>0</number>
165         </property>
166         <property name="bottomMargin">
167          <number>0</number>
168         </property>
169         <item>
170          <widget class="QPushButton" name="showButton">
171           <property name="text">
172            <string>Show more…</string>
173           </property>
174          </widget>
175         </item>
176         <item>
177          <spacer name="horizontalSpacer">
178           <property name="orientation">
179            <enum>Qt::Horizontal</enum>
180           </property>
181           <property name="sizeHint" stdset="0">
182            <size>
183             <width>40</width>
184             <height>20</height>
185            </size>
186           </property>
187          </spacer>
188         </item>
189         <item>
190          <widget class="QDialogButtonBox" name="buttonBox">
191           <property name="sizePolicy">
192            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
193             <horstretch>0</horstretch>
194             <verstretch>0</verstretch>
195            </sizepolicy>
196           </property>
197           <property name="orientation">
198            <enum>Qt::Horizontal</enum>
199           </property>
200           <property name="standardButtons">
201            <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
202           </property>
203           <property name="centerButtons">
204            <bool>false</bool>
205           </property>
206          </widget>
207         </item>
208        </layout>
209       </widget>
210      </item>
211     </layout>
212    </widget>
213   </item>
214  </layout>
215 </widget>
216 <customwidgets>
217  <customwidget>
218   <class>Ms::VoicingSelect</class>
219   <extends>QWidget</extends>
220   <header>inspector/voicingSelect.h</header>
221   <container>1</container>
222  </customwidget>
223 </customwidgets>
224 <resources/>
225 <connections>
226  <connection>
227   <sender>buttonBox</sender>
228   <signal>accepted()</signal>
229   <receiver>RealizeHarmonyDialogBase</receiver>
230   <slot>accept()</slot>
231   <hints>
232    <hint type="sourcelabel">
233     <x>386</x>
234     <y>419</y>
235    </hint>
236    <hint type="destinationlabel">
237     <x>157</x>
238     <y>274</y>
239    </hint>
240   </hints>
241  </connection>
242  <connection>
243   <sender>buttonBox</sender>
244   <signal>rejected()</signal>
245   <receiver>RealizeHarmonyDialogBase</receiver>
246   <slot>reject()</slot>
247   <hints>
248    <hint type="sourcelabel">
249     <x>450</x>
250     <y>419</y>
251    </hint>
252    <hint type="destinationlabel">
253     <x>286</x>
254     <y>274</y>
255    </hint>
256   </hints>
257  </connection>
258 </connections>
259</ui>
260