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

Legend:
Removed from v.452  
changed lines
  Added in v.3436

  ViewVC Help
Powered by ViewVC