/[svn]/qsampler/trunk/src/qsamplerChannelForm.ui
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelForm.ui

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 280 by capela, Mon Oct 11 12:27:39 2004 UTC revision 3435 by capela, Mon Dec 3 12:04:14 2018 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-2018, rncbc aka Rui Nuno Capela. All rights reserved.
6       Copyright (C) 2007, Christian Schoenebeck
7    
8     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
9     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 14  Line 15 
15     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16     GNU General Public License for more details.     GNU General Public License for more details.
17    
18     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
19     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
20     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21    
22  </comment>  </comment>
23  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerChannelForm</class>
24  <widget class="QDialog">   <widget class="QDialog" name="qsamplerChannelForm" >
25      <property name="name">    <property name="geometry" >
26          <cstring>qsamplerChannelForm</cstring>     <rect>
27      </property>      <x>0</x>
28      <property name="geometry">      <y>0</y>
29          <rect>      <width>460</width>
30              <x>0</x>      <height>320</height>
31              <y>0</y>     </rect>
32              <width>430</width>    </property>
33              <height>255</height>    <property name="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="minimumSize">           <string>&amp;Type:</string>
347                  <size>          </property>
348                      <width>320</width>          <property name="alignment" >
349                      <height>0</height>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
350                  </size>          </property>
351              </property>          <property name="wordWrap" >
352              <property name="editable">           <bool>false</bool>
353                  <bool>true</bool>          </property>
354              </property>          <property name="buddy" >
355              <property name="toolTip" stdset="0">           <cstring>MidiDriverComboBox</cstring>
356                  <string>Instrument filename</string>          </property>
357              </property>         </widget>
358          </widget>        </item>
359          <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="4">        <item row="0" column="1" >
360              <property name="name">         <layout class="QHBoxLayout" >
361                  <cstring>layout1</cstring>          <property name="margin" >
362              </property>           <number>0</number>
363              <hbox>          </property>
364                  <property name="name">          <property name="spacing" >
365                      <cstring>unnamed</cstring>           <number>4</number>
366                  </property>          </property>
367                  <spacer>          <item>
368                      <property name="name">           <widget class="QComboBox" name="MidiDriverComboBox" >
369                          <cstring>spacer3</cstring>            <property name="sizePolicy" >
370                      </property>             <sizepolicy>
371                      <property name="orientation">              <hsizetype>5</hsizetype>
372                          <enum>Horizontal</enum>              <vsizetype>0</vsizetype>
373                      </property>              <horstretch>0</horstretch>
374                      <property name="sizeType">              <verstretch>0</verstretch>
375                          <enum>Expanding</enum>             </sizepolicy>
376                      </property>            </property>
377                      <property name="sizeHint">            <property name="toolTip" >
378                          <size>             <string>MIDI input driver type</string>
379                              <width>8</width>            </property>
380                              <height>8</height>           </widget>
381                          </size>          </item>
382                      </property>          <item>
383                  </spacer>           <spacer>
384                  <widget class="QPushButton">            <property name="orientation" >
385                      <property name="name">             <enum>Qt::Horizontal</enum>
386                          <cstring>OkPushButton</cstring>            </property>
387                      </property>            <property name="sizeType" >
388                      <property name="text">             <enum>QSizePolicy::Expanding</enum>
389                          <string>OK</string>            </property>
390                      </property>            <property name="sizeHint" >
391                      <property name="iconSet">             <size>
392                          <iconset>formAccept.png</iconset>              <width>20</width>
393                      </property>              <height>20</height>
394                  </widget>             </size>
395                  <widget class="QPushButton">            </property>
396                      <property name="name">           </spacer>
397                          <cstring>CancelPushButton</cstring>          </item>
398                      </property>          <item>
399                      <property name="text">           <widget class="QLabel" name="MidiPortTextLabel" >
400                          <string>Cancel</string>            <property name="text" >
401                      </property>             <string>&amp;Port:</string>
402                      <property name="iconSet">            </property>
403                          <iconset>formReject.png</iconset>            <property name="alignment" >
404                      </property>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
405                  </widget>            </property>
406              </hbox>            <property name="wordWrap" >
407          </widget>             <bool>false</bool>
408          <widget class="QSpinBox" row="2" column="1">            </property>
409              <property name="name">            <property name="buddy" >
410                  <cstring>InstrumentNrSpinBox</cstring>             <cstring>MidiPortSpinBox</cstring>
411              </property>            </property>
412              <property name="maximumSize">           </widget>
413                  <size>          </item>
414                      <width>40</width>          <item>
415                      <height>32767</height>           <widget class="QSpinBox" name="MidiPortSpinBox" >
416                  </size>            <property name="toolTip" >
417              </property>             <string>MIDI input port number</string>
418              <property name="toolTip" stdset="0">            </property>
419                  <string>Instrument index</string>           </widget>
420              </property>          </item>
421          </widget>          <item>
422          <widget class="QLabel" row="2" column="0">           <widget class="QLabel" name="MidiChannelTextLabel" >
423              <property name="name">            <property name="text" >
424                  <cstring>InstrumentNrTextLabel</cstring>             <string>&amp;Channel:</string>
425              </property>            </property>
426              <property name="text">            <property name="alignment" >
427                  <string>Inde&amp;x:</string>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
428              </property>            </property>
429              <property name="alignment">            <property name="wordWrap" >
430                  <set>AlignVCenter|AlignRight</set>             <bool>false</bool>
431              </property>            </property>
432              <property name="buddy" stdset="0">            <property name="buddy" >
433                  <cstring>InstrumentNrSpinBox</cstring>             <cstring>MidiChannelComboBox</cstring>
434              </property>            </property>
435          </widget>           </widget>
436          <widget class="QLabel" row="2" column="2" rowspan="1" colspan="2">          </item>
437              <property name="name">          <item>
438                  <cstring>InstrumentNameTextLabel</cstring>           <widget class="QComboBox" name="MidiChannelComboBox" >
439              </property>            <property name="toolTip" >
440              <property name="sizePolicy">             <string>MIDI input channel</string>
441                  <sizepolicy>            </property>
442                      <hsizetype>1</hsizetype>            <item>
443                      <vsizetype>5</vsizetype>             <property name="text" >
444                      <horstretch>0</horstretch>              <string>1</string>
445                      <verstretch>0</verstretch>             </property>
446                  </sizepolicy>            </item>
447              </property>            <item>
448              <property name="toolTip" stdset="0">             <property name="text" >
449                  <string>Instrument name</string>              <string>2</string>
450              </property>             </property>
451          </widget>            </item>
452          <widget class="QGroupBox" row="3" column="1" rowspan="1" colspan="3">            <item>
453              <property name="name">             <property name="text" >
454                  <cstring>MidiGroupBox</cstring>              <string>3</string>
455              </property>             </property>
456              <property name="sizePolicy">            </item>
457                  <sizepolicy>            <item>
458                      <hsizetype>1</hsizetype>             <property name="text" >
459                      <vsizetype>5</vsizetype>              <string>4</string>
460                      <horstretch>0</horstretch>             </property>
461                      <verstretch>0</verstretch>            </item>
462                  </sizepolicy>            <item>
463              </property>             <property name="text" >
464              <property name="title">              <string>5</string>
465                  <string>MIDI / Input</string>             </property>
466              </property>            </item>
467              <hbox>            <item>
468                  <property name="name">             <property name="text" >
469                      <cstring>unnamed</cstring>              <string>6</string>
470                  </property>             </property>
471                  <property name="margin">            </item>
472                      <number>8</number>            <item>
473                  </property>             <property name="text" >
474                  <property name="spacing">              <string>7</string>
475                      <number>8</number>             </property>
476                  </property>            </item>
477                  <widget class="QLabel">            <item>
478                      <property name="name">             <property name="text" >
479                          <cstring>MidiDriverTextLabel</cstring>              <string>8</string>
480                      </property>             </property>
481                      <property name="text">            </item>
482                          <string>&amp;Type:</string>            <item>
483                      </property>             <property name="text" >
484                      <property name="alignment">              <string>9</string>
485                          <set>AlignVCenter|AlignRight</set>             </property>
486                      </property>            </item>
487                      <property name="buddy" stdset="0">            <item>
488                          <cstring>MidiDriverComboBox</cstring>             <property name="text" >
489                      </property>              <string>10</string>
490                  </widget>             </property>
491                  <widget class="QComboBox">            </item>
492                      <item>            <item>
493                          <property name="text">             <property name="text" >
494                              <string>ALSA</string>              <string>11</string>
495                          </property>             </property>
496                      </item>            </item>
497                      <property name="name">            <item>
498                          <cstring>MidiDriverComboBox</cstring>             <property name="text" >
499                      </property>              <string>12</string>
500                      <property name="toolTip" stdset="0">             </property>
501                          <string>MIDI input driver type</string>            </item>
502                      </property>            <item>
503                  </widget>             <property name="text" >
504                  <widget class="QLabel">              <string>13</string>
505                      <property name="name">             </property>
506                          <cstring>MidiPortTextLabel</cstring>            </item>
507                      </property>            <item>
508                      <property name="text">             <property name="text" >
509                          <string>&amp;Port:</string>              <string>14</string>
510                      </property>             </property>
511                      <property name="alignment">            </item>
512                          <set>AlignVCenter|AlignRight</set>            <item>
513                      </property>             <property name="text" >
514                      <property name="buddy" stdset="0">              <string>15</string>
515                          <cstring>MidiPortSpinBox</cstring>             </property>
516                      </property>            </item>
517                  </widget>            <item>
518                  <widget class="QSpinBox">             <property name="text" >
519                      <property name="name">              <string>16</string>
520                          <cstring>MidiPortSpinBox</cstring>             </property>
521                      </property>            </item>
522                      <property name="toolTip" stdset="0">            <item>
523                          <string>MIDI input port number</string>             <property name="text" >
524                      </property>              <string>All</string>
525                  </widget>             </property>
526                  <widget class="QLabel">            </item>
527                      <property name="name">           </widget>
528                          <cstring>MidiChannelTextLabel</cstring>          </item>
529                      </property>         </layout>
530                      <property name="text">        </item>
531                          <string>&amp;Channel:</string>       </layout>
532                      </property>      </widget>
533                      <property name="alignment">     </item>
534                          <set>AlignVCenter|AlignRight</set>     <item>
535                      </property>      <widget class="QGroupBox" name="AudioGroupBox" >
536                      <property name="buddy" stdset="0">       <property name="title" >
537                          <cstring>MidiChannelComboBox</cstring>        <string>Audio / Output</string>
538                      </property>       </property>
539                  </widget>       <layout class="QVBoxLayout" >
540                  <widget class="QComboBox">        <property name="margin" >
541                      <item>         <number>9</number>
542                          <property name="text">        </property>
543                              <string>1</string>        <property name="spacing" >
544                          </property>         <number>6</number>
545                      </item>        </property>
546                      <item>        <item>
547                          <property name="text">         <layout class="QGridLayout" >
548                              <string>2</string>          <property name="margin" >
549                          </property>           <number>0</number>
550                      </item>          </property>
551                      <item>          <property name="spacing" >
552                          <property name="text">           <number>6</number>
553                              <string>3</string>          </property>
554                          </property>          <item row="1" column="1" >
555                      </item>           <layout class="QHBoxLayout" >
556                      <item>            <property name="margin" >
557                          <property name="text">             <number>0</number>
558                              <string>4</string>            </property>
559                          </property>            <property name="spacing" >
560                      </item>             <number>4</number>
561                      <item>            </property>
562                          <property name="text">            <item>
563                              <string>5</string>             <widget class="QComboBox" name="AudioDeviceComboBox" >
564                          </property>              <property name="sizePolicy" >
565                      </item>               <sizepolicy>
566                      <item>                <hsizetype>7</hsizetype>
567                          <property name="text">                <vsizetype>0</vsizetype>
568                              <string>6</string>                <horstretch>0</horstretch>
569                          </property>                <verstretch>0</verstretch>
570                      </item>               </sizepolicy>
571                      <item>              </property>
572                          <property name="text">              <property name="toolTip" >
573                              <string>7</string>               <string>Audio output device</string>
574                          </property>              </property>
575                      </item>             </widget>
576                      <item>            </item>
577                          <property name="text">            <item>
578                              <string>8</string>             <widget class="QToolButton" name="AudioDeviceToolButton" >
579                          </property>              <property name="sizePolicy" >
580                      </item>               <sizepolicy>
581                      <item>                <hsizetype>0</hsizetype>
582                          <property name="text">                <vsizetype>0</vsizetype>
583                              <string>9</string>                <horstretch>0</horstretch>
584                          </property>                <verstretch>0</verstretch>
585                      </item>               </sizepolicy>
586                      <item>              </property>
587                          <property name="text">              <property name="minimumSize" >
588                              <string>10</string>               <size>
589                          </property>                <width>24</width>
590                      </item>                <height>24</height>
591                      <item>               </size>
592                          <property name="text">              </property>
593                              <string>11</string>              <property name="maximumSize" >
594                          </property>               <size>
595                      </item>                <width>26</width>
596                      <item>                <height>26</height>
597                          <property name="text">               </size>
598                              <string>12</string>              </property>
599                          </property>              <property name="focusPolicy" >
600                      </item>               <enum>Qt::TabFocus</enum>
601                      <item>              </property>
602                          <property name="text">              <property name="toolTip" >
603                              <string>13</string>               <string>Audio output device setup</string>
604                          </property>              </property>
605                      </item>              <property name="text" >
606                      <item>               <string/>
607                          <property name="text">              </property>
608                              <string>14</string>              <property name="icon" >
609                          </property>               <iconset resource="qsampler.qrc" >:/images/audio1.png</iconset>
610                      </item>              </property>
611                      <item>             </widget>
612                          <property name="text">            </item>
613                              <string>15</string>           </layout>
614                          </property>          </item>
615                      </item>          <item row="1" column="0" >
616                      <item>           <widget class="QLabel" name="AudioDeviceTextLabel" >
617                          <property name="text">            <property name="text" >
618                              <string>16</string>             <string>&amp;Device:</string>
619                          </property>            </property>
620                      </item>            <property name="alignment" >
621                      <item>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
622                          <property name="text">            </property>
623                              <string>All</string>            <property name="wordWrap" >
624                          </property>             <bool>false</bool>
625                      </item>            </property>
626                      <property name="name">            <property name="buddy" >
627                          <cstring>MidiChannelComboBox</cstring>             <cstring>AudioDeviceComboBox</cstring>
628                      </property>            </property>
629                      <property name="toolTip" stdset="0">           </widget>
630                          <string>MIDI input channel</string>          </item>
631                      </property>          <item row="0" column="1" >
632                  </widget>           <layout class="QHBoxLayout" >
633                  <spacer>            <property name="margin" >
634                      <property name="name">             <number>0</number>
635                          <cstring>spacer2</cstring>            </property>
636                      </property>            <property name="spacing" >
637                      <property name="orientation">             <number>4</number>
638                          <enum>Horizontal</enum>            </property>
639                      </property>            <item>
640                      <property name="sizeType">             <widget class="QComboBox" name="AudioDriverComboBox" >
641                          <enum>Expanding</enum>              <property name="sizePolicy" >
642                      </property>               <sizepolicy>
643                      <property name="sizeHint">                <hsizetype>5</hsizetype>
644                          <size>                <vsizetype>0</vsizetype>
645                              <width>8</width>                <horstretch>0</horstretch>
646                              <height>8</height>                <verstretch>0</verstretch>
647                          </size>               </sizepolicy>
648                      </property>              </property>
649                  </spacer>              <property name="toolTip" >
650              </hbox>               <string>Audio output driver type</string>
651          </widget>              </property>
652          <widget class="QGroupBox" row="4" column="1" rowspan="1" colspan="3">             </widget>
653              <property name="name">            </item>
654                  <cstring>AudioGroupBox</cstring>            <item>
655              </property>             <spacer>
656              <property name="sizePolicy">              <property name="orientation" >
657                  <sizepolicy>               <enum>Qt::Horizontal</enum>
658                      <hsizetype>1</hsizetype>              </property>
659                      <vsizetype>5</vsizetype>              <property name="sizeType" >
660                      <horstretch>0</horstretch>               <enum>QSizePolicy::Expanding</enum>
661                      <verstretch>0</verstretch>              </property>
662                  </sizepolicy>              <property name="sizeHint" >
663              </property>               <size>
664              <property name="title">                <width>20</width>
665                  <string>Audio / Output</string>                <height>20</height>
666              </property>               </size>
667              <property name="alignment">              </property>
668                  <set>AlignAuto</set>             </spacer>
669              </property>            </item>
670              <hbox>           </layout>
671                  <property name="name">          </item>
672                      <cstring>unnamed</cstring>          <item row="0" column="0" >
673                  </property>           <widget class="QLabel" name="AudioDriverTextLabel" >
674                  <property name="margin">            <property name="text" >
675                      <number>8</number>             <string>&amp;Type:</string>
676                  </property>            </property>
677                  <property name="spacing">            <property name="alignment" >
678                      <number>8</number>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
679                  </property>            </property>
680                  <widget class="QLabel">            <property name="wordWrap" >
681                      <property name="name">             <bool>false</bool>
682                          <cstring>AudioDriverTextLabel</cstring>            </property>
683                      </property>            <property name="buddy" >
684                      <property name="text">             <cstring>AudioDriverComboBox</cstring>
685                          <string>&amp;Type:</string>            </property>
686                      </property>           </widget>
687                      <property name="alignment">          </item>
688                          <set>AlignVCenter|AlignRight</set>         </layout>
689                      </property>        </item>
690                      <property name="buddy" stdset="0">        <item>
691                          <cstring>AudioDriverComboBox</cstring>         <widget class="QTableView" name="AudioRoutingTable" >
692                      </property>          <property name="sizePolicy" >
693                  </widget>           <sizepolicy>
694                  <widget class="QComboBox">            <hsizetype>7</hsizetype>
695                      <item>            <vsizetype>7</vsizetype>
696                          <property name="text">            <horstretch>0</horstretch>
697                              <string>ALSA</string>            <verstretch>0</verstretch>
698                          </property>           </sizepolicy>
699                      </item>          </property>
700                      <item>          <property name="toolTip" >
701                          <property name="text">           <string>Audio routing table</string>
702                              <string>JACK</string>          </property>
703                          </property>          <property name="minimumSize" >
704                      </item>           <size>
705                      <property name="name">            <width>320</width>
706                          <cstring>AudioDriverComboBox</cstring>            <height>80</height>
707                      </property>           </size>
708                      <property name="toolTip" stdset="0">          </property>
709                          <string>Audio output driver type</string>         </widget>
710                      </property>        </item>
711                  </widget>       </layout>
712                  <spacer>      </widget>
713                      <property name="name">     </item>
714                          <cstring>spacer3</cstring>     <item>
715                      </property>      <widget class="QDialogButtonBox" name="DialogButtonBox">
716                      <property name="orientation">       <property name="orientation">
717                          <enum>Horizontal</enum>        <enum>Qt::Horizontal</enum>
718                      </property>       </property>
719                      <property name="sizeType">       <property name="standardButtons">
720                          <enum>Expanding</enum>        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
721                      </property>       </property>
722                      <property name="sizeHint">      </widget>
723                          <size>     </item>
724                              <width>8</width>    </layout>
725                              <height>8</height>   </widget>
726                          </size>   <layoutdefault spacing="4" margin="8" />
727                      </property>   <tabstops>
728                  </spacer>    <tabstop>EngineNameComboBox</tabstop>
729              </hbox>    <tabstop>InstrumentFileComboBox</tabstop>
730          </widget>    <tabstop>InstrumentFileToolButton</tabstop>
731      </grid>    <tabstop>InstrumentNrComboBox</tabstop>
732  </widget>    <tabstop>DialogButtonBox</tabstop>
733  <connections>   </tabstops>
734      <connection>   <resources>
735          <sender>EngineNameComboBox</sender>    <include location="qsampler.qrc" />
736          <signal>activated(int)</signal>   </resources>
737          <receiver>qsamplerChannelForm</receiver>  </ui>
         <slot>optionsChanged()</slot>  
     </connection>  
     <connection>  
         <sender>InstrumentFileComboBox</sender>  
         <signal>textChanged(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>InstrumentNrSpinBox</sender>  
         <signal>valueChanged(int)</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>updateInstrumentName()</slot>  
     </connection>  
     <connection>  
         <sender>MidiDriverComboBox</sender>  
         <signal>activated(int)</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>optionsChanged()</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(int)</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>optionsChanged()</slot>  
     </connection>  
     <connection>  
         <sender>OkPushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>accept()</slot>  
     </connection>  
     <connection>  
         <sender>CancelPushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>reject()</slot>  
     </connection>  
 </connections>  
 <tabstops>  
     <tabstop>EngineNameComboBox</tabstop>  
     <tabstop>InstrumentFileComboBox</tabstop>  
     <tabstop>InstrumentFilePushButton</tabstop>  
     <tabstop>InstrumentNrSpinBox</tabstop>  
     <tabstop>MidiDriverComboBox</tabstop>  
     <tabstop>MidiPortSpinBox</tabstop>  
     <tabstop>MidiChannelComboBox</tabstop>  
     <tabstop>AudioDriverComboBox</tabstop>  
     <tabstop>OkPushButton</tabstop>  
     <tabstop>CancelPushButton</tabstop>  
 </tabstops>  
 <includes>  
     <include location="local" impldecl="in declaration">qsamplerChannel.h</include>  
     <include location="local" impldecl="in implementation">qsamplerChannelForm.ui.h</include>  
 </includes>  
 <variables>  
     <variable access="private">qsamplerChannel *m_pChannel;</variable>  
     <variable access="private">int m_iDirtySetup;</variable>  
     <variable access="private">int m_iDirtyCount;</variable>  
 </variables>  
 <slots>  
     <slot specifier="non virtual">accept()</slot>  
     <slot specifier="non virtual">reject()</slot>  
     <slot specifier="non virtual">openInstrumentFile()</slot>  
     <slot specifier="non virtual">updateInstrumentName()</slot>  
     <slot specifier="non virtual">optionsChanged()</slot>  
     <slot specifier="non virtual">stabilizeForm()</slot>  
 </slots>  
 <functions>  
     <function access="private" specifier="non virtual">init()</function>  
     <function access="private" specifier="non virtual">destroy()</function>  
     <function specifier="non virtual">setup( qsamplerChannel *pChannel, bool bNew )</function>  
 </functions>  
 <pixmapinproject/>  
 <layoutdefaults spacing="8" margin="8"/>  
 </UI>  

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

  ViewVC Help
Powered by ViewVC