1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ChordStyleEditor</class>
4 <widget class="QDialog" name="ChordStyleEditor">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>662</width>
10    <height>437</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string/>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QSplitter" name="splitter1">
19     <property name="sizePolicy">
20      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
21       <horstretch>0</horstretch>
22       <verstretch>0</verstretch>
23      </sizepolicy>
24     </property>
25     <property name="orientation">
26      <enum>Qt::Horizontal</enum>
27     </property>
28     <widget class="QTreeWidget" name="harmonyList">
29      <property name="indentation">
30       <number>0</number>
31      </property>
32      <property name="rootIsDecorated">
33       <bool>false</bool>
34      </property>
35      <property name="itemsExpandable">
36       <bool>false</bool>
37      </property>
38      <property name="expandsOnDoubleClick">
39       <bool>false</bool>
40      </property>
41      <column>
42       <property name="text">
43        <string>ID</string>
44       </property>
45      </column>
46      <column>
47       <property name="text">
48        <string>Name</string>
49       </property>
50      </column>
51     </widget>
52     <widget class="QSplitter" name="splitter2">
53      <property name="orientation">
54       <enum>Qt::Vertical</enum>
55      </property>
56      <widget class="Ms::HarmonyCanvas" name="canvas" native="true">
57       <property name="sizePolicy">
58        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
59         <horstretch>0</horstretch>
60         <verstretch>0</verstretch>
61        </sizepolicy>
62       </property>
63       <property name="minimumSize">
64        <size>
65         <width>200</width>
66         <height>0</height>
67        </size>
68       </property>
69      </widget>
70      <widget class="QTabWidget" name="paletteTab">
71       <property name="currentIndex">
72        <number>0</number>
73       </property>
74       <property name="tabsClosable">
75        <bool>true</bool>
76       </property>
77       <widget class="QWidget" name="tab1">
78        <attribute name="title">
79         <string notr="true">Tab 1</string>
80        </attribute>
81       </widget>
82       <widget class="QWidget" name="tab_2">
83        <attribute name="title">
84         <string notr="true">Tab 2</string>
85        </attribute>
86       </widget>
87      </widget>
88     </widget>
89    </widget>
90   </item>
91   <item>
92    <layout class="QHBoxLayout" name="horizontalLayout">
93     <item>
94      <widget class="QPushButton" name="saveButton">
95       <property name="text">
96        <string>Save As…</string>
97       </property>
98      </widget>
99     </item>
100     <item>
101      <widget class="QToolButton" name="fileButton">
102       <property name="sizePolicy">
103        <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
104         <horstretch>0</horstretch>
105         <verstretch>0</verstretch>
106        </sizepolicy>
107       </property>
108       <property name="text">
109        <string notr="true"/>
110       </property>
111       <property name="icon">
112        <iconset resource="musescore.qrc">
113         <normaloff>:/data/icons/document-open.svg</normaloff>:/data/icons/document-open.svg</iconset>
114       </property>
115      </widget>
116     </item>
117     <item>
118      <spacer name="horizontalSpacer">
119       <property name="orientation">
120        <enum>Qt::Horizontal</enum>
121       </property>
122       <property name="sizeHint" stdset="0">
123        <size>
124         <width>40</width>
125         <height>20</height>
126        </size>
127       </property>
128      </spacer>
129     </item>
130     <item>
131      <widget class="QDialogButtonBox" name="buttonBox">
132       <property name="standardButtons">
133        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
134       </property>
135      </widget>
136     </item>
137    </layout>
138   </item>
139  </layout>
140 </widget>
141 <customwidgets>
142  <customwidget>
143   <class>Ms::HarmonyCanvas</class>
144   <extends>QWidget</extends>
145   <header>harmonycanvas.h</header>
146   <container>1</container>
147  </customwidget>
148 </customwidgets>
149 <resources>
150  <include location="musescore.qrc"/>
151 </resources>
152 <connections>
153  <connection>
154   <sender>buttonBox</sender>
155   <signal>accepted()</signal>
156   <receiver>ChordStyleEditor</receiver>
157   <slot>accept()</slot>
158   <hints>
159    <hint type="sourcelabel">
160     <x>466</x>
161     <y>418</y>
162    </hint>
163    <hint type="destinationlabel">
164     <x>270</x>
165     <y>414</y>
166    </hint>
167   </hints>
168  </connection>
169  <connection>
170   <sender>buttonBox</sender>
171   <signal>rejected()</signal>
172   <receiver>ChordStyleEditor</receiver>
173   <slot>reject()</slot>
174   <hints>
175    <hint type="sourcelabel">
176     <x>466</x>
177     <y>425</y>
178    </hint>
179    <hint type="destinationlabel">
180     <x>350</x>
181     <y>427</y>
182    </hint>
183   </hints>
184  </connection>
185 </connections>
186</ui>
187