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

Legend:
Removed from v.490  
changed lines
  Added in v.2978

  ViewVC Help
Powered by ViewVC