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

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

  ViewVC Help
Powered by ViewVC