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

  ViewVC Help
Powered by ViewVC