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

Legend:
Removed from v.452  
changed lines
  Added in v.1463

  ViewVC Help
Powered by ViewVC