/[svn]/qsampler/trunk/src/qsamplerChannelForm.ui
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelForm.ui

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 490 by capela, Fri Apr 1 00:34:58 2005 UTC revision 3438 by capela, Tue Dec 4 09:52:38 2018 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <?xml version="1.0" encoding="UTF-8"?>
2  <class>qsamplerChannelForm</class>  <ui version="4.0">
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.   <author>rncbc aka Rui Nuno Capela</author>
4     <comment>qsampler - A LinuxSampler Qt GUI Interface.
5    
6     Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2005-2018, rncbc aka Rui Nuno Capela. All rights reserved.
7       Copyright (C) 2007, Christian Schoenebeck
8    
9     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
10     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 14  Line 16 
16     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17     GNU General Public License for more details.     GNU General Public License for more details.
18    
19     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
20     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
21     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22    
23  </comment>  </comment>
24  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerChannelForm</class>
25  <widget class="QDialog">   <widget class="QDialog" name="qsamplerChannelForm">
26      <property name="name">    <property name="geometry">
27          <cstring>qsamplerChannelForm</cstring>     <rect>
28      </property>      <x>0</x>
29      <property name="geometry">      <y>0</y>
30          <rect>      <width>480</width>
31              <x>0</x>      <height>460</height>
32              <y>0</y>     </rect>
33              <width>435</width>    </property>
34              <height>330</height>    <property name="focusPolicy">
35          </rect>     <enum>Qt::StrongFocus</enum>
36      </property>    </property>
37      <property name="sizePolicy">    <property name="windowTitle">
38          <sizepolicy>     <string>Qsampler: Channel</string>
39              <hsizetype>7</hsizetype>    </property>
40              <vsizetype>1</vsizetype>    <property name="windowIcon">
41              <horstretch>0</horstretch>     <iconset resource="qsampler.qrc">:/images/qsamplerChannel.png</iconset>
42              <verstretch>0</verstretch>    </property>
43      <layout class="QVBoxLayout">
44       <item>
45        <layout class="QGridLayout">
46         <property name="margin">
47          <number>8</number>
48         </property>
49         <item row="0" column="0">
50          <widget class="QLabel" name="EngineNameTextLabel">
51           <property name="minimumSize">
52            <size>
53             <width>62</width>
54             <height>0</height>
55            </size>
56           </property>
57           <property name="maximumSize">
58            <size>
59             <width>62</width>
60             <height>16777215</height>
61            </size>
62           </property>
63           <property name="text">
64            <string>&amp;Engine:</string>
65           </property>
66           <property name="alignment">
67            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
68           </property>
69           <property name="wordWrap">
70            <bool>false</bool>
71           </property>
72           <property name="buddy">
73            <cstring>EngineNameComboBox</cstring>
74           </property>
75          </widget>
76         </item>
77         <item row="0" column="1">
78          <widget class="QComboBox" name="EngineNameComboBox">
79           <property name="sizePolicy">
80            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
81             <horstretch>0</horstretch>
82             <verstretch>0</verstretch>
83          </sizepolicy>          </sizepolicy>
84      </property>         </property>
85      <property name="caption">         <property name="toolTip">
86          <string>Channel</string>          <string>Engine name</string>
87      </property>         </property>
88      <property name="icon">        </widget>
89          <pixmap>qsamplerChannel.png</pixmap>       </item>
90      </property>       <item row="0" column="2">
91      <property name="focusPolicy">        <spacer>
92          <enum>StrongFocus</enum>         <property name="orientation">
93      </property>          <enum>Qt::Horizontal</enum>
94      <grid>         </property>
95          <property name="name">         <property name="sizeType">
96              <cstring>unnamed</cstring>          <enum>QSizePolicy::Expanding</enum>
97          </property>         </property>
98          <widget class="QComboBox" row="0" column="1" rowspan="1" colspan="3">         <property name="sizeHint">
99              <property name="name">          <size>
100                  <cstring>EngineNameComboBox</cstring>           <width>20</width>
101              </property>           <height>20</height>
102              <property name="sizePolicy">          </size>
103                  <sizepolicy>         </property>
104                      <hsizetype>7</hsizetype>        </spacer>
105                      <vsizetype>0</vsizetype>       </item>
106                      <horstretch>0</horstretch>       <item row="1" column="0">
107                      <verstretch>0</verstretch>        <widget class="QLabel" name="InstrumentFileTextLabel">
108                  </sizepolicy>         <property name="text">
109              </property>          <string>Filena&amp;me:</string>
110              <property name="toolTip" stdset="0">         </property>
111                  <string>Engine name</string>         <property name="alignment">
112              </property>          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
113          </widget>         </property>
114          <widget class="QLabel" row="0" column="0">         <property name="wordWrap">
115              <property name="name">          <bool>false</bool>
116                  <cstring>EngineNameTextLabel</cstring>         </property>
117              </property>         <property name="buddy">
118              <property name="text">          <cstring>InstrumentFileComboBox</cstring>
119                  <string>&amp;Engine:</string>         </property>
120              </property>        </widget>
121              <property name="alignment">       </item>
122                  <set>AlignVCenter|AlignRight</set>       <item row="1" column="1" colspan="2">
123              </property>        <widget class="QComboBox" name="InstrumentFileComboBox">
124              <property name="buddy" stdset="0">         <property name="sizePolicy">
125                  <cstring>EngineNameComboBox</cstring>          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
126              </property>           <horstretch>0</horstretch>
127          </widget>           <verstretch>0</verstretch>
128          <widget class="QLabel" row="1" column="0">          </sizepolicy>
129              <property name="name">         </property>
130                  <cstring>InstrumentFileTextLabel</cstring>         <property name="minimumSize">
131              </property>          <size>
132              <property name="text">           <width>320</width>
133                  <string>&amp;Filename:</string>           <height>0</height>
134              </property>          </size>
135              <property name="alignment">         </property>
136                  <set>AlignVCenter|AlignRight</set>         <property name="toolTip">
137              </property>          <string>Instrument filename</string>
138              <property name="buddy" stdset="0">         </property>
139                  <cstring>InstrumentFileComboBox</cstring>         <property name="editable">
140              </property>          <bool>true</bool>
141          </widget>         </property>
142          <widget class="QPushButton" row="1" column="3">        </widget>
143              <property name="name">       </item>
144                  <cstring>InstrumentFilePushButton</cstring>       <item row="1" column="3">
145              </property>        <widget class="QToolButton" name="InstrumentFileToolButton">
146              <property name="sizePolicy">         <property name="sizePolicy">
147                  <sizepolicy>          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
148                      <hsizetype>0</hsizetype>           <horstretch>0</horstretch>
149                      <vsizetype>0</vsizetype>           <verstretch>0</verstretch>
150                      <horstretch>0</horstretch>          </sizepolicy>
151                      <verstretch>0</verstretch>         </property>
152                  </sizepolicy>         <property name="minimumSize">
153              </property>          <size>
154              <property name="minimumSize">           <width>24</width>
155                  <size>           <height>24</height>
156                      <width>24</width>          </size>
157                      <height>24</height>         </property>
158                  </size>         <property name="maximumSize">
159              </property>          <size>
160              <property name="maximumSize">           <width>26</width>
161                  <size>           <height>26</height>
162                      <width>26</width>          </size>
163                      <height>26</height>         </property>
164                  </size>         <property name="focusPolicy">
165              </property>          <enum>Qt::TabFocus</enum>
166              <property name="text">         </property>
167                  <string></string>         <property name="toolTip">
168              </property>          <string>Browse for instrument filename</string>
169              <property name="pixmap">         </property>
170                  <pixmap>fileOpen.png</pixmap>         <property name="text">
171              </property>          <string/>
172              <property name="toolTip" stdset="0">         </property>
173                  <string>Browse for instrument filename</string>         <property name="icon">
174              </property>          <iconset resource="qsampler.qrc">:/images/fileOpen.png</iconset>
175          </widget>         </property>
176          <widget class="QComboBox" row="1" column="1" rowspan="1" colspan="2">        </widget>
177              <property name="name">       </item>
178                  <cstring>InstrumentFileComboBox</cstring>       <item row="2" column="0">
179              </property>        <widget class="QLabel" name="InstrumentNrTextLabel">
180              <property name="sizePolicy">         <property name="text">
181                  <sizepolicy>          <string>&amp;Instrument:</string>
182                      <hsizetype>7</hsizetype>         </property>
183                      <vsizetype>0</vsizetype>         <property name="alignment">
184                      <horstretch>0</horstretch>          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
185                      <verstretch>0</verstretch>         </property>
186                  </sizepolicy>         <property name="wordWrap">
187              </property>          <bool>false</bool>
188              <property name="minimumSize">         </property>
189                  <size>         <property name="buddy">
190                      <width>320</width>          <cstring>InstrumentNrComboBox</cstring>
191                      <height>0</height>         </property>
192                  </size>        </widget>
193              </property>       </item>
194              <property name="editable">       <item row="2" column="1" colspan="2">
195                  <bool>true</bool>        <widget class="QComboBox" name="InstrumentNrComboBox">
196              </property>         <property name="sizePolicy">
197              <property name="toolTip" stdset="0">          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
198                  <string>Instrument filename</string>           <horstretch>0</horstretch>
199              </property>           <verstretch>0</verstretch>
200          </widget>          </sizepolicy>
201          <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="4">         </property>
202              <property name="name">         <property name="minimumSize">
203                  <cstring>layout01</cstring>          <size>
204              </property>           <width>320</width>
205              <hbox>           <height>0</height>
206                  <property name="name">          </size>
207                      <cstring>unnamed</cstring>         </property>
208                  </property>         <property name="toolTip">
209                  <spacer>          <string>Instrument name</string>
210                      <property name="name">         </property>
211                          <cstring>spacer3</cstring>        </widget>
212                      </property>       </item>
213                      <property name="orientation">      </layout>
214                          <enum>Horizontal</enum>     </item>
215                      </property>     <item>
216                      <property name="sizeType">      <widget class="QGroupBox" name="MidiGroupBox">
217                          <enum>Expanding</enum>       <property name="title">
218                      </property>        <string>MIDI / Input</string>
219                      <property name="sizeHint">       </property>
220                          <size>       <layout class="QGridLayout">
221                              <width>8</width>        <item row="0" column="0">
222                              <height>8</height>         <widget class="QLabel" name="MidiDriverTextLabel">
223                          </size>          <property name="minimumSize">
224                      </property>           <size>
225                  </spacer>            <width>62</width>
226                  <widget class="QPushButton">            <height>0</height>
227                      <property name="name">           </size>
228                          <cstring>OkPushButton</cstring>          </property>
229                      </property>          <property name="maximumSize">
230                      <property name="text">           <size>
231                          <string>OK</string>            <width>62</width>
232                      </property>            <height>16777215</height>
233                      <property name="iconSet">           </size>
234                          <iconset>formAccept.png</iconset>          </property>
235                      </property>          <property name="text">
236                  </widget>           <string>T&amp;ype:</string>
237                  <widget class="QPushButton">          </property>
238                      <property name="name">          <property name="alignment">
239                          <cstring>CancelPushButton</cstring>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
240                      </property>          </property>
241                      <property name="text">          <property name="wordWrap">
242                          <string>Cancel</string>           <bool>false</bool>
243                      </property>          </property>
244                      <property name="iconSet">          <property name="buddy">
245                          <iconset>formReject.png</iconset>           <cstring>MidiDriverComboBox</cstring>
246                      </property>          </property>
247                  </widget>         </widget>
248              </hbox>        </item>
249          </widget>        <item row="0" column="1">
250          <widget class="QComboBox" row="2" column="1" rowspan="1" colspan="3">         <widget class="QComboBox" name="MidiDriverComboBox">
251              <property name="name">          <property name="sizePolicy">
252                  <cstring>InstrumentNrComboBox</cstring>           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
253              </property>            <horstretch>0</horstretch>
254              <property name="sizePolicy">            <verstretch>0</verstretch>
255                  <sizepolicy>           </sizepolicy>
256                      <hsizetype>7</hsizetype>          </property>
257                      <vsizetype>0</vsizetype>          <property name="minimumSize">
258                      <horstretch>0</horstretch>           <size>
259                      <verstretch>0</verstretch>            <width>92</width>
260                  </sizepolicy>            <height>0</height>
261              </property>           </size>
262              <property name="minimumSize">          </property>
263                  <size>          <property name="maximumSize">
264                      <width>320</width>           <size>
265                      <height>0</height>            <width>92</width>
266                  </size>            <height>16777215</height>
267              </property>           </size>
268              <property name="toolTip" stdset="0">          </property>
269                  <string>Instrument name</string>          <property name="toolTip">
270              </property>           <string>MIDI input driver type</string>
271          </widget>          </property>
272          <widget class="QLabel" row="2" column="0">         </widget>
273              <property name="name">        </item>
274                  <cstring>InstrumentNrTextLabel</cstring>        <item row="0" column="2">
275              </property>         <spacer>
276              <property name="text">          <property name="orientation">
277                  <string>&amp;Instrument:</string>           <enum>Qt::Horizontal</enum>
278              </property>          </property>
279              <property name="alignment">          <property name="sizeType">
280                  <set>AlignVCenter|AlignRight</set>           <enum>QSizePolicy::Expanding</enum>
281              </property>          </property>
282              <property name="buddy" stdset="0">          <property name="sizeHint">
283                  <cstring>InstrumentNrComboBox</cstring>           <size>
284              </property>            <width>20</width>
285          </widget>            <height>20</height>
286          <widget class="QGroupBox" row="3" column="1" rowspan="1" colspan="3">           </size>
287              <property name="name">          </property>
288                  <cstring>MidiGroupBox</cstring>         </spacer>
289              </property>        </item>
290              <property name="sizePolicy">        <item row="0" column="3">
291                  <sizepolicy>         <widget class="QLabel" name="MidiPortTextLabel">
292                      <hsizetype>7</hsizetype>          <property name="text">
293                      <vsizetype>5</vsizetype>           <string>&amp;Port:</string>
294                      <horstretch>0</horstretch>          </property>
295                      <verstretch>0</verstretch>          <property name="alignment">
296                  </sizepolicy>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
297              </property>          </property>
298              <property name="title">          <property name="wordWrap">
299                  <string>MIDI / Input</string>           <bool>false</bool>
300              </property>          </property>
301              <grid>          <property name="buddy">
302                  <property name="name">           <cstring>MidiPortSpinBox</cstring>
303                      <cstring>unnamed</cstring>          </property>
304                  </property>         </widget>
305                  <property name="margin">        </item>
306                      <number>8</number>        <item row="0" column="4">
307                  </property>         <widget class="QSpinBox" name="MidiPortSpinBox">
308                  <property name="spacing">          <property name="toolTip">
309                      <number>8</number>           <string>MIDI input port number</string>
310                  </property>          </property>
311                  <widget class="QLabel" row="0" column="0">         </widget>
312                      <property name="name">        </item>
313                          <cstring>MidiDriverTextLabel</cstring>        <item row="0" column="5">
314                      </property>         <widget class="QLabel" name="MidiChannelTextLabel">
315                      <property name="text">          <property name="text">
316                          <string>&amp;Type:</string>           <string>&amp;Channel:</string>
317                      </property>          </property>
318                      <property name="alignment">          <property name="alignment">
319                          <set>AlignVCenter</set>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
320                      </property>          </property>
321                      <property name="buddy" stdset="0">          <property name="wordWrap">
322                          <cstring>MidiDriverComboBox</cstring>           <bool>false</bool>
323                      </property>          </property>
324                  </widget>          <property name="buddy">
325                  <widget class="QLabel" row="1" column="0">           <cstring>MidiChannelComboBox</cstring>
326                      <property name="name">          </property>
327                          <cstring>MidiDeviceTextLabel</cstring>         </widget>
328                      </property>        </item>
329                      <property name="text">        <item row="0" column="6">
330                          <string>&amp;Device:</string>         <widget class="QComboBox" name="MidiChannelComboBox">
331                      </property>          <property name="toolTip">
332                      <property name="alignment">           <string>MIDI input channel</string>
333                          <set>AlignVCenter</set>          </property>
334                      </property>          <item>
335                      <property name="buddy" stdset="0">           <property name="text">
336                          <cstring>MidiDeviceComboBox</cstring>            <string>1</string>
337                      </property>           </property>
338                  </widget>          </item>
339                  <widget class="QLayoutWidget" row="0" column="1">          <item>
340                      <property name="name">           <property name="text">
341                          <cstring>layout11</cstring>            <string>2</string>
342                      </property>           </property>
343                      <hbox>          </item>
344                          <property name="name">          <item>
345                              <cstring>unnamed</cstring>           <property name="text">
346                          </property>            <string>3</string>
347                          <widget class="QComboBox">           </property>
348                              <property name="name">          </item>
349                                  <cstring>MidiDriverComboBox</cstring>          <item>
350                              </property>           <property name="text">
351                              <property name="sizePolicy">            <string>4</string>
352                                  <sizepolicy>           </property>
353                                      <hsizetype>5</hsizetype>          </item>
354                                      <vsizetype>0</vsizetype>          <item>
355                                      <horstretch>0</horstretch>           <property name="text">
356                                      <verstretch>0</verstretch>            <string>5</string>
357                                  </sizepolicy>           </property>
358                              </property>          </item>
359                              <property name="toolTip" stdset="0">          <item>
360                                  <string>MIDI input driver type</string>           <property name="text">
361                              </property>            <string>6</string>
362                          </widget>           </property>
363                          <spacer>          </item>
364                              <property name="name">          <item>
365                                  <cstring>spacer1</cstring>           <property name="text">
366                              </property>            <string>7</string>
367                              <property name="orientation">           </property>
368                                  <enum>Horizontal</enum>          </item>
369                              </property>          <item>
370                              <property name="sizeType">           <property name="text">
371                                  <enum>Expanding</enum>            <string>8</string>
372                              </property>           </property>
373                              <property name="sizeHint">          </item>
374                                  <size>          <item>
375                                      <width>25</width>           <property name="text">
376                                      <height>16</height>            <string>9</string>
377                                  </size>           </property>
378                              </property>          </item>
379                          </spacer>          <item>
380                          <widget class="QLabel">           <property name="text">
381                              <property name="name">            <string>10</string>
382                                  <cstring>MidiPortTextLabel</cstring>           </property>
383                              </property>          </item>
384                              <property name="text">          <item>
385                                  <string>&amp;Port:</string>           <property name="text">
386                              </property>            <string>11</string>
387                              <property name="alignment">           </property>
388                                  <set>AlignVCenter|AlignRight</set>          </item>
389                              </property>          <item>
390                              <property name="buddy" stdset="0">           <property name="text">
391                                  <cstring>MidiPortSpinBox</cstring>            <string>12</string>
392                              </property>           </property>
393                          </widget>          </item>
394                          <widget class="QSpinBox">          <item>
395                              <property name="name">           <property name="text">
396                                  <cstring>MidiPortSpinBox</cstring>            <string>13</string>
397                              </property>           </property>
398                              <property name="toolTip" stdset="0">          </item>
399                                  <string>MIDI input port number</string>          <item>
400                              </property>           <property name="text">
401                          </widget>            <string>14</string>
402                          <widget class="QLabel">           </property>
403                              <property name="name">          </item>
404                                  <cstring>MidiChannelTextLabel</cstring>          <item>
405                              </property>           <property name="text">
406                              <property name="text">            <string>15</string>
407                                  <string>&amp;Channel:</string>           </property>
408                              </property>          </item>
409                              <property name="alignment">          <item>
410                                  <set>AlignVCenter|AlignRight</set>           <property name="text">
411                              </property>            <string>16</string>
412                              <property name="buddy" stdset="0">           </property>
413                                  <cstring>MidiChannelComboBox</cstring>          </item>
414                              </property>          <item>
415                          </widget>           <property name="text">
416                          <widget class="QComboBox">            <string>All</string>
417                              <item>           </property>
418                                  <property name="text">          </item>
419                                      <string>1</string>         </widget>
420                                  </property>        </item>
421                              </item>        <item row="0" column="7">
422                              <item>         <spacer>
423                                  <property name="text">          <property name="orientation">
424                                      <string>2</string>           <enum>Qt::Horizontal</enum>
425                                  </property>          </property>
426                              </item>          <property name="sizeType">
427                              <item>           <enum>QSizePolicy::Expanding</enum>
428                                  <property name="text">          </property>
429                                      <string>3</string>          <property name="sizeHint">
430                                  </property>           <size>
431                              </item>            <width>20</width>
432                              <item>            <height>20</height>
433                                  <property name="text">           </size>
434                                      <string>4</string>          </property>
435                                  </property>         </spacer>
436                              </item>        </item>
437                              <item>        <item row="1" column="0">
438                                  <property name="text">         <widget class="QLabel" name="MidiDeviceTextLabel">
439                                      <string>5</string>          <property name="text">
440                                  </property>           <string>De&amp;vice:</string>
441                              </item>          </property>
442                              <item>          <property name="alignment">
443                                  <property name="text">           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
444                                      <string>6</string>          </property>
445                                  </property>          <property name="wordWrap">
446                              </item>           <bool>false</bool>
447                              <item>          </property>
448                                  <property name="text">          <property name="buddy">
449                                      <string>7</string>           <cstring>MidiDeviceComboBox</cstring>
450                                  </property>          </property>
451                              </item>         </widget>
452                              <item>        </item>
453                                  <property name="text">        <item row="1" column="1" colspan="6">
454                                      <string>8</string>         <widget class="QComboBox" name="MidiDeviceComboBox">
455                                  </property>          <property name="sizePolicy">
456                              </item>           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
457                              <item>            <horstretch>0</horstretch>
458                                  <property name="text">            <verstretch>0</verstretch>
459                                      <string>9</string>           </sizepolicy>
460                                  </property>          </property>
461                              </item>          <property name="toolTip">
462                              <item>           <string>MIDI input device</string>
463                                  <property name="text">          </property>
464                                      <string>10</string>         </widget>
465                                  </property>        </item>
466                              </item>        <item row="1" column="7">
467                              <item>         <widget class="QToolButton" name="MidiDeviceToolButton">
468                                  <property name="text">          <property name="sizePolicy">
469                                      <string>11</string>           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
470                                  </property>            <horstretch>0</horstretch>
471                              </item>            <verstretch>0</verstretch>
472                              <item>           </sizepolicy>
473                                  <property name="text">          </property>
474                                      <string>12</string>          <property name="minimumSize">
475                                  </property>           <size>
476                              </item>            <width>24</width>
477                              <item>            <height>24</height>
478                                  <property name="text">           </size>
479                                      <string>13</string>          </property>
480                                  </property>          <property name="maximumSize">
481                              </item>           <size>
482                              <item>            <width>26</width>
483                                  <property name="text">            <height>26</height>
484                                      <string>14</string>           </size>
485                                  </property>          </property>
486                              </item>          <property name="focusPolicy">
487                              <item>           <enum>Qt::TabFocus</enum>
488                                  <property name="text">          </property>
489                                      <string>15</string>          <property name="toolTip">
490                                  </property>           <string>MIDI input device setup</string>
491                              </item>          </property>
492                              <item>          <property name="text">
493                                  <property name="text">           <string/>
494                                      <string>16</string>          </property>
495                                  </property>          <property name="icon">
496                              </item>           <iconset resource="qsampler.qrc">:/images/midi1.png</iconset>
497                              <item>          </property>
498                                  <property name="text">         </widget>
499                                      <string>All</string>        </item>
500                                  </property>        <item row="2" column="0">
501                              </item>         <widget class="QLabel" name="MidiMapTextLabel">
502                              <property name="name">          <property name="text">
503                                  <cstring>MidiChannelComboBox</cstring>           <string>&amp;Map:</string>
504                              </property>          </property>
505                              <property name="toolTip" stdset="0">          <property name="alignment">
506                                  <string>MIDI input channel</string>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
507                              </property>          </property>
508                          </widget>          <property name="wordWrap">
509                      </hbox>           <bool>false</bool>
510                  </widget>          </property>
511                  <widget class="QLayoutWidget" row="1" column="1">          <property name="buddy">
512                      <property name="name">           <cstring>MidiMapComboBox</cstring>
513                          <cstring>layout12</cstring>          </property>
514                      </property>         </widget>
515                      <hbox>        </item>
516                          <property name="name">        <item row="2" column="1" colspan="2">
517                              <cstring>unnamed</cstring>         <widget class="QComboBox" name="MidiMapComboBox">
518                          </property>          <property name="sizePolicy">
519                          <widget class="QComboBox">           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
520                              <property name="name">            <horstretch>0</horstretch>
521                                  <cstring>MidiDeviceComboBox</cstring>            <verstretch>0</verstretch>
522                              </property>           </sizepolicy>
523                              <property name="sizePolicy">          </property>
524                                  <sizepolicy>          <property name="toolTip">
525                                      <hsizetype>7</hsizetype>           <string>Instrument map</string>
526                                      <vsizetype>0</vsizetype>          </property>
527                                      <horstretch>0</horstretch>         </widget>
528                                      <verstretch>0</verstretch>        </item>
529                                  </sizepolicy>        <item row="2" column="3" colspan="5">
530                              </property>         <spacer>
531                              <property name="toolTip" stdset="0">          <property name="orientation">
532                                  <string>MIDI input device</string>           <enum>Qt::Horizontal</enum>
533                              </property>          </property>
534                          </widget>          <property name="sizeType">
535                          <widget class="QPushButton">           <enum>QSizePolicy::Expanding</enum>
536                              <property name="name">          </property>
537                                  <cstring>MidiDevicePushButton</cstring>          <property name="sizeHint">
538                              </property>           <size>
539                              <property name="sizePolicy">            <width>20</width>
540                                  <sizepolicy>            <height>20</height>
541                                      <hsizetype>0</hsizetype>           </size>
542                                      <vsizetype>0</vsizetype>          </property>
543                                      <horstretch>0</horstretch>         </spacer>
544                                      <verstretch>0</verstretch>        </item>
545                                  </sizepolicy>       </layout>
546                              </property>      </widget>
547                              <property name="minimumSize">     </item>
548                                  <size>     <item>
549                                      <width>24</width>      <widget class="QGroupBox" name="AudioGroupBox">
550                                      <height>24</height>       <property name="title">
551                                  </size>        <string>Audio / Output</string>
552                              </property>       </property>
553                              <property name="maximumSize">       <layout class="QGridLayout">
554                                  <size>        <item row="0" column="0">
555                                      <width>26</width>         <widget class="QLabel" name="AudioDriverTextLabel">
556                                      <height>26</height>          <property name="minimumSize">
557                                  </size>           <size>
558                              </property>            <width>62</width>
559                              <property name="text">            <height>0</height>
560                                  <string></string>           </size>
561                              </property>          </property>
562                              <property name="pixmap">          <property name="maximumSize">
563                                  <pixmap>midi1.png</pixmap>           <size>
564                              </property>            <width>62</width>
565                              <property name="toolTip" stdset="0">            <height>16777215</height>
566                                  <string>MIDI input device setup</string>           </size>
567                              </property>          </property>
568                          </widget>          <property name="text">
569                      </hbox>           <string>T&amp;ype:</string>
570                  </widget>          </property>
571              </grid>          <property name="alignment">
572          </widget>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
573          <widget class="QGroupBox" row="4" column="1" rowspan="1" colspan="3">          </property>
574              <property name="name">          <property name="wordWrap">
575                  <cstring>AudioGroupBox</cstring>           <bool>false</bool>
576              </property>          </property>
577              <property name="sizePolicy">          <property name="buddy">
578                  <sizepolicy>           <cstring>AudioDriverComboBox</cstring>
579                      <hsizetype>7</hsizetype>          </property>
580                      <vsizetype>5</vsizetype>         </widget>
581                      <horstretch>0</horstretch>        </item>
582                      <verstretch>0</verstretch>        <item row="0" column="1">
583                  </sizepolicy>         <widget class="QComboBox" name="AudioDriverComboBox">
584              </property>          <property name="sizePolicy">
585              <property name="title">           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
586                  <string>Audio / Output</string>            <horstretch>0</horstretch>
587              </property>            <verstretch>0</verstretch>
588              <property name="alignment">           </sizepolicy>
589                  <set>AlignAuto</set>          </property>
590              </property>          <property name="minimumSize">
591              <grid>           <size>
592                  <property name="name">            <width>92</width>
593                      <cstring>unnamed</cstring>            <height>0</height>
594                  </property>           </size>
595                  <property name="margin">          </property>
596                      <number>8</number>          <property name="maximumSize">
597                  </property>           <size>
598                  <property name="spacing">            <width>92</width>
599                      <number>8</number>            <height>16777215</height>
600                  </property>           </size>
601                  <widget class="QLabel" row="0" column="0">          </property>
602                      <property name="name">          <property name="toolTip">
603                          <cstring>AudioDriverTextLabel</cstring>           <string>Audio output driver type</string>
604                      </property>          </property>
605                      <property name="text">         </widget>
606                          <string>&amp;Type:</string>        </item>
607                      </property>        <item row="0" column="2" colspan="2">
608                      <property name="alignment">         <spacer>
609                          <set>AlignVCenter</set>          <property name="orientation">
610                      </property>           <enum>Qt::Horizontal</enum>
611                      <property name="buddy" stdset="0">          </property>
612                          <cstring>AudioDriverComboBox</cstring>          <property name="sizeType">
613                      </property>           <enum>QSizePolicy::Expanding</enum>
614                  </widget>          </property>
615                  <widget class="QLabel" row="1" column="0">          <property name="sizeHint">
616                      <property name="name">           <size>
617                          <cstring>AudioDeviceTextLabel</cstring>            <width>20</width>
618                      </property>            <height>20</height>
619                      <property name="text">           </size>
620                          <string>&amp;Device:</string>          </property>
621                      </property>         </spacer>
622                      <property name="alignment">        </item>
623                          <set>AlignVCenter</set>        <item row="1" column="0">
624                      </property>         <widget class="QLabel" name="AudioDeviceTextLabel">
625                      <property name="buddy" stdset="0">          <property name="text">
626                          <cstring>AudioDeviceComboBox</cstring>           <string>De&amp;vice:</string>
627                      </property>          </property>
628                  </widget>          <property name="alignment">
629                  <widget class="QLayoutWidget" row="0" column="1">           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
630                      <property name="name">          </property>
631                          <cstring>layout21</cstring>          <property name="wordWrap">
632                      </property>           <bool>false</bool>
633                      <hbox>          </property>
634                          <property name="name">          <property name="buddy">
635                              <cstring>unnamed</cstring>           <cstring>AudioDeviceComboBox</cstring>
636                          </property>          </property>
637                          <widget class="QComboBox">         </widget>
638                              <property name="name">        </item>
639                                  <cstring>AudioDriverComboBox</cstring>        <item row="1" column="1" colspan="2">
640                              </property>         <widget class="QComboBox" name="AudioDeviceComboBox">
641                              <property name="sizePolicy">          <property name="sizePolicy">
642                                  <sizepolicy>           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
643                                      <hsizetype>5</hsizetype>            <horstretch>0</horstretch>
644                                      <vsizetype>0</vsizetype>            <verstretch>0</verstretch>
645                                      <horstretch>0</horstretch>           </sizepolicy>
646                                      <verstretch>0</verstretch>          </property>
647                                  </sizepolicy>          <property name="toolTip">
648                              </property>           <string>Audio output device</string>
649                              <property name="toolTip" stdset="0">          </property>
650                                  <string>Audio output driver type</string>         </widget>
651                              </property>        </item>
652                          </widget>        <item row="1" column="3">
653                          <spacer>         <widget class="QToolButton" name="AudioDeviceToolButton">
654                              <property name="name">          <property name="sizePolicy">
655                                  <cstring>spacer2</cstring>           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
656                              </property>            <horstretch>0</horstretch>
657                              <property name="orientation">            <verstretch>0</verstretch>
658                                  <enum>Horizontal</enum>           </sizepolicy>
659                              </property>          </property>
660                              <property name="sizeType">          <property name="minimumSize">
661                                  <enum>Expanding</enum>           <size>
662                              </property>            <width>24</width>
663                              <property name="sizeHint">            <height>24</height>
664                                  <size>           </size>
665                                      <width>210</width>          </property>
666                                      <height>16</height>          <property name="maximumSize">
667                                  </size>           <size>
668                              </property>            <width>26</width>
669                          </spacer>            <height>26</height>
670                      </hbox>           </size>
671                  </widget>          </property>
672                  <widget class="QLayoutWidget" row="1" column="1">          <property name="focusPolicy">
673                      <property name="name">           <enum>Qt::TabFocus</enum>
674                          <cstring>layout22</cstring>          </property>
675                      </property>          <property name="toolTip">
676                      <hbox>           <string>Audio output device setup</string>
677                          <property name="name">          </property>
678                              <cstring>unnamed</cstring>          <property name="text">
679                          </property>           <string/>
680                          <widget class="QComboBox">          </property>
681                              <property name="name">          <property name="icon">
682                                  <cstring>AudioDeviceComboBox</cstring>           <iconset resource="qsampler.qrc">:/images/audio1.png</iconset>
683                              </property>          </property>
684                              <property name="sizePolicy">         </widget>
685                                  <sizepolicy>        </item>
686                                      <hsizetype>7</hsizetype>        <item row="2" column="0" colspan="4">
687                                      <vsizetype>0</vsizetype>         <widget class="QTableView" name="AudioRoutingTable">
688                                      <horstretch>0</horstretch>          <property name="sizePolicy">
689                                      <verstretch>0</verstretch>           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
690                                  </sizepolicy>            <horstretch>0</horstretch>
691                              </property>            <verstretch>0</verstretch>
692                              <property name="toolTip" stdset="0">           </sizepolicy>
693                                  <string>Audio output device</string>          </property>
694                              </property>          <property name="minimumSize">
695                          </widget>           <size>
696                          <widget class="QPushButton">            <width>320</width>
697                              <property name="name">            <height>80</height>
698                                  <cstring>AudioDevicePushButton</cstring>           </size>
699                              </property>          </property>
700                              <property name="sizePolicy">          <property name="toolTip">
701                                  <sizepolicy>           <string>Audio routing table</string>
702                                      <hsizetype>0</hsizetype>          </property>
703                                      <vsizetype>0</vsizetype>         </widget>
704                                      <horstretch>0</horstretch>        </item>
705                                      <verstretch>0</verstretch>       </layout>
706                                  </sizepolicy>      </widget>
707                              </property>     </item>
708                              <property name="minimumSize">     <item>
709                                  <size>      <widget class="QDialogButtonBox" name="DialogButtonBox">
710                                      <width>24</width>       <property name="orientation">
711                                      <height>24</height>        <enum>Qt::Horizontal</enum>
712                                  </size>       </property>
713                              </property>       <property name="standardButtons">
714                              <property name="maximumSize">        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
715                                  <size>       </property>
716                                      <width>26</width>      </widget>
717                                      <height>26</height>     </item>
718                                  </size>    </layout>
719                              </property>   </widget>
720                              <property name="text">   <layoutdefault spacing="4" margin="8"/>
721                                  <string></string>   <tabstops>
722                              </property>    <tabstop>EngineNameComboBox</tabstop>
723                              <property name="pixmap">    <tabstop>InstrumentFileComboBox</tabstop>
724                                  <pixmap>audio1.png</pixmap>    <tabstop>InstrumentFileToolButton</tabstop>
725                              </property>    <tabstop>InstrumentNrComboBox</tabstop>
726                              <property name="toolTip" stdset="0">    <tabstop>DialogButtonBox</tabstop>
727                                  <string>Audio output device setup</string>   </tabstops>
728                              </property>   <resources>
729                          </widget>    <include location="qsampler.qrc"/>
730                      </hbox>   </resources>
731                  </widget>   <connections/>
732              </grid>  </ui>
         </widget>  
     </grid>  
 </widget>  
 <connections>  
     <connection>  
         <sender>EngineNameComboBox</sender>  
         <signal>activated(int)</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>optionsChanged()</slot>  
     </connection>  
     <connection>  
         <sender>InstrumentFileComboBox</sender>  
         <signal>activated(const QString&amp;)</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>updateInstrumentName()</slot>  
     </connection>  
     <connection>  
         <sender>InstrumentFilePushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>openInstrumentFile()</slot>  
     </connection>  
     <connection>  
         <sender>InstrumentNrComboBox</sender>  
         <signal>activated(int)</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>optionsChanged()</slot>  
     </connection>  
     <connection>  
         <sender>MidiDriverComboBox</sender>  
         <signal>activated(const QString&amp;)</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>selectMidiDriver(const QString&amp;)</slot>  
     </connection>  
     <connection>  
         <sender>MidiDeviceComboBox</sender>  
         <signal>activated(int)</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>selectMidiDevice(int)</slot>  
     </connection>  
     <connection>  
         <sender>MidiPortSpinBox</sender>  
         <signal>valueChanged(int)</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>optionsChanged()</slot>  
     </connection>  
     <connection>  
         <sender>MidiChannelComboBox</sender>  
         <signal>activated(int)</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>optionsChanged()</slot>  
     </connection>  
     <connection>  
         <sender>AudioDriverComboBox</sender>  
         <signal>activated(const QString&amp;)</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>selectAudioDriver(const QString&amp;)</slot>  
     </connection>  
     <connection>  
         <sender>AudioDeviceComboBox</sender>  
         <signal>activated(int)</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>selectAudioDevice(int)</slot>  
     </connection>  
     <connection>  
         <sender>OkPushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>accept()</slot>  
     </connection>  
     <connection>  
         <sender>CancelPushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>reject()</slot>  
     </connection>  
     <connection>  
         <sender>MidiDevicePushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>setupMidiDevice()</slot>  
     </connection>  
     <connection>  
         <sender>AudioDevicePushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>setupAudioDevice()</slot>  
     </connection>  
 </connections>  
 <tabstops>  
     <tabstop>EngineNameComboBox</tabstop>  
     <tabstop>InstrumentFileComboBox</tabstop>  
     <tabstop>InstrumentFilePushButton</tabstop>  
     <tabstop>InstrumentNrComboBox</tabstop>  
     <tabstop>MidiDriverComboBox</tabstop>  
     <tabstop>MidiPortSpinBox</tabstop>  
     <tabstop>MidiChannelComboBox</tabstop>  
     <tabstop>MidiDeviceComboBox</tabstop>  
     <tabstop>MidiDevicePushButton</tabstop>  
     <tabstop>AudioDriverComboBox</tabstop>  
     <tabstop>AudioDeviceComboBox</tabstop>  
     <tabstop>AudioDevicePushButton</tabstop>  
     <tabstop>OkPushButton</tabstop>  
     <tabstop>CancelPushButton</tabstop>  
 </tabstops>  
 <includes>  
     <include location="local" impldecl="in declaration">qsamplerDevice.h</include>  
     <include location="local" impldecl="in declaration">qsamplerChannel.h</include>  
     <include location="local" impldecl="in implementation">qsamplerChannelForm.ui.h</include>  
 </includes>  
 <forwards>  
     <forward>class qsamplerDeviceForm;</forward>  
 </forwards>  
 <variables>  
     <variable access="private">qsamplerChannel *m_pChannel;</variable>  
     <variable access="private">int m_iDirtySetup;</variable>  
     <variable access="private">int m_iDirtyCount;</variable>  
     <variable access="private">QPtrList &lt; qsamplerDevice &gt; m_audioDevices;</variable>  
     <variable access="private">QPtrList &lt; qsamplerDevice &gt; m_midiDevices;</variable>  
     <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>  
 </variables>  
 <slots>  
     <slot specifier="non virtual">accept()</slot>  
     <slot specifier="non virtual">reject()</slot>  
     <slot specifier="non virtual">openInstrumentFile()</slot>  
     <slot specifier="non virtual">updateInstrumentName()</slot>  
     <slot specifier="non virtual">selectMidiDriver( const QString &amp; sMidiDriver )</slot>  
     <slot specifier="non virtual">selectMidiDevice( int iMidiItem )</slot>  
     <slot specifier="non virtual">setupMidiDevice()</slot>  
     <slot specifier="non virtual">selectAudioDriver( const QString &amp; sAudioDriver )</slot>  
     <slot specifier="non virtual">selectAudioDevice( int iAudioItem )</slot>  
     <slot specifier="non virtual">setupAudioDevice()</slot>  
     <slot specifier="non virtual">updateDevices()</slot>  
     <slot specifier="non virtual">optionsChanged()</slot>  
     <slot specifier="non virtual">stabilizeForm()</slot>  
 </slots>  
 <functions>  
     <function access="private" specifier="non virtual">init()</function>  
     <function access="private" specifier="non virtual">destroy()</function>  
     <function specifier="non virtual">setup( qsamplerChannel *pChannel )</function>  
         <function specifier="non virtual">setupDevice( qsamplerDevice *pDevice, qsamplerDevice::qsamplerDeviceType deviceTypeMode, const QString &amp; sDriverName )</function>  
     <function specifier="non virtual">selectMidiDriverItem( const QString &amp; sMidiDriver )</function>  
     <function specifier="non virtual">selectMidiDeviceItem( int iMidiItem )</function>  
     <function specifier="non virtual">selectAudioDriverItem( const QString &amp; sAudioDriver )</function>  
     <function specifier="non virtual">selectAudioDeviceItem( int iAudioItem )</function>  
 </functions>  
 <pixmapinproject/>  
 <layoutdefaults spacing="8" margin="8"/>  
 </UI>  

Legend:
Removed from v.490  
changed lines
  Added in v.3438

  ViewVC Help
Powered by ViewVC