/[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 299 by capela, Wed Nov 17 15:41:58 2004 UTC revision 1519 by capela, Sat Nov 24 13:06:19 2007 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <ui version="4.0" >
2  <class>qsamplerChannelForm</class>   <author>rncbc aka Rui Nuno Capela</author>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004, 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="2" >
139          <widget class="QComboBox" name="EngineNameComboBox" >
140           <property name="sizePolicy" >
141            <sizepolicy>
142             <hsizetype>7</hsizetype>
143             <vsizetype>0</vsizetype>
144             <horstretch>0</horstretch>
145             <verstretch>0</verstretch>
146            </sizepolicy>
147           </property>
148           <property name="toolTip" >
149            <string>Engine name</string>
150           </property>
151          </widget>
152         </item>
153         <item row="1" column="0" >
154          <widget class="QLabel" name="InstrumentFileTextLabel" >
155           <property name="text" >
156            <string>&amp;Filename:</string>
157           </property>
158           <property name="alignment" >
159            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
160           </property>
161           <property name="wordWrap" >
162            <bool>false</bool>
163           </property>
164           <property name="buddy" >
165            <cstring>InstrumentFileComboBox</cstring>
166           </property>
167          </widget>
168         </item>
169         <item row="2" column="0" >
170          <widget class="QLabel" name="InstrumentNrTextLabel" >
171           <property name="text" >
172            <string>&amp;Instrument:</string>
173           </property>
174           <property name="alignment" >
175            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
176           </property>
177           <property name="wordWrap" >
178            <bool>false</bool>
179           </property>
180           <property name="buddy" >
181            <cstring>InstrumentNrComboBox</cstring>
182           </property>
183          </widget>
184         </item>
185         <item row="1" column="1" >
186          <widget class="QComboBox" name="InstrumentFileComboBox" >
187           <property name="sizePolicy" >
188            <sizepolicy>
189             <hsizetype>7</hsizetype>
190             <vsizetype>0</vsizetype>
191             <horstretch>0</horstretch>
192             <verstretch>0</verstretch>
193            </sizepolicy>
194           </property>
195           <property name="minimumSize" >
196            <size>
197             <width>320</width>
198             <height>0</height>
199            </size>
200           </property>
201           <property name="toolTip" >
202            <string>Instrument filename</string>
203           </property>
204           <property name="editable" >
205            <bool>true</bool>
206           </property>
207          </widget>
208         </item>
209        </layout>
210       </item>
211       <item>
212        <widget class="QGroupBox" name="MidiGroupBox" >
213         <property name="title" >
214          <string>MIDI / Input</string>
215         </property>
216         <layout class="QGridLayout" >
217          <property name="margin" >
218           <number>9</number>
219          </property>
220          <property name="spacing" >
221           <number>6</number>
222          </property>
223          <item row="1" column="1" >
224           <layout class="QHBoxLayout" >
225            <property name="margin" >
226             <number>0</number>
227            </property>
228            <property name="spacing" >
229             <number>4</number>
230            </property>
231            <item>
232             <widget class="QComboBox" name="MidiDeviceComboBox" >
233              <property name="sizePolicy" >
234               <sizepolicy>
235              <hsizetype>7</hsizetype>              <hsizetype>7</hsizetype>
236              <vsizetype>1</vsizetype>              <vsizetype>0</vsizetype>
237              <horstretch>0</horstretch>              <horstretch>0</horstretch>
238              <verstretch>0</verstretch>              <verstretch>0</verstretch>
239          </sizepolicy>             </sizepolicy>
240      </property>            </property>
241      <property name="caption">            <property name="toolTip" >
242          <string>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>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;File:</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              <hbox>              <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="QLabel">              <string>6</string>
484                      <property name="name">             </property>
485                          <cstring>MidiDriverTextLabel</cstring>            </item>
486                      </property>            <item>
487                      <property name="text">             <property name="text" >
488                          <string>&amp;Type:</string>              <string>7</string>
489                      </property>             </property>
490                      <property name="alignment">            </item>
491                          <set>AlignVCenter|AlignRight</set>            <item>
492                      </property>             <property name="text" >
493                      <property name="buddy" stdset="0">              <string>8</string>
494                          <cstring>MidiDriverComboBox</cstring>             </property>
495                      </property>            </item>
496                  </widget>            <item>
497                  <widget class="QComboBox">             <property name="text" >
498                      <item>              <string>9</string>
499                          <property name="text">             </property>
500                              <string>ALSA</string>            </item>
501                          </property>            <item>
502                      </item>             <property name="text" >
503                      <property name="name">              <string>10</string>
504                          <cstring>MidiDriverComboBox</cstring>             </property>
505                      </property>            </item>
506                      <property name="toolTip" stdset="0">            <item>
507                          <string>MIDI input driver type</string>             <property name="text" >
508                      </property>              <string>11</string>
509                  </widget>             </property>
510                  <widget class="QLabel">            </item>
511                      <property name="name">            <item>
512                          <cstring>MidiPortTextLabel</cstring>             <property name="text" >
513                      </property>              <string>12</string>
514                      <property name="text">             </property>
515                          <string>&amp;Port:</string>            </item>
516                      </property>            <item>
517                      <property name="alignment">             <property name="text" >
518                          <set>AlignVCenter|AlignRight</set>              <string>13</string>
519                      </property>             </property>
520                      <property name="buddy" stdset="0">            </item>
521                          <cstring>MidiPortSpinBox</cstring>            <item>
522                      </property>             <property name="text" >
523                  </widget>              <string>14</string>
524                  <widget class="QSpinBox">             </property>
525                      <property name="name">            </item>
526                          <cstring>MidiPortSpinBox</cstring>            <item>
527                      </property>             <property name="text" >
528                      <property name="toolTip" stdset="0">              <string>15</string>
529                          <string>MIDI input port number</string>             </property>
530                      </property>            </item>
531                  </widget>            <item>
532                  <widget class="QLabel">             <property name="text" >
533                      <property name="name">              <string>16</string>
534                          <cstring>MidiChannelTextLabel</cstring>             </property>
535                      </property>            </item>
536                      <property name="text">            <item>
537                          <string>&amp;Channel:</string>             <property name="text" >
538                      </property>              <string>All</string>
539                      <property name="alignment">             </property>
540                          <set>AlignVCenter|AlignRight</set>            </item>
541                      </property>           </widget>
542                      <property name="buddy" stdset="0">          </item>
543                          <cstring>MidiChannelComboBox</cstring>         </layout>
544                      </property>        </item>
545                  </widget>       </layout>
546                  <widget class="QComboBox">      </widget>
547                      <item>     </item>
548                          <property name="text">     <item>
549                              <string>1</string>      <widget class="QGroupBox" name="AudioGroupBox" >
550                          </property>       <property name="title" >
551                      </item>        <string>Audio / Output</string>
552                      <item>       </property>
553                          <property name="text">       <layout class="QVBoxLayout" >
554                              <string>2</string>        <property name="margin" >
555                          </property>         <number>9</number>
556                      </item>        </property>
557                      <item>        <property name="spacing" >
558                          <property name="text">         <number>6</number>
559                              <string>3</string>        </property>
560                          </property>        <item>
561                      </item>         <layout class="QGridLayout" >
562                      <item>          <property name="margin" >
563                          <property name="text">           <number>0</number>
564                              <string>4</string>          </property>
565                          </property>          <property name="spacing" >
566                      </item>           <number>6</number>
567                      <item>          </property>
568                          <property name="text">          <item row="1" column="1" >
569                              <string>5</string>           <layout class="QHBoxLayout" >
570                          </property>            <property name="margin" >
571                      </item>             <number>0</number>
572                      <item>            </property>
573                          <property name="text">            <property name="spacing" >
574                              <string>6</string>             <number>4</number>
575                          </property>            </property>
576                      </item>            <item>
577                      <item>             <widget class="QComboBox" name="AudioDeviceComboBox" >
578                          <property name="text">              <property name="sizePolicy" >
579                              <string>7</string>               <sizepolicy>
580                          </property>                <hsizetype>7</hsizetype>
581                      </item>                <vsizetype>0</vsizetype>
582                      <item>                <horstretch>0</horstretch>
583                          <property name="text">                <verstretch>0</verstretch>
584                              <string>8</string>               </sizepolicy>
585                          </property>              </property>
586                      </item>              <property name="toolTip" >
587                      <item>               <string>Audio output device</string>
588                          <property name="text">              </property>
589                              <string>9</string>             </widget>
590                          </property>            </item>
591                      </item>            <item>
592                      <item>             <widget class="QToolButton" name="AudioDeviceToolButton" >
593                          <property name="text">              <property name="sizePolicy" >
594                              <string>10</string>               <sizepolicy>
595                          </property>                <hsizetype>0</hsizetype>
596                      </item>                <vsizetype>0</vsizetype>
597                      <item>                <horstretch>0</horstretch>
598                          <property name="text">                <verstretch>0</verstretch>
599                              <string>11</string>               </sizepolicy>
600                          </property>              </property>
601                      </item>              <property name="minimumSize" >
602                      <item>               <size>
603                          <property name="text">                <width>24</width>
604                              <string>12</string>                <height>24</height>
605                          </property>               </size>
606                      </item>              </property>
607                      <item>              <property name="maximumSize" >
608                          <property name="text">               <size>
609                              <string>13</string>                <width>26</width>
610                          </property>                <height>26</height>
611                      </item>               </size>
612                      <item>              </property>
613                          <property name="text">              <property name="focusPolicy" >
614                              <string>14</string>               <enum>Qt::TabFocus</enum>
615                          </property>              </property>
616                      </item>              <property name="toolTip" >
617                      <item>               <string>Audio output device setup</string>
618                          <property name="text">              </property>
619                              <string>15</string>              <property name="text" >
620                          </property>               <string/>
621                      </item>              </property>
622                      <item>              <property name="icon" >
623                          <property name="text">               <iconset resource="../icons/qsampler.qrc" >:/icons/audio1.png</iconset>
624                              <string>16</string>              </property>
625                          </property>             </widget>
626                      </item>            </item>
627                      <item>           </layout>
628                          <property name="text">          </item>
629                              <string>All</string>          <item row="1" column="0" >
630                          </property>           <widget class="QLabel" name="AudioDeviceTextLabel" >
631                      </item>            <property name="text" >
632                      <property name="name">             <string>&amp;Device:</string>
633                          <cstring>MidiChannelComboBox</cstring>            </property>
634                      </property>            <property name="alignment" >
635                      <property name="toolTip" stdset="0">             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
636                          <string>MIDI input channel</string>            </property>
637                      </property>            <property name="wordWrap" >
638                  </widget>             <bool>false</bool>
639                  <spacer>            </property>
640                      <property name="name">            <property name="buddy" >
641                          <cstring>spacer2</cstring>             <cstring>AudioDeviceComboBox</cstring>
642                      </property>            </property>
643                      <property name="orientation">           </widget>
644                          <enum>Horizontal</enum>          </item>
645                      </property>          <item row="0" column="1" >
646                      <property name="sizeType">           <layout class="QHBoxLayout" >
647                          <enum>Expanding</enum>            <property name="margin" >
648                      </property>             <number>0</number>
649                      <property name="sizeHint">            </property>
650                          <size>            <property name="spacing" >
651                              <width>8</width>             <number>4</number>
652                              <height>8</height>            </property>
653                          </size>            <item>
654                      </property>             <widget class="QComboBox" name="AudioDriverComboBox" >
655                  </spacer>              <property name="sizePolicy" >
656              </hbox>               <sizepolicy>
657          </widget>                <hsizetype>5</hsizetype>
658          <widget class="QGroupBox" row="4" column="1" rowspan="1" colspan="3">                <vsizetype>0</vsizetype>
659              <property name="name">                <horstretch>0</horstretch>
660                  <cstring>AudioGroupBox</cstring>                <verstretch>0</verstretch>
661              </property>               </sizepolicy>
662              <property name="sizePolicy">              </property>
663                  <sizepolicy>              <property name="toolTip" >
664                      <hsizetype>1</hsizetype>               <string>Audio output driver type</string>
665                      <vsizetype>5</vsizetype>              </property>
666                      <horstretch>0</horstretch>             </widget>
667                      <verstretch>0</verstretch>            </item>
668                  </sizepolicy>            <item>
669              </property>             <spacer>
670              <property name="title">              <property name="orientation" >
671                  <string>Audio / Output</string>               <enum>Qt::Horizontal</enum>
672              </property>              </property>
673              <property name="alignment">              <property name="sizeType" >
674                  <set>AlignAuto</set>               <enum>QSizePolicy::Expanding</enum>
675              </property>              </property>
676              <hbox>              <property name="sizeHint" >
677                  <property name="name">               <size>
678                      <cstring>unnamed</cstring>                <width>20</width>
679                  </property>                <height>20</height>
680                  <property name="margin">               </size>
681                      <number>8</number>              </property>
682                  </property>             </spacer>
683                  <property name="spacing">            </item>
684                      <number>8</number>           </layout>
685                  </property>          </item>
686                  <widget class="QLabel">          <item row="0" column="0" >
687                      <property name="name">           <widget class="QLabel" name="AudioDriverTextLabel" >
688                          <cstring>AudioDriverTextLabel</cstring>            <property name="text" >
689                      </property>             <string>&amp;Type:</string>
690                      <property name="text">            </property>
691                          <string>&amp;Type:</string>            <property name="alignment" >
692                      </property>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
693                      <property name="alignment">            </property>
694                          <set>AlignVCenter|AlignRight</set>            <property name="wordWrap" >
695                      </property>             <bool>false</bool>
696                      <property name="buddy" stdset="0">            </property>
697                          <cstring>AudioDriverComboBox</cstring>            <property name="buddy" >
698                      </property>             <cstring>AudioDriverComboBox</cstring>
699                  </widget>            </property>
700                  <widget class="QComboBox">           </widget>
701                      <item>          </item>
702                          <property name="text">         </layout>
703                              <string>ALSA</string>        </item>
704                          </property>        <item>
705                      </item>         <widget class="QTableView" name="AudioRoutingTable" >
706                      <item>          <property name="sizePolicy" >
707                          <property name="text">           <sizepolicy>
708                              <string>JACK</string>            <hsizetype>7</hsizetype>
709                          </property>            <vsizetype>7</vsizetype>
710                      </item>            <horstretch>0</horstretch>
711                      <property name="name">            <verstretch>0</verstretch>
712                          <cstring>AudioDriverComboBox</cstring>           </sizepolicy>
713                      </property>          </property>
714                      <property name="toolTip" stdset="0">          <property name="toolTip" >
715                          <string>Audio output driver type</string>           <string>Audio routing table</string>
716                      </property>          </property>
717                  </widget>          <property name="minimumSize" >
718                  <spacer>           <size>
719                      <property name="name">            <width>320</width>
720                          <cstring>spacer3</cstring>            <height>80</height>
721                      </property>           </size>
722                      <property name="orientation">          </property>
723                          <enum>Horizontal</enum>         </widget>
724                      </property>        </item>
725                      <property name="sizeType">       </layout>
726                          <enum>Expanding</enum>      </widget>
727                      </property>     </item>
728                      <property name="sizeHint">     <item>
729                          <size>      <layout class="QHBoxLayout" >
730                              <width>8</width>       <property name="margin" >
731                              <height>8</height>        <number>0</number>
732                          </size>       </property>
733                      </property>       <property name="spacing" >
734                  </spacer>        <number>4</number>
735              </hbox>       </property>
736          </widget>       <item>
737      </grid>        <spacer>
738  </widget>         <property name="orientation" >
739  <connections>          <enum>Qt::Horizontal</enum>
740      <connection>         </property>
741          <sender>EngineNameComboBox</sender>         <property name="sizeType" >
742          <signal>activated(int)</signal>          <enum>QSizePolicy::Expanding</enum>
743          <receiver>qsamplerChannelForm</receiver>         </property>
744          <slot>optionsChanged()</slot>         <property name="sizeHint" >
745      </connection>          <size>
746      <connection>           <width>8</width>
747          <sender>InstrumentFileComboBox</sender>           <height>8</height>
748          <signal>textChanged(const QString &amp;)</signal>          </size>
749          <receiver>qsamplerChannelForm</receiver>         </property>
750          <slot>updateInstrumentName()</slot>        </spacer>
751      </connection>       </item>
752      <connection>       <item>
753          <sender>InstrumentFilePushButton</sender>        <widget class="QPushButton" name="OkPushButton" >
754          <signal>clicked()</signal>         <property name="text" >
755          <receiver>qsamplerChannelForm</receiver>          <string>OK</string>
756          <slot>openInstrumentFile()</slot>         </property>
757      </connection>         <property name="icon" >
758      <connection>          <iconset resource="../icons/qsampler.qrc" >:/icons/formAccept.png</iconset>
759          <sender>MidiDriverComboBox</sender>         </property>
760          <signal>activated(int)</signal>        </widget>
761          <receiver>qsamplerChannelForm</receiver>       </item>
762          <slot>optionsChanged()</slot>       <item>
763      </connection>        <widget class="QPushButton" name="CancelPushButton" >
764      <connection>         <property name="text" >
765          <sender>MidiPortSpinBox</sender>          <string>Cancel</string>
766          <signal>valueChanged(int)</signal>         </property>
767          <receiver>qsamplerChannelForm</receiver>         <property name="icon" >
768          <slot>optionsChanged()</slot>          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
769      </connection>         </property>
770      <connection>        </widget>
771          <sender>MidiChannelComboBox</sender>       </item>
772          <signal>activated(int)</signal>      </layout>
773          <receiver>qsamplerChannelForm</receiver>     </item>
774          <slot>optionsChanged()</slot>    </layout>
775      </connection>   </widget>
776      <connection>   <layoutdefault spacing="4" margin="4" />
777          <sender>AudioDriverComboBox</sender>   <tabstops>
778          <signal>activated(int)</signal>    <tabstop>EngineNameComboBox</tabstop>
779          <receiver>qsamplerChannelForm</receiver>    <tabstop>InstrumentFileComboBox</tabstop>
780          <slot>optionsChanged()</slot>    <tabstop>InstrumentFileToolButton</tabstop>
781      </connection>    <tabstop>InstrumentNrComboBox</tabstop>
782      <connection>    <tabstop>OkPushButton</tabstop>
783          <sender>OkPushButton</sender>    <tabstop>CancelPushButton</tabstop>
784          <signal>clicked()</signal>   </tabstops>
785          <receiver>qsamplerChannelForm</receiver>   <resources>
786          <slot>accept()</slot>    <include location="../icons/qsampler.qrc" />
787      </connection>   </resources>
788      <connection>  </ui>
         <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>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 )</function>  
 </functions>  
 <pixmapinproject/>  
 <layoutdefaults spacing="8" margin="8"/>  
 </UI>  

Legend:
Removed from v.299  
changed lines
  Added in v.1519

  ViewVC Help
Powered by ViewVC