/[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 2074 by capela, Mon Mar 29 17:00:30 2010 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-2010, 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>455</width>    </property>
33              <height>303</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="qsampler.qrc" >:/images/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="qsampler.qrc" >:/images/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="1" >
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>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="sizePolicy">            <property name="text" >
275                  <sizepolicy>             <string/>
276                      <hsizetype>1</hsizetype>            </property>
277                      <vsizetype>5</vsizetype>            <property name="icon" >
278                      <horstretch>0</horstretch>             <iconset resource="qsampler.qrc" >:/images/midi1.png</iconset>
279                      <verstretch>0</verstretch>            </property>
280                  </sizepolicy>           </widget>
281              </property>          </item>
282              <property name="text">         </layout>
283                  <string>&amp;Engine:</string>        </item>
284              </property>        <item row="2" column="0" >
285              <property name="alignment">         <widget class="QLabel" name="MidiMapTextLabel" >
286                  <set>AlignVCenter|AlignRight</set>          <property name="text" >
287              </property>           <string>&amp;Map:</string>
288              <property name="buddy" stdset="0">          </property>
289                  <cstring>EngineNameComboBox</cstring>          <property name="alignment" >
290              </property>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
291          </widget>          </property>
292          <widget class="QLabel" row="1" column="0">          <property name="wordWrap" >
293              <property name="name">           <bool>false</bool>
294                  <cstring>InstrumentFileTextLabel</cstring>          </property>
295              </property>          <property name="buddy" >
296              <property name="sizePolicy">           <cstring>MidiMapComboBox</cstring>
297                  <sizepolicy>          </property>
298                      <hsizetype>1</hsizetype>         </widget>
299                      <vsizetype>5</vsizetype>        </item>
300                      <horstretch>0</horstretch>        <item row="1" column="0" >
301                      <verstretch>0</verstretch>         <widget class="QLabel" name="MidiDeviceTextLabel" >
302                  </sizepolicy>          <property name="text" >
303              </property>           <string>&amp;Device:</string>
304              <property name="text">          </property>
305                  <string>&amp;Filename:</string>          <property name="alignment" >
306              </property>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
307              <property name="alignment">          </property>
308                  <set>AlignVCenter|AlignRight</set>          <property name="wordWrap" >
309              </property>           <bool>false</bool>
310              <property name="buddy" stdset="0">          </property>
311                  <cstring>InstrumentFileComboBox</cstring>          <property name="buddy" >
312              </property>           <cstring>MidiDeviceComboBox</cstring>
313          </widget>          </property>
314          <widget class="QPushButton" row="1" column="3">         </widget>
315              <property name="name">        </item>
316                  <cstring>InstrumentFilePushButton</cstring>        <item row="2" column="1" >
317              </property>         <layout class="QHBoxLayout" >
318              <property name="sizePolicy">          <property name="margin" >
319                  <sizepolicy>           <number>0</number>
320                      <hsizetype>0</hsizetype>          </property>
321                      <vsizetype>0</vsizetype>          <property name="spacing" >
322                      <horstretch>0</horstretch>           <number>4</number>
323                      <verstretch>0</verstretch>          </property>
324                  </sizepolicy>          <item>
325              </property>           <widget class="QComboBox" name="MidiMapComboBox" >
326              <property name="minimumSize">            <property name="sizePolicy" >
327                  <size>             <sizepolicy>
328                      <width>24</width>              <hsizetype>7</hsizetype>
329                      <height>24</height>              <vsizetype>0</vsizetype>
330                  </size>              <horstretch>0</horstretch>
331              </property>              <verstretch>0</verstretch>
332              <property name="maximumSize">             </sizepolicy>
333                  <size>            </property>
334                      <width>26</width>            <property name="toolTip" >
335                      <height>26</height>             <string>Instrument map</string>
336                  </size>            </property>
337              </property>           </widget>
338              <property name="text">          </item>
339                  <string></string>          <item>
340              </property>           <spacer>
341              <property name="pixmap">            <property name="orientation" >
342                  <pixmap>fileOpen.png</pixmap>             <enum>Qt::Horizontal</enum>
343              </property>            </property>
344              <property name="toolTip" stdset="0">            <property name="sizeType" >
345                  <string>Browse for instrument filename</string>             <enum>QSizePolicy::Expanding</enum>
346              </property>            </property>
347          </widget>            <property name="sizeHint" >
348          <widget class="QComboBox" row="1" column="1" rowspan="1" colspan="2">             <size>
349              <property name="name">              <width>160</width>
350                  <cstring>InstrumentFileComboBox</cstring>              <height>20</height>
351              </property>             </size>
352              <property name="sizePolicy">            </property>
353                  <sizepolicy>           </spacer>
354                      <hsizetype>7</hsizetype>          </item>
355                      <vsizetype>0</vsizetype>         </layout>
356                      <horstretch>0</horstretch>        </item>
357                      <verstretch>0</verstretch>        <item row="0" column="0" >
358                  </sizepolicy>         <widget class="QLabel" name="MidiDriverTextLabel" >
359              </property>          <property name="text" >
360              <property name="minimumSize">           <string>&amp;Type:</string>
361                  <size>          </property>
362                      <width>320</width>          <property name="alignment" >
363                      <height>0</height>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
364                  </size>          </property>
365              </property>          <property name="wordWrap" >
366              <property name="editable">           <bool>false</bool>
367                  <bool>true</bool>          </property>
368              </property>          <property name="buddy" >
369              <property name="toolTip" stdset="0">           <cstring>MidiDriverComboBox</cstring>
370                  <string>Instrument filename</string>          </property>
371              </property>         </widget>
372          </widget>        </item>
373          <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="4">        <item row="0" column="1" >
374              <property name="name">         <layout class="QHBoxLayout" >
375                  <cstring>layout1</cstring>          <property name="margin" >
376              </property>           <number>0</number>
377              <hbox>          </property>
378                  <property name="name">          <property name="spacing" >
379                      <cstring>unnamed</cstring>           <number>4</number>
380                  </property>          </property>
381                  <spacer>          <item>
382                      <property name="name">           <widget class="QComboBox" name="MidiDriverComboBox" >
383                          <cstring>spacer3</cstring>            <property name="sizePolicy" >
384                      </property>             <sizepolicy>
385                      <property name="orientation">              <hsizetype>5</hsizetype>
386                          <enum>Horizontal</enum>              <vsizetype>0</vsizetype>
387                      </property>              <horstretch>0</horstretch>
388                      <property name="sizeType">              <verstretch>0</verstretch>
389                          <enum>Expanding</enum>             </sizepolicy>
390                      </property>            </property>
391                      <property name="sizeHint">            <property name="toolTip" >
392                          <size>             <string>MIDI input driver type</string>
393                              <width>8</width>            </property>
394                              <height>8</height>           </widget>
395                          </size>          </item>
396                      </property>          <item>
397                  </spacer>           <spacer>
398                  <widget class="QPushButton">            <property name="orientation" >
399                      <property name="name">             <enum>Qt::Horizontal</enum>
400                          <cstring>OkPushButton</cstring>            </property>
401                      </property>            <property name="sizeType" >
402                      <property name="text">             <enum>QSizePolicy::Expanding</enum>
403                          <string>OK</string>            </property>
404                      </property>            <property name="sizeHint" >
405                      <property name="iconSet">             <size>
406                          <iconset>formAccept.png</iconset>              <width>20</width>
407                      </property>              <height>20</height>
408                  </widget>             </size>
409                  <widget class="QPushButton">            </property>
410                      <property name="name">           </spacer>
411                          <cstring>CancelPushButton</cstring>          </item>
412                      </property>          <item>
413                      <property name="text">           <widget class="QLabel" name="MidiPortTextLabel" >
414                          <string>Cancel</string>            <property name="text" >
415                      </property>             <string>&amp;Port:</string>
416                      <property name="iconSet">            </property>
417                          <iconset>formReject.png</iconset>            <property name="alignment" >
418                      </property>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
419                  </widget>            </property>
420              </hbox>            <property name="wordWrap" >
421          </widget>             <bool>false</bool>
422          <widget class="QComboBox" row="2" column="1" rowspan="1" colspan="3">            </property>
423              <property name="name">            <property name="buddy" >
424                  <cstring>InstrumentNrComboBox</cstring>             <cstring>MidiPortSpinBox</cstring>
425              </property>            </property>
426              <property name="sizePolicy">           </widget>
427                  <sizepolicy>          </item>
428                      <hsizetype>7</hsizetype>          <item>
429                      <vsizetype>0</vsizetype>           <widget class="QSpinBox" name="MidiPortSpinBox" >
430                      <horstretch>0</horstretch>            <property name="toolTip" >
431                      <verstretch>0</verstretch>             <string>MIDI input port number</string>
432                  </sizepolicy>            </property>
433              </property>           </widget>
434              <property name="minimumSize">          </item>
435                  <size>          <item>
436                      <width>320</width>           <widget class="QLabel" name="MidiChannelTextLabel" >
437                      <height>0</height>            <property name="text" >
438                  </size>             <string>&amp;Channel:</string>
439              </property>            </property>
440              <property name="toolTip" stdset="0">            <property name="alignment" >
441                  <string>Instrument name</string>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
442              </property>            </property>
443          </widget>            <property name="wordWrap" >
444          <widget class="QLabel" row="2" column="0">             <bool>false</bool>
445              <property name="name">            </property>
446                  <cstring>InstrumentNrTextLabel</cstring>            <property name="buddy" >
447              </property>             <cstring>MidiChannelComboBox</cstring>
448              <property name="text">            </property>
449                  <string>&amp;Instrument:</string>           </widget>
450              </property>          </item>
451              <property name="alignment">          <item>
452                  <set>AlignVCenter|AlignRight</set>           <widget class="QComboBox" name="MidiChannelComboBox" >
453              </property>            <property name="toolTip" >
454              <property name="buddy" stdset="0">             <string>MIDI input channel</string>
455                  <cstring>InstrumentNrComboBox</cstring>            </property>
456              </property>            <item>
457          </widget>             <property name="text" >
458          <widget class="QGroupBox" row="3" column="1" rowspan="1" colspan="3">              <string>1</string>
459              <property name="name">             </property>
460                  <cstring>MidiGroupBox</cstring>            </item>
461              </property>            <item>
462              <property name="sizePolicy">             <property name="text" >
463                  <sizepolicy>              <string>2</string>
464                      <hsizetype>1</hsizetype>             </property>
465                      <vsizetype>5</vsizetype>            </item>
466                      <horstretch>0</horstretch>            <item>
467                      <verstretch>0</verstretch>             <property name="text" >
468                  </sizepolicy>              <string>3</string>
469              </property>             </property>
470              <property name="title">            </item>
471                  <string>MIDI / Input</string>            <item>
472              </property>             <property name="text" >
473              <grid>              <string>4</string>
474                  <property name="name">             </property>
475                      <cstring>unnamed</cstring>            </item>
476                  </property>            <item>
477                  <property name="margin">             <property name="text" >
478                      <number>8</number>              <string>5</string>
479                  </property>             </property>
480                  <property name="spacing">            </item>
481                      <number>8</number>            <item>
482                  </property>             <property name="text" >
483                  <widget class="QComboBox" row="0" column="1">              <string>6</string>
484                      <property name="name">             </property>
485                          <cstring>MidiDriverComboBox</cstring>            </item>
486                      </property>            <item>
487                      <property name="toolTip" stdset="0">             <property name="text" >
488                          <string>MIDI input driver type</string>              <string>7</string>
489                      </property>             </property>
490                  </widget>            </item>
491                  <widget class="QLabel" row="0" column="0">            <item>
492                      <property name="name">             <property name="text" >
493                          <cstring>MidiDriverTextLabel</cstring>              <string>8</string>
494                      </property>             </property>
495                      <property name="text">            </item>
496                          <string>&amp;Type:</string>            <item>
497                      </property>             <property name="text" >
498                      <property name="alignment">              <string>9</string>
499                          <set>AlignVCenter</set>             </property>
500                      </property>            </item>
501                      <property name="buddy" stdset="0">            <item>
502                          <cstring>MidiDriverComboBox</cstring>             <property name="text" >
503                      </property>              <string>10</string>
504                  </widget>             </property>
505                  <widget class="QComboBox" row="1" column="1" rowspan="1" colspan="6">            </item>
506                      <property name="name">            <item>
507                          <cstring>MidiDeviceComboBox</cstring>             <property name="text" >
508                      </property>              <string>11</string>
509                      <property name="toolTip" stdset="0">             </property>
510                          <string>MIDI input device</string>            </item>
511                      </property>            <item>
512                  </widget>             <property name="text" >
513                  <widget class="QLabel" row="1" column="0">              <string>12</string>
514                      <property name="name">             </property>
515                          <cstring>MidiDeviceTextLabel</cstring>            </item>
516                      </property>            <item>
517                      <property name="text">             <property name="text" >
518                          <string>&amp;Device:</string>              <string>13</string>
519                      </property>             </property>
520                      <property name="alignment">            </item>
521                          <set>AlignVCenter</set>            <item>
522                      </property>             <property name="text" >
523                      <property name="buddy" stdset="0">              <string>14</string>
524                          <cstring>MidiDeviceComboBox</cstring>             </property>
525                      </property>            </item>
526                  </widget>            <item>
527                  <widget class="QSpinBox" row="0" column="4">             <property name="text" >
528                      <property name="name">              <string>15</string>
529                          <cstring>MidiPortSpinBox</cstring>             </property>
530                      </property>            </item>
531                      <property name="toolTip" stdset="0">            <item>
532                          <string>MIDI input port number</string>             <property name="text" >
533                      </property>              <string>16</string>
534                  </widget>             </property>
535                  <widget class="QComboBox" row="0" column="6">            </item>
536                      <item>            <item>
537                          <property name="text">             <property name="text" >
538                              <string>1</string>              <string>All</string>
539                          </property>             </property>
540                      </item>            </item>
541                      <item>           </widget>
542                          <property name="text">          </item>
543                              <string>2</string>         </layout>
544                          </property>        </item>
545                      </item>       </layout>
546                      <item>      </widget>
547                          <property name="text">     </item>
548                              <string>3</string>     <item>
549                          </property>      <widget class="QGroupBox" name="AudioGroupBox" >
550                      </item>       <property name="title" >
551                      <item>        <string>Audio / Output</string>
552                          <property name="text">       </property>
553                              <string>4</string>       <layout class="QVBoxLayout" >
554                          </property>        <property name="margin" >
555                      </item>         <number>9</number>
556                      <item>        </property>
557                          <property name="text">        <property name="spacing" >
558                              <string>5</string>         <number>6</number>
559                          </property>        </property>
560                      </item>        <item>
561                      <item>         <layout class="QGridLayout" >
562                          <property name="text">          <property name="margin" >
563                              <string>6</string>           <number>0</number>
564                          </property>          </property>
565                      </item>          <property name="spacing" >
566                      <item>           <number>6</number>
567                          <property name="text">          </property>
568                              <string>7</string>          <item row="1" column="1" >
569                          </property>           <layout class="QHBoxLayout" >
570                      </item>            <property name="margin" >
571                      <item>             <number>0</number>
572                          <property name="text">            </property>
573                              <string>8</string>            <property name="spacing" >
574                          </property>             <number>4</number>
575                      </item>            </property>
576                      <item>            <item>
577                          <property name="text">             <widget class="QComboBox" name="AudioDeviceComboBox" >
578                              <string>9</string>              <property name="sizePolicy" >
579                          </property>               <sizepolicy>
580                      </item>                <hsizetype>7</hsizetype>
581                      <item>                <vsizetype>0</vsizetype>
582                          <property name="text">                <horstretch>0</horstretch>
583                              <string>10</string>                <verstretch>0</verstretch>
584                          </property>               </sizepolicy>
585                      </item>              </property>
586                      <item>              <property name="toolTip" >
587                          <property name="text">               <string>Audio output device</string>
588                              <string>11</string>              </property>
589                          </property>             </widget>
590                      </item>            </item>
591                      <item>            <item>
592                          <property name="text">             <widget class="QToolButton" name="AudioDeviceToolButton" >
593                              <string>12</string>              <property name="sizePolicy" >
594                          </property>               <sizepolicy>
595                      </item>                <hsizetype>0</hsizetype>
596                      <item>                <vsizetype>0</vsizetype>
597                          <property name="text">                <horstretch>0</horstretch>
598                              <string>13</string>                <verstretch>0</verstretch>
599                          </property>               </sizepolicy>
600                      </item>              </property>
601                      <item>              <property name="minimumSize" >
602                          <property name="text">               <size>
603                              <string>14</string>                <width>24</width>
604                          </property>                <height>24</height>
605                      </item>               </size>
606                      <item>              </property>
607                          <property name="text">              <property name="maximumSize" >
608                              <string>15</string>               <size>
609                          </property>                <width>26</width>
610                      </item>                <height>26</height>
611                      <item>               </size>
612                          <property name="text">              </property>
613                              <string>16</string>              <property name="focusPolicy" >
614                          </property>               <enum>Qt::TabFocus</enum>
615                      </item>              </property>
616                      <item>              <property name="toolTip" >
617                          <property name="text">               <string>Audio output device setup</string>
618                              <string>All</string>              </property>
619                          </property>              <property name="text" >
620                      </item>               <string/>
621                      <property name="name">              </property>
622                          <cstring>MidiChannelComboBox</cstring>              <property name="icon" >
623                      </property>               <iconset resource="qsampler.qrc" >:/images/audio1.png</iconset>
624                      <property name="toolTip" stdset="0">              </property>
625                          <string>MIDI input channel</string>             </widget>
626                      </property>            </item>
627                  </widget>           </layout>
628                  <widget class="QLabel" row="0" column="5">          </item>
629                      <property name="name">          <item row="1" column="0" >
630                          <cstring>MidiChannelTextLabel</cstring>           <widget class="QLabel" name="AudioDeviceTextLabel" >
631                      </property>            <property name="text" >
632                      <property name="text">             <string>&amp;Device:</string>
633                          <string>&amp;Channel:</string>            </property>
634                      </property>            <property name="alignment" >
635                      <property name="alignment">             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
636                          <set>AlignVCenter|AlignRight</set>            </property>
637                      </property>            <property name="wordWrap" >
638                      <property name="buddy" stdset="0">             <bool>false</bool>
639                          <cstring>MidiChannelComboBox</cstring>            </property>
640                      </property>            <property name="buddy" >
641                  </widget>             <cstring>AudioDeviceComboBox</cstring>
642                  <spacer row="0" column="2">            </property>
643                      <property name="name">           </widget>
644                          <cstring>spacer1</cstring>          </item>
645                      </property>          <item row="0" column="1" >
646                      <property name="orientation">           <layout class="QHBoxLayout" >
647                          <enum>Horizontal</enum>            <property name="margin" >
648                      </property>             <number>0</number>
649                      <property name="sizeType">            </property>
650                          <enum>Expanding</enum>            <property name="spacing" >
651                      </property>             <number>4</number>
652                      <property name="sizeHint">            </property>
653                          <size>            <item>
654                              <width>16</width>             <widget class="QComboBox" name="AudioDriverComboBox" >
655                              <height>8</height>              <property name="sizePolicy" >
656                          </size>               <sizepolicy>
657                      </property>                <hsizetype>5</hsizetype>
658                  </spacer>                <vsizetype>0</vsizetype>
659                  <widget class="QLabel" row="0" column="3">                <horstretch>0</horstretch>
660                      <property name="name">                <verstretch>0</verstretch>
661                          <cstring>MidiPortTextLabel</cstring>               </sizepolicy>
662                      </property>              </property>
663                      <property name="text">              <property name="toolTip" >
664                          <string>&amp;Port:</string>               <string>Audio output driver type</string>
665                      </property>              </property>
666                      <property name="alignment">             </widget>
667                          <set>AlignVCenter|AlignRight</set>            </item>
668                      </property>            <item>
669                      <property name="buddy" stdset="0">             <spacer>
670                          <cstring>MidiPortSpinBox</cstring>              <property name="orientation" >
671                      </property>               <enum>Qt::Horizontal</enum>
672                  </widget>              </property>
673              </grid>              <property name="sizeType" >
674          </widget>               <enum>QSizePolicy::Expanding</enum>
675          <widget class="QGroupBox" row="4" column="1" rowspan="1" colspan="3">              </property>
676              <property name="name">              <property name="sizeHint" >
677                  <cstring>AudioGroupBox</cstring>               <size>
678              </property>                <width>20</width>
679              <property name="sizePolicy">                <height>20</height>
680                  <sizepolicy>               </size>
681                      <hsizetype>1</hsizetype>              </property>
682                      <vsizetype>5</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="title">           <widget class="QLabel" name="AudioDriverTextLabel" >
688                  <string>Audio / Output</string>            <property name="text" >
689              </property>             <string>&amp;Type:</string>
690              <property name="alignment">            </property>
691                  <set>AlignAuto</set>            <property name="alignment" >
692              </property>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
693              <grid>            </property>
694                  <property name="name">            <property name="wordWrap" >
695                      <cstring>unnamed</cstring>             <bool>false</bool>
696                  </property>            </property>
697                  <property name="margin">            <property name="buddy" >
698                      <number>8</number>             <cstring>AudioDriverComboBox</cstring>
699                  </property>            </property>
700                  <property name="spacing">           </widget>
701                      <number>8</number>          </item>
702                  </property>         </layout>
703                  <widget class="QComboBox" row="1" column="1" rowspan="1" colspan="2">        </item>
704                      <property name="name">        <item>
705                          <cstring>AudioDeviceComboBox</cstring>         <widget class="QTableView" name="AudioRoutingTable" >
706                      </property>          <property name="sizePolicy" >
707                      <property name="toolTip" stdset="0">           <sizepolicy>
708                          <string>Audio output device</string>            <hsizetype>7</hsizetype>
709                      </property>            <vsizetype>7</vsizetype>
710                  </widget>            <horstretch>0</horstretch>
711                  <widget class="QComboBox" row="0" column="1">            <verstretch>0</verstretch>
712                      <property name="name">           </sizepolicy>
713                          <cstring>AudioDriverComboBox</cstring>          </property>
714                      </property>          <property name="toolTip" >
715                      <property name="toolTip" stdset="0">           <string>Audio routing table</string>
716                          <string>Audio output driver type</string>          </property>
717                      </property>          <property name="minimumSize" >
718                  </widget>           <size>
719                  <widget class="QLabel" row="0" column="0">            <width>320</width>
720                      <property name="name">            <height>80</height>
721                          <cstring>AudioDriverTextLabel</cstring>           </size>
722                      </property>          </property>
723                      <property name="text">         </widget>
724                          <string>&amp;Type:</string>        </item>
725                      </property>       </layout>
726                      <property name="alignment">      </widget>
727                          <set>AlignVCenter</set>     </item>
728                      </property>     <item>
729                      <property name="buddy" stdset="0">      <layout class="QHBoxLayout" >
730                          <cstring>AudioDriverComboBox</cstring>       <property name="margin" >
731                      </property>        <number>0</number>
732                  </widget>       </property>
733                  <widget class="QLabel" row="1" column="0">       <property name="spacing" >
734                      <property name="name">        <number>4</number>
735                          <cstring>AudioDeviceTextLabel</cstring>       </property>
736                      </property>       <item>
737                      <property name="text">        <spacer>
738                          <string>&amp;Device:</string>         <property name="orientation" >
739                      </property>          <enum>Qt::Horizontal</enum>
740                      <property name="alignment">         </property>
741                          <set>AlignVCenter</set>         <property name="sizeType" >
742                      </property>          <enum>QSizePolicy::Expanding</enum>
743                      <property name="buddy" stdset="0">         </property>
744                          <cstring>AudioDeviceComboBox</cstring>         <property name="sizeHint" >
745                      </property>          <size>
746                  </widget>           <width>8</width>
747                  <spacer row="0" column="2">           <height>8</height>
748                      <property name="name">          </size>
749                          <cstring>spacer2</cstring>         </property>
750                      </property>        </spacer>
751                      <property name="orientation">       </item>
752                          <enum>Horizontal</enum>       <item>
753                      </property>        <widget class="QPushButton" name="OkPushButton" >
754                      <property name="sizeType">         <property name="text" >
755                          <enum>Expanding</enum>          <string>OK</string>
756                      </property>         </property>
757                      <property name="sizeHint">         <property name="icon" >
758                          <size>          <iconset resource="qsampler.qrc" >:/images/formAccept.png</iconset>
759                              <width>210</width>         </property>
760                              <height>8</height>        </widget>
761                          </size>       </item>
762                      </property>       <item>
763                  </spacer>        <widget class="QPushButton" name="CancelPushButton" >
764              </grid>         <property name="text" >
765          </widget>          <string>Cancel</string>
766      </grid>         </property>
767  </widget>         <property name="icon" >
768  <connections>          <iconset resource="qsampler.qrc" >:/images/formReject.png</iconset>
769      <connection>         </property>
770          <sender>EngineNameComboBox</sender>        </widget>
771          <signal>activated(int)</signal>       </item>
772          <receiver>qsamplerChannelForm</receiver>      </layout>
773          <slot>optionsChanged()</slot>     </item>
774      </connection>    </layout>
775      <connection>   </widget>
776          <sender>InstrumentFileComboBox</sender>   <layoutdefault spacing="4" margin="4" />
777          <signal>textChanged(const QString &amp;)</signal>   <tabstops>
778          <receiver>qsamplerChannelForm</receiver>    <tabstop>EngineNameComboBox</tabstop>
779          <slot>updateInstrumentName()</slot>    <tabstop>InstrumentFileComboBox</tabstop>
780      </connection>    <tabstop>InstrumentFileToolButton</tabstop>
781      <connection>    <tabstop>InstrumentNrComboBox</tabstop>
782          <sender>InstrumentFilePushButton</sender>    <tabstop>OkPushButton</tabstop>
783          <signal>clicked()</signal>    <tabstop>CancelPushButton</tabstop>
784          <receiver>qsamplerChannelForm</receiver>   </tabstops>
785          <slot>openInstrumentFile()</slot>   <resources>
786      </connection>    <include location="qsampler.qrc" />
787      <connection>   </resources>
788          <sender>InstrumentNrComboBox</sender>  </ui>
         <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.2074

  ViewVC Help
Powered by ViewVC