1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FluidGui</class>
4 <widget class="QWidget" name="FluidGui">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>311</width>
10    <height>158</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string/>
21  </property>
22  <layout class="QGridLayout" name="gridLayout">
23   <item row="0" column="0">
24    <widget class="QListWidget" name="soundFonts">
25     <property name="accessibleName">
26      <string>SoundFonts</string>
27     </property>
28    </widget>
29   </item>
30   <item row="0" column="1">
31    <layout class="QVBoxLayout" name="verticalLayout_4">
32     <property name="spacing">
33      <number>0</number>
34     </property>
35     <item>
36      <widget class="QToolButton" name="soundFontTop">
37       <property name="sizePolicy">
38        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
39         <horstretch>0</horstretch>
40         <verstretch>0</verstretch>
41        </sizepolicy>
42       </property>
43       <property name="focusPolicy">
44        <enum>Qt::TabFocus</enum>
45       </property>
46       <property name="toolTip">
47        <string>Move SoundFont to Top</string>
48       </property>
49       <property name="accessibleDescription">
50        <string/>
51       </property>
52       <property name="text">
53        <string notr="true"/>
54       </property>
55       <property name="icon">
56        <iconset resource="../../../mscore/musescore.qrc">
57         <normaloff>:/data/icons/arrowsMoveToTop.svg</normaloff>:/data/icons/arrowsMoveToTop.svg</iconset>
58       </property>
59      </widget>
60     </item>
61     <item>
62      <widget class="QToolButton" name="soundFontUp">
63       <property name="sizePolicy">
64        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
65         <horstretch>0</horstretch>
66         <verstretch>0</verstretch>
67        </sizepolicy>
68       </property>
69       <property name="focusPolicy">
70        <enum>Qt::TabFocus</enum>
71       </property>
72       <property name="toolTip">
73        <string>Move SoundFont up</string>
74       </property>
75       <property name="accessibleDescription">
76        <string/>
77       </property>
78       <property name="text">
79        <string notr="true"/>
80       </property>
81       <property name="icon">
82        <iconset resource="../../../mscore/musescore.qrc">
83         <normaloff>:/data/icons/arrow_up.svg</normaloff>:/data/icons/arrow_up.svg</iconset>
84       </property>
85      </widget>
86     </item>
87     <item>
88      <widget class="QToolButton" name="soundFontDown">
89       <property name="sizePolicy">
90        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
91         <horstretch>0</horstretch>
92         <verstretch>0</verstretch>
93        </sizepolicy>
94       </property>
95       <property name="focusPolicy">
96        <enum>Qt::TabFocus</enum>
97       </property>
98       <property name="toolTip">
99        <string>Move SoundFont down</string>
100       </property>
101       <property name="text">
102        <string notr="true"/>
103       </property>
104       <property name="icon">
105        <iconset resource="../../../mscore/musescore.qrc">
106         <normaloff>:/data/icons/arrow_down.svg</normaloff>:/data/icons/arrow_down.svg</iconset>
107       </property>
108      </widget>
109     </item>
110     <item>
111      <widget class="QToolButton" name="soundFontBottom">
112       <property name="sizePolicy">
113        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
114         <horstretch>0</horstretch>
115         <verstretch>0</verstretch>
116        </sizepolicy>
117       </property>
118       <property name="focusPolicy">
119        <enum>Qt::TabFocus</enum>
120       </property>
121       <property name="toolTip">
122        <string>Move SoundFont to Bottom</string>
123       </property>
124       <property name="accessibleDescription">
125        <string/>
126       </property>
127       <property name="text">
128        <string notr="true"/>
129       </property>
130       <property name="icon">
131        <iconset resource="../../../mscore/musescore.qrc">
132         <normaloff>:/data/icons/arrowsMoveToBottom.svg</normaloff>:/data/icons/arrowsMoveToBottom.svg</iconset>
133       </property>
134      </widget>
135     </item>
136     <item>
137      <spacer name="verticalSpacer_5">
138       <property name="orientation">
139        <enum>Qt::Vertical</enum>
140       </property>
141       <property name="sizeHint" stdset="0">
142        <size>
143         <width>20</width>
144         <height>40</height>
145        </size>
146       </property>
147      </spacer>
148     </item>
149     <item>
150      <widget class="QPushButton" name="soundFontDelete">
151       <property name="sizePolicy">
152        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
153         <horstretch>0</horstretch>
154         <verstretch>0</verstretch>
155        </sizepolicy>
156       </property>
157       <property name="focusPolicy">
158        <enum>Qt::TabFocus</enum>
159       </property>
160       <property name="text">
161        <string>Delete</string>
162       </property>
163      </widget>
164     </item>
165     <item>
166      <widget class="QPushButton" name="soundFontAdd">
167       <property name="focusPolicy">
168        <enum>Qt::TabFocus</enum>
169       </property>
170       <property name="text">
171        <string>Add</string>
172       </property>
173      </widget>
174     </item>
175    </layout>
176   </item>
177  </layout>
178 </widget>
179 <resources>
180  <include location="../../../mscore/musescore.qrc"/>
181 </resources>
182 <connections/>
183</ui>
184