1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ImportMidiPanel</class>
4 <widget class="QWidget" name="ImportMidiPanel">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>905</width>
10    <height>180</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>0</width>
22    <height>150</height>
23   </size>
24  </property>
25  <property name="windowTitle">
26   <string/>
27  </property>
28  <layout class="QVBoxLayout" name="verticalLayout">
29   <property name="spacing">
30    <number>0</number>
31   </property>
32   <property name="leftMargin">
33    <number>0</number>
34   </property>
35   <property name="topMargin">
36    <number>0</number>
37   </property>
38   <property name="rightMargin">
39    <number>0</number>
40   </property>
41   <property name="bottomMargin">
42    <number>0</number>
43   </property>
44   <item>
45    <widget class="QWidget" name="widget" native="true">
46     <property name="sizePolicy">
47      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
48       <horstretch>0</horstretch>
49       <verstretch>0</verstretch>
50      </sizepolicy>
51     </property>
52     <layout class="QHBoxLayout" name="horizontalLayout">
53      <property name="leftMargin">
54       <number>0</number>
55      </property>
56      <property name="topMargin">
57       <number>0</number>
58      </property>
59      <property name="rightMargin">
60       <number>0</number>
61      </property>
62      <property name="bottomMargin">
63       <number>3</number>
64      </property>
65      <item>
66       <layout class="QHBoxLayout" name="horizontalLayout_2">
67        <property name="spacing">
68         <number>0</number>
69        </property>
70        <property name="leftMargin">
71         <number>4</number>
72        </property>
73        <item>
74         <widget class="QToolButton" name="toolButtonHideMidiPanel">
75          <property name="focusPolicy">
76           <enum>Qt::NoFocus</enum>
77          </property>
78          <property name="toolTip">
79           <string>Close MIDI import panel</string>
80          </property>
81          <property name="text">
82           <string notr="true"/>
83          </property>
84          <property name="icon">
85           <iconset resource="../musescore.qrc">
86            <normaloff>:/data/icons/png/window-close.png</normaloff>:/data/icons/png/window-close.png</iconset>
87          </property>
88          <property name="autoRaise">
89           <bool>true</bool>
90          </property>
91         </widget>
92        </item>
93        <item>
94         <spacer name="horizontalSpacer_3">
95          <property name="orientation">
96           <enum>Qt::Horizontal</enum>
97          </property>
98          <property name="sizeType">
99           <enum>QSizePolicy::Expanding</enum>
100          </property>
101          <property name="sizeHint" stdset="0">
102           <size>
103            <width>40</width>
104            <height>20</height>
105           </size>
106          </property>
107         </spacer>
108        </item>
109        <item>
110         <widget class="QToolButton" name="pushButtonUp">
111          <property name="minimumSize">
112           <size>
113            <width>0</width>
114            <height>29</height>
115           </size>
116          </property>
117          <property name="focusPolicy">
118           <enum>Qt::ClickFocus</enum>
119          </property>
120          <property name="toolTip">
121           <string>Move track up</string>
122          </property>
123          <property name="text">
124           <string notr="true"/>
125          </property>
126          <property name="icon">
127           <iconset resource="../musescore.qrc">
128            <normaloff>:/data/icons/arrow_up.svg</normaloff>:/data/icons/arrow_up.svg</iconset>
129          </property>
130         </widget>
131        </item>
132        <item>
133         <widget class="QToolButton" name="pushButtonDown">
134          <property name="minimumSize">
135           <size>
136            <width>0</width>
137            <height>29</height>
138           </size>
139          </property>
140          <property name="focusPolicy">
141           <enum>Qt::ClickFocus</enum>
142          </property>
143          <property name="toolTip">
144           <string>Move track down</string>
145          </property>
146          <property name="text">
147           <string notr="true"/>
148          </property>
149          <property name="icon">
150           <iconset resource="../musescore.qrc">
151            <normaloff>:/data/icons/arrow_down.svg</normaloff>:/data/icons/arrow_down.svg</iconset>
152          </property>
153         </widget>
154        </item>
155        <item>
156         <spacer name="horizontalSpacer_4">
157          <property name="orientation">
158           <enum>Qt::Horizontal</enum>
159          </property>
160          <property name="sizeType">
161           <enum>QSizePolicy::Fixed</enum>
162          </property>
163          <property name="sizeHint" stdset="0">
164           <size>
165            <width>50</width>
166            <height>20</height>
167           </size>
168          </property>
169         </spacer>
170        </item>
171        <item>
172         <widget class="QLabel" name="labelCharset">
173          <property name="text">
174           <string>Text charset:</string>
175          </property>
176         </widget>
177        </item>
178        <item>
179         <spacer name="horizontalSpacer_5">
180          <property name="orientation">
181           <enum>Qt::Horizontal</enum>
182          </property>
183          <property name="sizeType">
184           <enum>QSizePolicy::Fixed</enum>
185          </property>
186          <property name="sizeHint" stdset="0">
187           <size>
188            <width>5</width>
189            <height>20</height>
190           </size>
191          </property>
192         </spacer>
193        </item>
194        <item>
195         <widget class="QComboBox" name="comboBoxCharset">
196          <property name="sizePolicy">
197           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
198            <horstretch>0</horstretch>
199            <verstretch>0</verstretch>
200           </sizepolicy>
201          </property>
202          <property name="minimumSize">
203           <size>
204            <width>150</width>
205            <height>0</height>
206           </size>
207          </property>
208          <property name="focusPolicy">
209           <enum>Qt::ClickFocus</enum>
210          </property>
211          <property name="editable">
212           <bool>true</bool>
213          </property>
214         </widget>
215        </item>
216        <item>
217         <spacer name="horizontalSpacer">
218          <property name="orientation">
219           <enum>Qt::Horizontal</enum>
220          </property>
221          <property name="sizeHint" stdset="0">
222           <size>
223            <width>40</width>
224            <height>20</height>
225           </size>
226          </property>
227         </spacer>
228        </item>
229       </layout>
230      </item>
231      <item>
232       <widget class="QPushButton" name="pushButtonApply">
233        <property name="sizePolicy">
234         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
235          <horstretch>0</horstretch>
236          <verstretch>0</verstretch>
237         </sizepolicy>
238        </property>
239        <property name="minimumSize">
240         <size>
241          <width>0</width>
242          <height>29</height>
243         </size>
244        </property>
245        <property name="focusPolicy">
246         <enum>Qt::ClickFocus</enum>
247        </property>
248        <property name="toolTip">
249         <string>Apply MIDI import operations</string>
250        </property>
251        <property name="text">
252         <string>Apply</string>
253        </property>
254       </widget>
255      </item>
256      <item>
257       <spacer name="horizontalSpacer_6">
258        <property name="orientation">
259         <enum>Qt::Horizontal</enum>
260        </property>
261        <property name="sizeType">
262         <enum>QSizePolicy::Fixed</enum>
263        </property>
264        <property name="sizeHint" stdset="0">
265         <size>
266          <width>20</width>
267          <height>20</height>
268         </size>
269        </property>
270       </spacer>
271      </item>
272      <item>
273       <widget class="QPushButton" name="pushButtonCancel">
274        <property name="minimumSize">
275         <size>
276          <width>0</width>
277          <height>29</height>
278         </size>
279        </property>
280        <property name="toolTip">
281         <string>Cancel non-applied MIDI import operations</string>
282        </property>
283        <property name="text">
284         <string>Cancel</string>
285        </property>
286       </widget>
287      </item>
288      <item>
289       <layout class="QHBoxLayout" name="horizontalLayout_4">
290        <property name="spacing">
291         <number>0</number>
292        </property>
293        <item>
294         <spacer name="horizontalSpacer_2">
295          <property name="orientation">
296           <enum>Qt::Horizontal</enum>
297          </property>
298          <property name="sizeHint" stdset="0">
299           <size>
300            <width>40</width>
301            <height>20</height>
302           </size>
303          </property>
304         </spacer>
305        </item>
306       </layout>
307      </item>
308     </layout>
309    </widget>
310   </item>
311   <item>
312    <widget class="TracksView" name="tracksView">
313     <property name="cornerButtonEnabled">
314      <bool>false</bool>
315     </property>
316    </widget>
317   </item>
318  </layout>
319 </widget>
320 <customwidgets>
321  <customwidget>
322   <class>TracksView</class>
323   <extends>QTableView</extends>
324   <header>mscore/importmidi_ui/importmidi_view.h</header>
325  </customwidget>
326 </customwidgets>
327 <resources>
328  <include location="../musescore.qrc"/>
329 </resources>
330 <connections/>
331</ui>
332