/[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 1461 by schoenebeck, Sun Oct 28 23:30:36 2007 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <ui version="4.0" >
2  <class>qsamplerChannelForm</class>   <author>rncbc aka Rui Nuno Capela</author>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-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>430</width>    </property>
32              <height>255</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="../pixmaps.qrc" >:/qsampler/pixmaps/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="../pixmaps.qrc" >:/qsampler/pixmaps/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="../pixmaps.qrc" >:/qsampler/pixmaps/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>InstrumentTextLabel</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;Instrument:</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="QSpinBox" row="2" column="1">            </property>
422              <property name="name">            <property name="buddy" >
423                  <cstring>InstrumentNrSpinBox</cstring>             <cstring>MidiPortSpinBox</cstring>
424              </property>            </property>
425              <property name="maximumSize">           </widget>
426                  <size>          </item>
427                      <width>40</width>          <item>
428                      <height>32767</height>           <widget class="QSpinBox" name="MidiPortSpinBox" >
429                  </size>            <property name="toolTip" >
430              </property>             <string>MIDI input port number</string>
431              <property name="toolTip" stdset="0">            </property>
432                  <string>Instrument index</string>           </widget>
433              </property>          </item>
434          </widget>          <item>
435          <widget class="QLabel" row="2" column="0">           <widget class="QLabel" name="MidiChannelTextLabel" >
436              <property name="name">            <property name="text" >
437                  <cstring>InstrumentNrTextLabel</cstring>             <string>&amp;Channel:</string>
438              </property>            </property>
439              <property name="text">            <property name="alignment" >
440                  <string>Inde&amp;x:</string>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
441              </property>            </property>
442              <property name="alignment">            <property name="wordWrap" >
443                  <set>AlignVCenter|AlignRight</set>             <bool>false</bool>
444              </property>            </property>
445              <property name="buddy" stdset="0">            <property name="buddy" >
446                  <cstring>InstrumentNrSpinBox</cstring>             <cstring>MidiChannelComboBox</cstring>
447              </property>            </property>
448          </widget>           </widget>
449          <widget class="QLabel" row="2" column="2" rowspan="1" colspan="2">          </item>
450              <property name="name">          <item>
451                  <cstring>InstrumentNameTextLabel</cstring>           <widget class="QComboBox" name="MidiChannelComboBox" >
452              </property>            <property name="toolTip" >
453              <property name="sizePolicy">             <string>MIDI input channel</string>
454                  <sizepolicy>            </property>
455                      <hsizetype>1</hsizetype>            <item>
456                      <vsizetype>5</vsizetype>             <property name="text" >
457                      <horstretch>0</horstretch>              <string>1</string>
458                      <verstretch>0</verstretch>             </property>
459                  </sizepolicy>            </item>
460              </property>            <item>
461              <property name="toolTip" stdset="0">             <property name="text" >
462                  <string>Instrument name</string>              <string>2</string>
463              </property>             </property>
464          </widget>            </item>
465          <widget class="QGroupBox" row="3" column="1" rowspan="1" colspan="3">            <item>
466              <property name="name">             <property name="text" >
467                  <cstring>MidiGroupBox</cstring>              <string>3</string>
468              </property>             </property>
469              <property name="sizePolicy">            </item>
470                  <sizepolicy>            <item>
471                      <hsizetype>1</hsizetype>             <property name="text" >
472                      <vsizetype>5</vsizetype>              <string>4</string>
473                      <horstretch>0</horstretch>             </property>
474                      <verstretch>0</verstretch>            </item>
475                  </sizepolicy>            <item>
476              </property>             <property name="text" >
477              <property name="title">              <string>5</string>
478                  <string>MIDI / Input</string>             </property>
479              </property>            </item>
480              <hbox>            <item>
481                  <property name="name">             <property name="text" >
482                      <cstring>unnamed</cstring>              <string>6</string>
483                  </property>             </property>
484                  <property name="margin">            </item>
485                      <number>8</number>            <item>
486                  </property>             <property name="text" >
487                  <property name="spacing">              <string>7</string>
488                      <number>8</number>             </property>
489                  </property>            </item>
490                  <widget class="QLabel">            <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|AlignRight</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">            </item>
505                      <item>            <item>
506                          <property name="text">             <property name="text" >
507                              <string>ALSA</string>              <string>11</string>
508                          </property>             </property>
509                      </item>            </item>
510                      <property name="name">            <item>
511                          <cstring>MidiDriverComboBox</cstring>             <property name="text" >
512                      </property>              <string>12</string>
513                      <property name="toolTip" stdset="0">             </property>
514                          <string>MIDI input driver type</string>            </item>
515                      </property>            <item>
516                  </widget>             <property name="text" >
517                  <widget class="QLabel">              <string>13</string>
518                      <property name="name">             </property>
519                          <cstring>MidiPortTextLabel</cstring>            </item>
520                      </property>            <item>
521                      <property name="text">             <property name="text" >
522                          <string>&amp;Port:</string>              <string>14</string>
523                      </property>             </property>
524                      <property name="alignment">            </item>
525                          <set>AlignVCenter|AlignRight</set>            <item>
526                      </property>             <property name="text" >
527                      <property name="buddy" stdset="0">              <string>15</string>
528                          <cstring>MidiPortSpinBox</cstring>             </property>
529                      </property>            </item>
530                  </widget>            <item>
531                  <widget class="QSpinBox">             <property name="text" >
532                      <property name="name">              <string>16</string>
533                          <cstring>MidiPortSpinBox</cstring>             </property>
534                      </property>            </item>
535                      <property name="toolTip" stdset="0">            <item>
536                          <string>MIDI input port number</string>             <property name="text" >
537                      </property>              <string>All</string>
538                  </widget>             </property>
539                  <widget class="QLabel">            </item>
540                      <property name="name">           </widget>
541                          <cstring>MidiChannelTextLabel</cstring>          </item>
542                      </property>         </layout>
543                      <property name="text">        </item>
544                          <string>&amp;Channel:</string>       </layout>
545                      </property>      </widget>
546                      <property name="alignment">     </item>
547                          <set>AlignVCenter|AlignRight</set>     <item>
548                      </property>      <widget class="QGroupBox" name="AudioGroupBox" >
549                      <property name="buddy" stdset="0">       <property name="title" >
550                          <cstring>MidiChannelComboBox</cstring>        <string>Audio / Output</string>
551                      </property>       </property>
552                  </widget>       <layout class="QVBoxLayout" >
553                  <widget class="QComboBox">        <property name="margin" >
554                      <item>         <number>9</number>
555                          <property name="text">        </property>
556                              <string>1</string>        <property name="spacing" >
557                          </property>         <number>6</number>
558                      </item>        </property>
559                      <item>        <item>
560                          <property name="text">         <layout class="QGridLayout" >
561                              <string>2</string>          <property name="margin" >
562                          </property>           <number>0</number>
563                      </item>          </property>
564                      <item>          <property name="spacing" >
565                          <property name="text">           <number>6</number>
566                              <string>3</string>          </property>
567                          </property>          <item row="1" column="1" >
568                      </item>           <layout class="QHBoxLayout" >
569                      <item>            <property name="margin" >
570                          <property name="text">             <number>0</number>
571                              <string>4</string>            </property>
572                          </property>            <property name="spacing" >
573                      </item>             <number>4</number>
574                      <item>            </property>
575                          <property name="text">            <item>
576                              <string>5</string>             <widget class="QComboBox" name="AudioDeviceComboBox" >
577                          </property>              <property name="sizePolicy" >
578                      </item>               <sizepolicy>
579                      <item>                <hsizetype>7</hsizetype>
580                          <property name="text">                <vsizetype>0</vsizetype>
581                              <string>6</string>                <horstretch>0</horstretch>
582                          </property>                <verstretch>0</verstretch>
583                      </item>               </sizepolicy>
584                      <item>              </property>
585                          <property name="text">              <property name="toolTip" >
586                              <string>7</string>               <string>Audio output device</string>
587                          </property>              </property>
588                      </item>             </widget>
589                      <item>            </item>
590                          <property name="text">            <item>
591                              <string>8</string>             <widget class="QToolButton" name="AudioDeviceToolButton" >
592                          </property>              <property name="sizePolicy" >
593                      </item>               <sizepolicy>
594                      <item>                <hsizetype>0</hsizetype>
595                          <property name="text">                <vsizetype>0</vsizetype>
596                              <string>9</string>                <horstretch>0</horstretch>
597                          </property>                <verstretch>0</verstretch>
598                      </item>               </sizepolicy>
599                      <item>              </property>
600                          <property name="text">              <property name="minimumSize" >
601                              <string>10</string>               <size>
602                          </property>                <width>24</width>
603                      </item>                <height>24</height>
604                      <item>               </size>
605                          <property name="text">              </property>
606                              <string>11</string>              <property name="maximumSize" >
607                          </property>               <size>
608                      </item>                <width>26</width>
609                      <item>                <height>26</height>
610                          <property name="text">               </size>
611                              <string>12</string>              </property>
612                          </property>              <property name="focusPolicy" >
613                      </item>               <enum>Qt::TabFocus</enum>
614                      <item>              </property>
615                          <property name="text">              <property name="toolTip" >
616                              <string>13</string>               <string>Audio output device setup</string>
617                          </property>              </property>
618                      </item>              <property name="text" >
619                      <item>               <string/>
620                          <property name="text">              </property>
621                              <string>14</string>              <property name="icon" >
622                          </property>               <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/audio1.png</iconset>
623                      </item>              </property>
624                      <item>             </widget>
625                          <property name="text">            </item>
626                              <string>15</string>           </layout>
627                          </property>          </item>
628                      </item>          <item row="1" column="0" >
629                      <item>           <widget class="QLabel" name="AudioDeviceTextLabel" >
630                          <property name="text">            <property name="text" >
631                              <string>16</string>             <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
632                          </property>  p, li { white-space: pre-wrap; }
633                      </item>  &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
634                      <item>  &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                          <property name="text">            </property>
636                              <string>All</string>            <property name="alignment" >
637                          </property>             <set>Qt::AlignVCenter</set>
638                      </item>            </property>
639                      <property name="name">            <property name="wordWrap" >
640                          <cstring>MidiChannelComboBox</cstring>             <bool>false</bool>
641                      </property>            </property>
642                      <property name="toolTip" stdset="0">           </widget>
643                          <string>MIDI input channel</string>          </item>
644                      </property>          <item row="0" column="1" >
645                  </widget>           <layout class="QHBoxLayout" >
646                  <spacer>            <property name="margin" >
647                      <property name="name">             <number>0</number>
648                          <cstring>spacer2</cstring>            </property>
649                      </property>            <property name="spacing" >
650                      <property name="orientation">             <number>4</number>
651                          <enum>Horizontal</enum>            </property>
652                      </property>            <item>
653                      <property name="sizeType">             <widget class="QComboBox" name="AudioDriverComboBox" >
654                          <enum>Expanding</enum>              <property name="sizePolicy" >
655                      </property>               <sizepolicy>
656                      <property name="sizeHint">                <hsizetype>5</hsizetype>
657                          <size>                <vsizetype>0</vsizetype>
658                              <width>8</width>                <horstretch>0</horstretch>
659                              <height>8</height>                <verstretch>0</verstretch>
660                          </size>               </sizepolicy>
661                      </property>              </property>
662                  </spacer>              <property name="toolTip" >
663              </hbox>               <string>Audio output driver type</string>
664          </widget>              </property>
665          <widget class="QGroupBox" row="4" column="1" rowspan="1" colspan="3">             </widget>
666              <property name="name">            </item>
667                  <cstring>AudioGroupBox</cstring>            <item>
668              </property>             <spacer>
669              <property name="sizePolicy">              <property name="orientation" >
670                  <sizepolicy>               <enum>Qt::Horizontal</enum>
671                      <hsizetype>1</hsizetype>              </property>
672                      <vsizetype>5</vsizetype>              <property name="sizeType" >
673                      <horstretch>0</horstretch>               <enum>QSizePolicy::Expanding</enum>
674                      <verstretch>0</verstretch>              </property>
675                  </sizepolicy>              <property name="sizeHint" >
676              </property>               <size>
677              <property name="title">                <width>20</width>
678                  <string>Audio / Output</string>                <height>20</height>
679              </property>               </size>
680              <property name="alignment">              </property>
681                  <set>AlignAuto</set>             </spacer>
682              </property>            </item>
683              <hbox>           </layout>
684                  <property name="name">          </item>
685                      <cstring>unnamed</cstring>          <item row="0" column="0" >
686                  </property>           <widget class="QLabel" name="AudioDriverTextLabel" >
687                  <property name="margin">            <property name="text" >
688                      <number>8</number>             <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
689                  </property>  p, li { white-space: pre-wrap; }
690                  <property name="spacing">  &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
691                      <number>8</number>  &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                  </property>            </property>
693                  <widget class="QLabel">            <property name="alignment" >
694                      <property name="name">             <set>Qt::AlignVCenter</set>
695                          <cstring>AudioDriverTextLabel</cstring>            </property>
696                      </property>            <property name="wordWrap" >
697                      <property name="text">             <bool>false</bool>
698                          <string>&amp;Type:</string>            </property>
699                      </property>           </widget>
700                      <property name="alignment">          </item>
701                          <set>AlignVCenter|AlignRight</set>         </layout>
702                      </property>        </item>
703                      <property name="buddy" stdset="0">        <item>
704                          <cstring>AudioDriverComboBox</cstring>         <widget class="QTableView" name="AudioRoutingTable" />
705                      </property>        </item>
706                  </widget>       </layout>
707                  <widget class="QComboBox">      </widget>
708                      <item>     </item>
709                          <property name="text">     <item>
710                              <string>ALSA</string>      <layout class="QHBoxLayout" >
711                          </property>       <property name="margin" >
712                      </item>        <number>0</number>
713                      <item>       </property>
714                          <property name="text">       <property name="spacing" >
715                              <string>JACK</string>        <number>4</number>
716                          </property>       </property>
717                      </item>       <item>
718                      <property name="name">        <spacer>
719                          <cstring>AudioDriverComboBox</cstring>         <property name="orientation" >
720                      </property>          <enum>Qt::Horizontal</enum>
721                      <property name="toolTip" stdset="0">         </property>
722                          <string>Audio output driver type</string>         <property name="sizeType" >
723                      </property>          <enum>QSizePolicy::Expanding</enum>
724                  </widget>         </property>
725                  <spacer>         <property name="sizeHint" >
726                      <property name="name">          <size>
727                          <cstring>spacer3</cstring>           <width>8</width>
728                      </property>           <height>8</height>
729                      <property name="orientation">          </size>
730                          <enum>Horizontal</enum>         </property>
731                      </property>        </spacer>
732                      <property name="sizeType">       </item>
733                          <enum>Expanding</enum>       <item>
734                      </property>        <widget class="QPushButton" name="OkPushButton" >
735                      <property name="sizeHint">         <property name="text" >
736                          <size>          <string>OK</string>
737                              <width>8</width>         </property>
738                              <height>8</height>         <property name="icon" >
739                          </size>          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formAccept.png</iconset>
740                      </property>         </property>
741                  </spacer>        </widget>
742              </hbox>       </item>
743          </widget>       <item>
744      </grid>        <widget class="QPushButton" name="CancelPushButton" >
745  </widget>         <property name="text" >
746  <connections>          <string>Cancel</string>
747      <connection>         </property>
748          <sender>EngineNameComboBox</sender>         <property name="icon" >
749          <signal>activated(int)</signal>          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formReject.png</iconset>
750          <receiver>qsamplerChannelForm</receiver>         </property>
751          <slot>optionsChanged()</slot>        </widget>
752      </connection>       </item>
753      <connection>      </layout>
754          <sender>InstrumentFileComboBox</sender>     </item>
755          <signal>textChanged(const QString &amp;)</signal>    </layout>
756          <receiver>qsamplerChannelForm</receiver>   </widget>
757          <slot>updateInstrumentName()</slot>   <layoutdefault spacing="4" margin="4" />
758      </connection>   <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
759      <connection>   <tabstops>
760          <sender>InstrumentFilePushButton</sender>    <tabstop>EngineNameComboBox</tabstop>
761          <signal>clicked()</signal>    <tabstop>InstrumentFileComboBox</tabstop>
762          <receiver>qsamplerChannelForm</receiver>    <tabstop>InstrumentFileToolButton</tabstop>
763          <slot>openInstrumentFile()</slot>    <tabstop>InstrumentNrComboBox</tabstop>
764      </connection>    <tabstop>OkPushButton</tabstop>
765      <connection>    <tabstop>CancelPushButton</tabstop>
766          <sender>InstrumentNrSpinBox</sender>   </tabstops>
767          <signal>valueChanged(int)</signal>   <resources>
768          <receiver>qsamplerChannelForm</receiver>    <include location="../pixmaps.qrc" />
769          <slot>updateInstrumentName()</slot>   </resources>
770      </connection>   <connections>
771      <connection>    <connection>
772          <sender>MidiDriverComboBox</sender>     <sender>EngineNameComboBox</sender>
773          <signal>activated(int)</signal>     <signal>activated(int)</signal>
774          <receiver>qsamplerChannelForm</receiver>     <receiver>qsamplerChannelForm</receiver>
775          <slot>optionsChanged()</slot>     <slot>optionsChanged()</slot>
776      </connection>     <hints>
777      <connection>      <hint type="sourcelabel" >
778          <sender>MidiPortSpinBox</sender>       <x>20</x>
779          <signal>valueChanged(int)</signal>       <y>20</y>
780          <receiver>qsamplerChannelForm</receiver>      </hint>
781          <slot>optionsChanged()</slot>      <hint type="destinationlabel" >
782      </connection>       <x>20</x>
783      <connection>       <y>20</y>
784          <sender>MidiChannelComboBox</sender>      </hint>
785          <signal>activated(int)</signal>     </hints>
786          <receiver>qsamplerChannelForm</receiver>    </connection>
787          <slot>optionsChanged()</slot>    <connection>
788      </connection>     <sender>InstrumentFileComboBox</sender>
789      <connection>     <signal>activated(QString)</signal>
790          <sender>AudioDriverComboBox</sender>     <receiver>qsamplerChannelForm</receiver>
791          <signal>activated(int)</signal>     <slot>updateInstrumentName()</slot>
792          <receiver>qsamplerChannelForm</receiver>     <hints>
793          <slot>optionsChanged()</slot>      <hint type="sourcelabel" >
794      </connection>       <x>20</x>
795      <connection>       <y>20</y>
796          <sender>OkPushButton</sender>      </hint>
797          <signal>clicked()</signal>      <hint type="destinationlabel" >
798          <receiver>qsamplerChannelForm</receiver>       <x>20</x>
799          <slot>accept()</slot>       <y>20</y>
800      </connection>      </hint>
801      <connection>     </hints>
802          <sender>CancelPushButton</sender>    </connection>
803          <signal>clicked()</signal>    <connection>
804          <receiver>qsamplerChannelForm</receiver>     <sender>InstrumentFileToolButton</sender>
805          <slot>reject()</slot>     <signal>clicked()</signal>
806      </connection>     <receiver>qsamplerChannelForm</receiver>
807  </connections>     <slot>openInstrumentFile()</slot>
808  <tabstops>     <hints>
809      <tabstop>EngineNameComboBox</tabstop>      <hint type="sourcelabel" >
810      <tabstop>InstrumentFileComboBox</tabstop>       <x>20</x>
811      <tabstop>InstrumentFilePushButton</tabstop>       <y>20</y>
812      <tabstop>InstrumentNrSpinBox</tabstop>      </hint>
813      <tabstop>MidiDriverComboBox</tabstop>      <hint type="destinationlabel" >
814      <tabstop>MidiPortSpinBox</tabstop>       <x>20</x>
815      <tabstop>MidiChannelComboBox</tabstop>       <y>20</y>
816      <tabstop>AudioDriverComboBox</tabstop>      </hint>
817      <tabstop>OkPushButton</tabstop>     </hints>
818      <tabstop>CancelPushButton</tabstop>    </connection>
819  </tabstops>    <connection>
820  <includes>     <sender>InstrumentNrComboBox</sender>
821      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>     <signal>activated(int)</signal>
822      <include location="local" impldecl="in implementation">qsamplerChannelForm.ui.h</include>     <receiver>qsamplerChannelForm</receiver>
823  </includes>     <slot>optionsChanged()</slot>
824  <variables>     <hints>
825      <variable access="private">qsamplerChannel *m_pChannel;</variable>      <hint type="sourcelabel" >
826      <variable access="private">int m_iDirtySetup;</variable>       <x>20</x>
827      <variable access="private">int m_iDirtyCount;</variable>       <y>20</y>
828  </variables>      </hint>
829  <slots>      <hint type="destinationlabel" >
830      <slot specifier="non virtual">accept()</slot>       <x>20</x>
831      <slot specifier="non virtual">reject()</slot>       <y>20</y>
832      <slot specifier="non virtual">openInstrumentFile()</slot>      </hint>
833      <slot specifier="non virtual">updateInstrumentName()</slot>     </hints>
834      <slot specifier="non virtual">optionsChanged()</slot>    </connection>
835      <slot specifier="non virtual">stabilizeForm()</slot>    <connection>
836  </slots>     <sender>OkPushButton</sender>
837  <functions>     <signal>clicked()</signal>
838      <function access="private" specifier="non virtual">init()</function>     <receiver>qsamplerChannelForm</receiver>
839      <function access="private" specifier="non virtual">destroy()</function>     <slot>accept()</slot>
840      <function specifier="non virtual">setup( qsamplerChannel *pChannel, bool bNew )</function>     <hints>
841  </functions>      <hint type="sourcelabel" >
842  <pixmapinproject/>       <x>20</x>
843  <layoutdefaults spacing="8" margin="8"/>       <y>20</y>
844  </UI>      </hint>
845        <hint type="destinationlabel" >
846         <x>20</x>
847         <y>20</y>
848        </hint>
849       </hints>
850      </connection>
851      <connection>
852       <sender>CancelPushButton</sender>
853       <signal>clicked()</signal>
854       <receiver>qsamplerChannelForm</receiver>
855       <slot>reject()</slot>
856       <hints>
857        <hint type="sourcelabel" >
858         <x>20</x>
859         <y>20</y>
860        </hint>
861        <hint type="destinationlabel" >
862         <x>20</x>
863         <y>20</y>
864        </hint>
865       </hints>
866      </connection>
867     </connections>
868    </ui>

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

  ViewVC Help
Powered by ViewVC