/[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 280 by capela, Mon Oct 11 12:27:39 2004 UTC revision 1528 by capela, Mon Nov 26 18:24:38 2007 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <ui version="4.0" >
2  <class>qsamplerChannelForm</class>   <author>rncbc aka Rui Nuno Capela</author>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2005-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6       Copyright (C) 2007, Christian Schoenebeck
7    
8     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
9     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 14  Line 15 
15     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16     GNU General Public License for more details.     GNU General Public License for more details.
17    
18     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
19     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
20     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21    
22  </comment>  </comment>
23  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerChannelForm</class>
24  <widget class="QDialog">   <widget class="QDialog" name="qsamplerChannelForm" >
25      <property name="name">    <property name="geometry" >
26          <cstring>qsamplerChannelForm</cstring>     <rect>
27      </property>      <x>0</x>
28      <property name="geometry">      <y>0</y>
29          <rect>      <width>460</width>
30              <x>0</x>      <height>320</height>
31              <y>0</y>     </rect>
32              <width>430</width>    </property>
33              <height>255</height>    <property name="sizePolicy" >
34          </rect>     <sizepolicy>
35      </property>      <hsizetype>7</hsizetype>
36      <property name="sizePolicy">      <vsizetype>1</vsizetype>
37        <horstretch>0</horstretch>
38        <verstretch>0</verstretch>
39       </sizepolicy>
40      </property>
41      <property name="focusPolicy" >
42       <enum>Qt::StrongFocus</enum>
43      </property>
44      <property name="windowTitle" >
45       <string>Qsampler: Channel</string>
46      </property>
47      <property name="windowIcon" >
48       <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
49      </property>
50      <layout class="QVBoxLayout" >
51       <property name="margin" >
52        <number>9</number>
53       </property>
54       <property name="spacing" >
55        <number>6</number>
56       </property>
57       <item>
58        <layout class="QGridLayout" >
59         <property name="margin" >
60          <number>0</number>
61         </property>
62         <property name="spacing" >
63          <number>6</number>
64         </property>
65         <item row="1" column="2" >
66          <widget class="QToolButton" name="InstrumentFileToolButton" >
67           <property name="sizePolicy" >
68          <sizepolicy>          <sizepolicy>
69             <hsizetype>0</hsizetype>
70             <vsizetype>0</vsizetype>
71             <horstretch>0</horstretch>
72             <verstretch>0</verstretch>
73            </sizepolicy>
74           </property>
75           <property name="minimumSize" >
76            <size>
77             <width>24</width>
78             <height>24</height>
79            </size>
80           </property>
81           <property name="maximumSize" >
82            <size>
83             <width>26</width>
84             <height>26</height>
85            </size>
86           </property>
87           <property name="focusPolicy" >
88            <enum>Qt::TabFocus</enum>
89           </property>
90           <property name="toolTip" >
91            <string>Browse for instrument filename</string>
92           </property>
93           <property name="text" >
94            <string/>
95           </property>
96           <property name="icon" >
97            <iconset resource="../icons/qsampler.qrc" >:/icons/fileOpen.png</iconset>
98           </property>
99          </widget>
100         </item>
101         <item row="2" column="1" colspan="2" >
102          <widget class="QComboBox" name="InstrumentNrComboBox" >
103           <property name="sizePolicy" >
104            <sizepolicy>
105             <hsizetype>7</hsizetype>
106             <vsizetype>0</vsizetype>
107             <horstretch>0</horstretch>
108             <verstretch>0</verstretch>
109            </sizepolicy>
110           </property>
111           <property name="minimumSize" >
112            <size>
113             <width>320</width>
114             <height>0</height>
115            </size>
116           </property>
117           <property name="toolTip" >
118            <string>Instrument name</string>
119           </property>
120          </widget>
121         </item>
122         <item row="0" column="0" >
123          <widget class="QLabel" name="EngineNameTextLabel" >
124           <property name="text" >
125            <string>&amp;Engine:</string>
126           </property>
127           <property name="alignment" >
128            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
129           </property>
130           <property name="wordWrap" >
131            <bool>false</bool>
132           </property>
133           <property name="buddy" >
134            <cstring>EngineNameComboBox</cstring>
135           </property>
136          </widget>
137         </item>
138         <item row="0" column="1" colspan="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="../icons/qsampler.qrc" >:/icons/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>InstrumentTextLabel</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;Instrument:</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="QSpinBox" row="2" column="1">            </property>
423              <property name="name">            <property name="buddy" >
424                  <cstring>InstrumentNrSpinBox</cstring>             <cstring>MidiPortSpinBox</cstring>
425              </property>            </property>
426              <property name="maximumSize">           </widget>
427                  <size>          </item>
428                      <width>40</width>          <item>
429                      <height>32767</height>           <widget class="QSpinBox" name="MidiPortSpinBox" >
430                  </size>            <property name="toolTip" >
431              </property>             <string>MIDI input port number</string>
432              <property name="toolTip" stdset="0">            </property>
433                  <string>Instrument index</string>           </widget>
434              </property>          </item>
435          </widget>          <item>
436          <widget class="QLabel" row="2" column="0">           <widget class="QLabel" name="MidiChannelTextLabel" >
437              <property name="name">            <property name="text" >
438                  <cstring>InstrumentNrTextLabel</cstring>             <string>&amp;Channel:</string>
439              </property>            </property>
440              <property name="text">            <property name="alignment" >
441                  <string>Inde&amp;x:</string>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
442              </property>            </property>
443              <property name="alignment">            <property name="wordWrap" >
444                  <set>AlignVCenter|AlignRight</set>             <bool>false</bool>
445              </property>            </property>
446              <property name="buddy" stdset="0">            <property name="buddy" >
447                  <cstring>InstrumentNrSpinBox</cstring>             <cstring>MidiChannelComboBox</cstring>
448              </property>            </property>
449          </widget>           </widget>
450          <widget class="QLabel" row="2" column="2" rowspan="1" colspan="2">          </item>
451              <property name="name">          <item>
452                  <cstring>InstrumentNameTextLabel</cstring>           <widget class="QComboBox" name="MidiChannelComboBox" >
453              </property>            <property name="toolTip" >
454              <property name="sizePolicy">             <string>MIDI input channel</string>
455                  <sizepolicy>            </property>
456                      <hsizetype>1</hsizetype>            <item>
457                      <vsizetype>5</vsizetype>             <property name="text" >
458                      <horstretch>0</horstretch>              <string>1</string>
459                      <verstretch>0</verstretch>             </property>
460                  </sizepolicy>            </item>
461              </property>            <item>
462              <property name="toolTip" stdset="0">             <property name="text" >
463                  <string>Instrument name</string>              <string>2</string>
464              </property>             </property>
465          </widget>            </item>
466          <widget class="QGroupBox" row="3" column="1" rowspan="1" colspan="3">            <item>
467              <property name="name">             <property name="text" >
468                  <cstring>MidiGroupBox</cstring>              <string>3</string>
469              </property>             </property>
470              <property name="sizePolicy">            </item>
471                  <sizepolicy>            <item>
472                      <hsizetype>1</hsizetype>             <property name="text" >
473                      <vsizetype>5</vsizetype>              <string>4</string>
474                      <horstretch>0</horstretch>             </property>
475                      <verstretch>0</verstretch>            </item>
476                  </sizepolicy>            <item>
477              </property>             <property name="text" >
478              <property name="title">              <string>5</string>
479                  <string>MIDI / Input</string>             </property>
480              </property>            </item>
481              <hbox>            <item>
482                  <property name="name">             <property name="text" >
483                      <cstring>unnamed</cstring>              <string>6</string>
484                  </property>             </property>
485                  <property name="margin">            </item>
486                      <number>8</number>            <item>
487                  </property>             <property name="text" >
488                  <property name="spacing">              <string>7</string>
489                      <number>8</number>             </property>
490                  </property>            </item>
491                  <widget class="QLabel">            <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|AlignRight</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">            </item>
506                      <item>            <item>
507                          <property name="text">             <property name="text" >
508                              <string>ALSA</string>              <string>11</string>
509                          </property>             </property>
510                      </item>            </item>
511                      <property name="name">            <item>
512                          <cstring>MidiDriverComboBox</cstring>             <property name="text" >
513                      </property>              <string>12</string>
514                      <property name="toolTip" stdset="0">             </property>
515                          <string>MIDI input driver type</string>            </item>
516                      </property>            <item>
517                  </widget>             <property name="text" >
518                  <widget class="QLabel">              <string>13</string>
519                      <property name="name">             </property>
520                          <cstring>MidiPortTextLabel</cstring>            </item>
521                      </property>            <item>
522                      <property name="text">             <property name="text" >
523                          <string>&amp;Port:</string>              <string>14</string>
524                      </property>             </property>
525                      <property name="alignment">            </item>
526                          <set>AlignVCenter|AlignRight</set>            <item>
527                      </property>             <property name="text" >
528                      <property name="buddy" stdset="0">              <string>15</string>
529                          <cstring>MidiPortSpinBox</cstring>             </property>
530                      </property>            </item>
531                  </widget>            <item>
532                  <widget class="QSpinBox">             <property name="text" >
533                      <property name="name">              <string>16</string>
534                          <cstring>MidiPortSpinBox</cstring>             </property>
535                      </property>            </item>
536                      <property name="toolTip" stdset="0">            <item>
537                          <string>MIDI input port number</string>             <property name="text" >
538                      </property>              <string>All</string>
539                  </widget>             </property>
540                  <widget class="QLabel">            </item>
541                      <property name="name">           </widget>
542                          <cstring>MidiChannelTextLabel</cstring>          </item>
543                      </property>         </layout>
544                      <property name="text">        </item>
545                          <string>&amp;Channel:</string>       </layout>
546                      </property>      </widget>
547                      <property name="alignment">     </item>
548                          <set>AlignVCenter|AlignRight</set>     <item>
549                      </property>      <widget class="QGroupBox" name="AudioGroupBox" >
550                      <property name="buddy" stdset="0">       <property name="title" >
551                          <cstring>MidiChannelComboBox</cstring>        <string>Audio / Output</string>
552                      </property>       </property>
553                  </widget>       <layout class="QVBoxLayout" >
554                  <widget class="QComboBox">        <property name="margin" >
555                      <item>         <number>9</number>
556                          <property name="text">        </property>
557                              <string>1</string>        <property name="spacing" >
558                          </property>         <number>6</number>
559                      </item>        </property>
560                      <item>        <item>
561                          <property name="text">         <layout class="QGridLayout" >
562                              <string>2</string>          <property name="margin" >
563                          </property>           <number>0</number>
564                      </item>          </property>
565                      <item>          <property name="spacing" >
566                          <property name="text">           <number>6</number>
567                              <string>3</string>          </property>
568                          </property>          <item row="1" column="1" >
569                      </item>           <layout class="QHBoxLayout" >
570                      <item>            <property name="margin" >
571                          <property name="text">             <number>0</number>
572                              <string>4</string>            </property>
573                          </property>            <property name="spacing" >
574                      </item>             <number>4</number>
575                      <item>            </property>
576                          <property name="text">            <item>
577                              <string>5</string>             <widget class="QComboBox" name="AudioDeviceComboBox" >
578                          </property>              <property name="sizePolicy" >
579                      </item>               <sizepolicy>
580                      <item>                <hsizetype>7</hsizetype>
581                          <property name="text">                <vsizetype>0</vsizetype>
582                              <string>6</string>                <horstretch>0</horstretch>
583                          </property>                <verstretch>0</verstretch>
584                      </item>               </sizepolicy>
585                      <item>              </property>
586                          <property name="text">              <property name="toolTip" >
587                              <string>7</string>               <string>Audio output device</string>
588                          </property>              </property>
589                      </item>             </widget>
590                      <item>            </item>
591                          <property name="text">            <item>
592                              <string>8</string>             <widget class="QToolButton" name="AudioDeviceToolButton" >
593                          </property>              <property name="sizePolicy" >
594                      </item>               <sizepolicy>
595                      <item>                <hsizetype>0</hsizetype>
596                          <property name="text">                <vsizetype>0</vsizetype>
597                              <string>9</string>                <horstretch>0</horstretch>
598                          </property>                <verstretch>0</verstretch>
599                      </item>               </sizepolicy>
600                      <item>              </property>
601                          <property name="text">              <property name="minimumSize" >
602                              <string>10</string>               <size>
603                          </property>                <width>24</width>
604                      </item>                <height>24</height>
605                      <item>               </size>
606                          <property name="text">              </property>
607                              <string>11</string>              <property name="maximumSize" >
608                          </property>               <size>
609                      </item>                <width>26</width>
610                      <item>                <height>26</height>
611                          <property name="text">               </size>
612                              <string>12</string>              </property>
613                          </property>              <property name="focusPolicy" >
614                      </item>               <enum>Qt::TabFocus</enum>
615                      <item>              </property>
616                          <property name="text">              <property name="toolTip" >
617                              <string>13</string>               <string>Audio output device setup</string>
618                          </property>              </property>
619                      </item>              <property name="text" >
620                      <item>               <string/>
621                          <property name="text">              </property>
622                              <string>14</string>              <property name="icon" >
623                          </property>               <iconset resource="../icons/qsampler.qrc" >:/icons/audio1.png</iconset>
624                      </item>              </property>
625                      <item>             </widget>
626                          <property name="text">            </item>
627                              <string>15</string>           </layout>
628                          </property>          </item>
629                      </item>          <item row="1" column="0" >
630                      <item>           <widget class="QLabel" name="AudioDeviceTextLabel" >
631                          <property name="text">            <property name="text" >
632                              <string>16</string>             <string>&amp;Device:</string>
633                          </property>            </property>
634                      </item>            <property name="alignment" >
635                      <item>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
636                          <property name="text">            </property>
637                              <string>All</string>            <property name="wordWrap" >
638                          </property>             <bool>false</bool>
639                      </item>            </property>
640                      <property name="name">            <property name="buddy" >
641                          <cstring>MidiChannelComboBox</cstring>             <cstring>AudioDeviceComboBox</cstring>
642                      </property>            </property>
643                      <property name="toolTip" stdset="0">           </widget>
644                          <string>MIDI input channel</string>          </item>
645                      </property>          <item row="0" column="1" >
646                  </widget>           <layout class="QHBoxLayout" >
647                  <spacer>            <property name="margin" >
648                      <property name="name">             <number>0</number>
649                          <cstring>spacer2</cstring>            </property>
650                      </property>            <property name="spacing" >
651                      <property name="orientation">             <number>4</number>
652                          <enum>Horizontal</enum>            </property>
653                      </property>            <item>
654                      <property name="sizeType">             <widget class="QComboBox" name="AudioDriverComboBox" >
655                          <enum>Expanding</enum>              <property name="sizePolicy" >
656                      </property>               <sizepolicy>
657                      <property name="sizeHint">                <hsizetype>5</hsizetype>
658                          <size>                <vsizetype>0</vsizetype>
659                              <width>8</width>                <horstretch>0</horstretch>
660                              <height>8</height>                <verstretch>0</verstretch>
661                          </size>               </sizepolicy>
662                      </property>              </property>
663                  </spacer>              <property name="toolTip" >
664              </hbox>               <string>Audio output driver type</string>
665          </widget>              </property>
666          <widget class="QGroupBox" row="4" column="1" rowspan="1" colspan="3">             </widget>
667              <property name="name">            </item>
668                  <cstring>AudioGroupBox</cstring>            <item>
669              </property>             <spacer>
670              <property name="sizePolicy">              <property name="orientation" >
671                  <sizepolicy>               <enum>Qt::Horizontal</enum>
672                      <hsizetype>1</hsizetype>              </property>
673                      <vsizetype>5</vsizetype>              <property name="sizeType" >
674                      <horstretch>0</horstretch>               <enum>QSizePolicy::Expanding</enum>
675                      <verstretch>0</verstretch>              </property>
676                  </sizepolicy>              <property name="sizeHint" >
677              </property>               <size>
678              <property name="title">                <width>20</width>
679                  <string>Audio / Output</string>                <height>20</height>
680              </property>               </size>
681              <property name="alignment">              </property>
682                  <set>AlignAuto</set>             </spacer>
683              </property>            </item>
684              <hbox>           </layout>
685                  <property name="name">          </item>
686                      <cstring>unnamed</cstring>          <item row="0" column="0" >
687                  </property>           <widget class="QLabel" name="AudioDriverTextLabel" >
688                  <property name="margin">            <property name="text" >
689                      <number>8</number>             <string>&amp;Type:</string>
690                  </property>            </property>
691                  <property name="spacing">            <property name="alignment" >
692                      <number>8</number>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
693                  </property>            </property>
694                  <widget class="QLabel">            <property name="wordWrap" >
695                      <property name="name">             <bool>false</bool>
696                          <cstring>AudioDriverTextLabel</cstring>            </property>
697                      </property>            <property name="buddy" >
698                      <property name="text">             <cstring>AudioDriverComboBox</cstring>
699                          <string>&amp;Type:</string>            </property>
700                      </property>           </widget>
701                      <property name="alignment">          </item>
702                          <set>AlignVCenter|AlignRight</set>         </layout>
703                      </property>        </item>
704                      <property name="buddy" stdset="0">        <item>
705                          <cstring>AudioDriverComboBox</cstring>         <widget class="QTableView" name="AudioRoutingTable" >
706                      </property>          <property name="sizePolicy" >
707                  </widget>           <sizepolicy>
708                  <widget class="QComboBox">            <hsizetype>7</hsizetype>
709                      <item>            <vsizetype>7</vsizetype>
710                          <property name="text">            <horstretch>0</horstretch>
711                              <string>ALSA</string>            <verstretch>0</verstretch>
712                          </property>           </sizepolicy>
713                      </item>          </property>
714                      <item>          <property name="toolTip" >
715                          <property name="text">           <string>Audio routing table</string>
716                              <string>JACK</string>          </property>
717                          </property>          <property name="minimumSize" >
718                      </item>           <size>
719                      <property name="name">            <width>320</width>
720                          <cstring>AudioDriverComboBox</cstring>            <height>80</height>
721                      </property>           </size>
722                      <property name="toolTip" stdset="0">          </property>
723                          <string>Audio output driver type</string>         </widget>
724                      </property>        </item>
725                  </widget>       </layout>
726                  <spacer>      </widget>
727                      <property name="name">     </item>
728                          <cstring>spacer3</cstring>     <item>
729                      </property>      <layout class="QHBoxLayout" >
730                      <property name="orientation">       <property name="margin" >
731                          <enum>Horizontal</enum>        <number>0</number>
732                      </property>       </property>
733                      <property name="sizeType">       <property name="spacing" >
734                          <enum>Expanding</enum>        <number>4</number>
735                      </property>       </property>
736                      <property name="sizeHint">       <item>
737                          <size>        <spacer>
738                              <width>8</width>         <property name="orientation" >
739                              <height>8</height>          <enum>Qt::Horizontal</enum>
740                          </size>         </property>
741                      </property>         <property name="sizeType" >
742                  </spacer>          <enum>QSizePolicy::Expanding</enum>
743              </hbox>         </property>
744          </widget>         <property name="sizeHint" >
745      </grid>          <size>
746  </widget>           <width>8</width>
747  <connections>           <height>8</height>
748      <connection>          </size>
749          <sender>EngineNameComboBox</sender>         </property>
750          <signal>activated(int)</signal>        </spacer>
751          <receiver>qsamplerChannelForm</receiver>       </item>
752          <slot>optionsChanged()</slot>       <item>
753      </connection>        <widget class="QPushButton" name="OkPushButton" >
754      <connection>         <property name="text" >
755          <sender>InstrumentFileComboBox</sender>          <string>OK</string>
756          <signal>textChanged(const QString &amp;)</signal>         </property>
757          <receiver>qsamplerChannelForm</receiver>         <property name="icon" >
758          <slot>updateInstrumentName()</slot>          <iconset resource="../icons/qsampler.qrc" >:/icons/formAccept.png</iconset>
759      </connection>         </property>
760      <connection>        </widget>
761          <sender>InstrumentFilePushButton</sender>       </item>
762          <signal>clicked()</signal>       <item>
763          <receiver>qsamplerChannelForm</receiver>        <widget class="QPushButton" name="CancelPushButton" >
764          <slot>openInstrumentFile()</slot>         <property name="text" >
765      </connection>          <string>Cancel</string>
766      <connection>         </property>
767          <sender>InstrumentNrSpinBox</sender>         <property name="icon" >
768          <signal>valueChanged(int)</signal>          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
769          <receiver>qsamplerChannelForm</receiver>         </property>
770          <slot>updateInstrumentName()</slot>        </widget>
771      </connection>       </item>
772      <connection>      </layout>
773          <sender>MidiDriverComboBox</sender>     </item>
774          <signal>activated(int)</signal>    </layout>
775          <receiver>qsamplerChannelForm</receiver>   </widget>
776          <slot>optionsChanged()</slot>   <layoutdefault spacing="4" margin="4" />
777      </connection>   <tabstops>
778      <connection>    <tabstop>EngineNameComboBox</tabstop>
779          <sender>MidiPortSpinBox</sender>    <tabstop>InstrumentFileComboBox</tabstop>
780          <signal>valueChanged(int)</signal>    <tabstop>InstrumentFileToolButton</tabstop>
781          <receiver>qsamplerChannelForm</receiver>    <tabstop>InstrumentNrComboBox</tabstop>
782          <slot>optionsChanged()</slot>    <tabstop>OkPushButton</tabstop>
783      </connection>    <tabstop>CancelPushButton</tabstop>
784      <connection>   </tabstops>
785          <sender>MidiChannelComboBox</sender>   <resources>
786          <signal>activated(int)</signal>    <include location="../icons/qsampler.qrc" />
787          <receiver>qsamplerChannelForm</receiver>   </resources>
788          <slot>optionsChanged()</slot>  </ui>
     </connection>  
     <connection>  
         <sender>AudioDriverComboBox</sender>  
         <signal>activated(int)</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>optionsChanged()</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>InstrumentNrSpinBox</tabstop>  
     <tabstop>MidiDriverComboBox</tabstop>  
     <tabstop>MidiPortSpinBox</tabstop>  
     <tabstop>MidiChannelComboBox</tabstop>  
     <tabstop>AudioDriverComboBox</tabstop>  
     <tabstop>OkPushButton</tabstop>  
     <tabstop>CancelPushButton</tabstop>  
 </tabstops>  
 <includes>  
     <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>  
 </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">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, bool bNew )</function>  
 </functions>  
 <pixmapinproject/>  
 <layoutdefaults spacing="8" margin="8"/>  
 </UI>  

Legend:
Removed from v.280  
changed lines
  Added in v.1528

  ViewVC Help
Powered by ViewVC