/[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 299 by capela, Wed Nov 17 15:41:58 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>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;File:</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              <hbox>              <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="QLabel">              <string>6</string>
483                      <property name="name">             </property>
484                          <cstring>MidiDriverTextLabel</cstring>            </item>
485                      </property>            <item>
486                      <property name="text">             <property name="text" >
487                          <string>&amp;Type:</string>              <string>7</string>
488                      </property>             </property>
489                      <property name="alignment">            </item>
490                          <set>AlignVCenter|AlignRight</set>            <item>
491                      </property>             <property name="text" >
492                      <property name="buddy" stdset="0">              <string>8</string>
493                          <cstring>MidiDriverComboBox</cstring>             </property>
494                      </property>            </item>
495                  </widget>            <item>
496                  <widget class="QComboBox">             <property name="text" >
497                      <item>              <string>9</string>
498                          <property name="text">             </property>
499                              <string>ALSA</string>            </item>
500                          </property>            <item>
501                      </item>             <property name="text" >
502                      <property name="name">              <string>10</string>
503                          <cstring>MidiDriverComboBox</cstring>             </property>
504                      </property>            </item>
505                      <property name="toolTip" stdset="0">            <item>
506                          <string>MIDI input driver type</string>             <property name="text" >
507                      </property>              <string>11</string>
508                  </widget>             </property>
509                  <widget class="QLabel">            </item>
510                      <property name="name">            <item>
511                          <cstring>MidiPortTextLabel</cstring>             <property name="text" >
512                      </property>              <string>12</string>
513                      <property name="text">             </property>
514                          <string>&amp;Port:</string>            </item>
515                      </property>            <item>
516                      <property name="alignment">             <property name="text" >
517                          <set>AlignVCenter|AlignRight</set>              <string>13</string>
518                      </property>             </property>
519                      <property name="buddy" stdset="0">            </item>
520                          <cstring>MidiPortSpinBox</cstring>            <item>
521                      </property>             <property name="text" >
522                  </widget>              <string>14</string>
523                  <widget class="QSpinBox">             </property>
524                      <property name="name">            </item>
525                          <cstring>MidiPortSpinBox</cstring>            <item>
526                      </property>             <property name="text" >
527                      <property name="toolTip" stdset="0">              <string>15</string>
528                          <string>MIDI input port number</string>             </property>
529                      </property>            </item>
530                  </widget>            <item>
531                  <widget class="QLabel">             <property name="text" >
532                      <property name="name">              <string>16</string>
533                          <cstring>MidiChannelTextLabel</cstring>             </property>
534                      </property>            </item>
535                      <property name="text">            <item>
536                          <string>&amp;Channel:</string>             <property name="text" >
537                      </property>              <string>All</string>
538                      <property name="alignment">             </property>
539                          <set>AlignVCenter|AlignRight</set>            </item>
540                      </property>           </widget>
541                      <property name="buddy" stdset="0">          </item>
542                          <cstring>MidiChannelComboBox</cstring>         </layout>
543                      </property>        </item>
544                  </widget>       </layout>
545                  <widget class="QComboBox">      </widget>
546                      <item>     </item>
547                          <property name="text">     <item>
548                              <string>1</string>      <widget class="QGroupBox" name="AudioGroupBox" >
549                          </property>       <property name="title" >
550                      </item>        <string>Audio / Output</string>
551                      <item>       </property>
552                          <property name="text">       <layout class="QVBoxLayout" >
553                              <string>2</string>        <property name="margin" >
554                          </property>         <number>9</number>
555                      </item>        </property>
556                      <item>        <property name="spacing" >
557                          <property name="text">         <number>6</number>
558                              <string>3</string>        </property>
559                          </property>        <item>
560                      </item>         <layout class="QGridLayout" >
561                      <item>          <property name="margin" >
562                          <property name="text">           <number>0</number>
563                              <string>4</string>          </property>
564                          </property>          <property name="spacing" >
565                      </item>           <number>6</number>
566                      <item>          </property>
567                          <property name="text">          <item row="1" column="1" >
568                              <string>5</string>           <layout class="QHBoxLayout" >
569                          </property>            <property name="margin" >
570                      </item>             <number>0</number>
571                      <item>            </property>
572                          <property name="text">            <property name="spacing" >
573                              <string>6</string>             <number>4</number>
574                          </property>            </property>
575                      </item>            <item>
576                      <item>             <widget class="QComboBox" name="AudioDeviceComboBox" >
577                          <property name="text">              <property name="sizePolicy" >
578                              <string>7</string>               <sizepolicy>
579                          </property>                <hsizetype>7</hsizetype>
580                      </item>                <vsizetype>0</vsizetype>
581                      <item>                <horstretch>0</horstretch>
582                          <property name="text">                <verstretch>0</verstretch>
583                              <string>8</string>               </sizepolicy>
584                          </property>              </property>
585                      </item>              <property name="toolTip" >
586                      <item>               <string>Audio output device</string>
587                          <property name="text">              </property>
588                              <string>9</string>             </widget>
589                          </property>            </item>
590                      </item>            <item>
591                      <item>             <widget class="QToolButton" name="AudioDeviceToolButton" >
592                          <property name="text">              <property name="sizePolicy" >
593                              <string>10</string>               <sizepolicy>
594                          </property>                <hsizetype>0</hsizetype>
595                      </item>                <vsizetype>0</vsizetype>
596                      <item>                <horstretch>0</horstretch>
597                          <property name="text">                <verstretch>0</verstretch>
598                              <string>11</string>               </sizepolicy>
599                          </property>              </property>
600                      </item>              <property name="minimumSize" >
601                      <item>               <size>
602                          <property name="text">                <width>24</width>
603                              <string>12</string>                <height>24</height>
604                          </property>               </size>
605                      </item>              </property>
606                      <item>              <property name="maximumSize" >
607                          <property name="text">               <size>
608                              <string>13</string>                <width>26</width>
609                          </property>                <height>26</height>
610                      </item>               </size>
611                      <item>              </property>
612                          <property name="text">              <property name="focusPolicy" >
613                              <string>14</string>               <enum>Qt::TabFocus</enum>
614                          </property>              </property>
615                      </item>              <property name="toolTip" >
616                      <item>               <string>Audio output device setup</string>
617                          <property name="text">              </property>
618                              <string>15</string>              <property name="text" >
619                          </property>               <string/>
620                      </item>              </property>
621                      <item>              <property name="icon" >
622                          <property name="text">               <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/audio1.png</iconset>
623                              <string>16</string>              </property>
624                          </property>             </widget>
625                      </item>            </item>
626                      <item>           </layout>
627                          <property name="text">          </item>
628                              <string>All</string>          <item row="1" column="0" >
629                          </property>           <widget class="QLabel" name="AudioDeviceTextLabel" >
630                      </item>            <property name="text" >
631                      <property name="name">             <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
632                          <cstring>MidiChannelComboBox</cstring>  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="toolTip" stdset="0">  &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                          <string>MIDI input channel</string>            </property>
636                      </property>            <property name="alignment" >
637                  </widget>             <set>Qt::AlignVCenter</set>
638                  <spacer>            </property>
639                      <property name="name">            <property name="wordWrap" >
640                          <cstring>spacer2</cstring>             <bool>false</bool>
641                      </property>            </property>
642                      <property name="orientation">           </widget>
643                          <enum>Horizontal</enum>          </item>
644                      </property>          <item row="0" column="1" >
645                      <property name="sizeType">           <layout class="QHBoxLayout" >
646                          <enum>Expanding</enum>            <property name="margin" >
647                      </property>             <number>0</number>
648                      <property name="sizeHint">            </property>
649                          <size>            <property name="spacing" >
650                              <width>8</width>             <number>4</number>
651                              <height>8</height>            </property>
652                          </size>            <item>
653                      </property>             <widget class="QComboBox" name="AudioDriverComboBox" >
654                  </spacer>              <property name="sizePolicy" >
655              </hbox>               <sizepolicy>
656          </widget>                <hsizetype>5</hsizetype>
657          <widget class="QGroupBox" row="4" column="1" rowspan="1" colspan="3">                <vsizetype>0</vsizetype>
658              <property name="name">                <horstretch>0</horstretch>
659                  <cstring>AudioGroupBox</cstring>                <verstretch>0</verstretch>
660              </property>               </sizepolicy>
661              <property name="sizePolicy">              </property>
662                  <sizepolicy>              <property name="toolTip" >
663                      <hsizetype>1</hsizetype>               <string>Audio output driver type</string>
664                      <vsizetype>5</vsizetype>              </property>
665                      <horstretch>0</horstretch>             </widget>
666                      <verstretch>0</verstretch>            </item>
667                  </sizepolicy>            <item>
668              </property>             <spacer>
669              <property name="title">              <property name="orientation" >
670                  <string>Audio / Output</string>               <enum>Qt::Horizontal</enum>
671              </property>              </property>
672              <property name="alignment">              <property name="sizeType" >
673                  <set>AlignAuto</set>               <enum>QSizePolicy::Expanding</enum>
674              </property>              </property>
675              <hbox>              <property name="sizeHint" >
676                  <property name="name">               <size>
677                      <cstring>unnamed</cstring>                <width>20</width>
678                  </property>                <height>20</height>
679                  <property name="margin">               </size>
680                      <number>8</number>              </property>
681                  </property>             </spacer>
682                  <property name="spacing">            </item>
683                      <number>8</number>           </layout>
684                  </property>          </item>
685                  <widget class="QLabel">          <item row="0" column="0" >
686                      <property name="name">           <widget class="QLabel" name="AudioDriverTextLabel" >
687                          <cstring>AudioDriverTextLabel</cstring>            <property name="text" >
688                      </property>             <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
689                      <property name="text">  p, li { white-space: pre-wrap; }
690                          <string>&amp;Type:</string>  &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                      <property name="alignment">            </property>
693                          <set>AlignVCenter|AlignRight</set>            <property name="alignment" >
694                      </property>             <set>Qt::AlignVCenter</set>
695                      <property name="buddy" stdset="0">            </property>
696                          <cstring>AudioDriverComboBox</cstring>            <property name="wordWrap" >
697                      </property>             <bool>false</bool>
698                  </widget>            </property>
699                  <widget class="QComboBox">           </widget>
700                      <item>          </item>
701                          <property name="text">         </layout>
702                              <string>ALSA</string>        </item>
703                          </property>        <item>
704                      </item>         <widget class="QTableView" name="AudioRoutingTable" />
705                      <item>        </item>
706                          <property name="text">       </layout>
707                              <string>JACK</string>      </widget>
708                          </property>     </item>
709                      </item>     <item>
710                      <property name="name">      <layout class="QHBoxLayout" >
711                          <cstring>AudioDriverComboBox</cstring>       <property name="margin" >
712                      </property>        <number>0</number>
713                      <property name="toolTip" stdset="0">       </property>
714                          <string>Audio output driver type</string>       <property name="spacing" >
715                      </property>        <number>4</number>
716                  </widget>       </property>
717                  <spacer>       <item>
718                      <property name="name">        <spacer>
719                          <cstring>spacer3</cstring>         <property name="orientation" >
720                      </property>          <enum>Qt::Horizontal</enum>
721                      <property name="orientation">         </property>
722                          <enum>Horizontal</enum>         <property name="sizeType" >
723                      </property>          <enum>QSizePolicy::Expanding</enum>
724                      <property name="sizeType">         </property>
725                          <enum>Expanding</enum>         <property name="sizeHint" >
726                      </property>          <size>
727                      <property name="sizeHint">           <width>8</width>
728                          <size>           <height>8</height>
729                              <width>8</width>          </size>
730                              <height>8</height>         </property>
731                          </size>        </spacer>
732                      </property>       </item>
733                  </spacer>       <item>
734              </hbox>        <widget class="QPushButton" name="OkPushButton" >
735          </widget>         <property name="text" >
736      </grid>          <string>OK</string>
737  </widget>         </property>
738  <connections>         <property name="icon" >
739      <connection>          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formAccept.png</iconset>
740          <sender>EngineNameComboBox</sender>         </property>
741          <signal>activated(int)</signal>        </widget>
742          <receiver>qsamplerChannelForm</receiver>       </item>
743          <slot>optionsChanged()</slot>       <item>
744      </connection>        <widget class="QPushButton" name="CancelPushButton" >
745      <connection>         <property name="text" >
746          <sender>InstrumentFileComboBox</sender>          <string>Cancel</string>
747          <signal>textChanged(const QString &amp;)</signal>         </property>
748          <receiver>qsamplerChannelForm</receiver>         <property name="icon" >
749          <slot>updateInstrumentName()</slot>          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formReject.png</iconset>
750      </connection>         </property>
751      <connection>        </widget>
752          <sender>InstrumentFilePushButton</sender>       </item>
753          <signal>clicked()</signal>      </layout>
754          <receiver>qsamplerChannelForm</receiver>     </item>
755          <slot>openInstrumentFile()</slot>    </layout>
756      </connection>   </widget>
757      <connection>   <layoutdefault spacing="4" margin="4" />
758          <sender>MidiDriverComboBox</sender>   <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
759          <signal>activated(int)</signal>   <tabstops>
760          <receiver>qsamplerChannelForm</receiver>    <tabstop>EngineNameComboBox</tabstop>
761          <slot>optionsChanged()</slot>    <tabstop>InstrumentFileComboBox</tabstop>
762      </connection>    <tabstop>InstrumentFileToolButton</tabstop>
763      <connection>    <tabstop>InstrumentNrComboBox</tabstop>
764          <sender>MidiPortSpinBox</sender>    <tabstop>OkPushButton</tabstop>
765          <signal>valueChanged(int)</signal>    <tabstop>CancelPushButton</tabstop>
766          <receiver>qsamplerChannelForm</receiver>   </tabstops>
767          <slot>optionsChanged()</slot>   <resources>
768      </connection>    <include location="../pixmaps.qrc" />
769      <connection>   </resources>
770          <sender>MidiChannelComboBox</sender>   <connections>
771          <signal>activated(int)</signal>    <connection>
772          <receiver>qsamplerChannelForm</receiver>     <sender>EngineNameComboBox</sender>
773          <slot>optionsChanged()</slot>     <signal>activated(int)</signal>
774      </connection>     <receiver>qsamplerChannelForm</receiver>
775      <connection>     <slot>optionsChanged()</slot>
776          <sender>AudioDriverComboBox</sender>     <hints>
777          <signal>activated(int)</signal>      <hint type="sourcelabel" >
778          <receiver>qsamplerChannelForm</receiver>       <x>20</x>
779          <slot>optionsChanged()</slot>       <y>20</y>
780      </connection>      </hint>
781      <connection>      <hint type="destinationlabel" >
782          <sender>OkPushButton</sender>       <x>20</x>
783          <signal>clicked()</signal>       <y>20</y>
784          <receiver>qsamplerChannelForm</receiver>      </hint>
785          <slot>accept()</slot>     </hints>
786      </connection>    </connection>
787      <connection>    <connection>
788          <sender>CancelPushButton</sender>     <sender>InstrumentFileComboBox</sender>
789          <signal>clicked()</signal>     <signal>activated(QString)</signal>
790          <receiver>qsamplerChannelForm</receiver>     <receiver>qsamplerChannelForm</receiver>
791          <slot>reject()</slot>     <slot>updateInstrumentName()</slot>
792      </connection>     <hints>
793  </connections>      <hint type="sourcelabel" >
794  <tabstops>       <x>20</x>
795      <tabstop>EngineNameComboBox</tabstop>       <y>20</y>
796      <tabstop>InstrumentFileComboBox</tabstop>      </hint>
797      <tabstop>InstrumentFilePushButton</tabstop>      <hint type="destinationlabel" >
798      <tabstop>InstrumentNrComboBox</tabstop>       <x>20</x>
799      <tabstop>MidiDriverComboBox</tabstop>       <y>20</y>
800      <tabstop>MidiPortSpinBox</tabstop>      </hint>
801      <tabstop>MidiChannelComboBox</tabstop>     </hints>
802      <tabstop>AudioDriverComboBox</tabstop>    </connection>
803      <tabstop>OkPushButton</tabstop>    <connection>
804      <tabstop>CancelPushButton</tabstop>     <sender>InstrumentFileToolButton</sender>
805  </tabstops>     <signal>clicked()</signal>
806  <includes>     <receiver>qsamplerChannelForm</receiver>
807      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>     <slot>openInstrumentFile()</slot>
808      <include location="local" impldecl="in implementation">qsamplerChannelForm.ui.h</include>     <hints>
809  </includes>      <hint type="sourcelabel" >
810  <variables>       <x>20</x>
811      <variable access="private">qsamplerChannel *m_pChannel;</variable>       <y>20</y>
812      <variable access="private">int m_iDirtySetup;</variable>      </hint>
813      <variable access="private">int m_iDirtyCount;</variable>      <hint type="destinationlabel" >
814  </variables>       <x>20</x>
815  <slots>       <y>20</y>
816      <slot specifier="non virtual">accept()</slot>      </hint>
817      <slot specifier="non virtual">reject()</slot>     </hints>
818      <slot specifier="non virtual">openInstrumentFile()</slot>    </connection>
819      <slot specifier="non virtual">updateInstrumentName()</slot>    <connection>
820      <slot specifier="non virtual">optionsChanged()</slot>     <sender>InstrumentNrComboBox</sender>
821      <slot specifier="non virtual">stabilizeForm()</slot>     <signal>activated(int)</signal>
822  </slots>     <receiver>qsamplerChannelForm</receiver>
823  <functions>     <slot>optionsChanged()</slot>
824      <function access="private" specifier="non virtual">init()</function>     <hints>
825      <function access="private" specifier="non virtual">destroy()</function>      <hint type="sourcelabel" >
826      <function specifier="non virtual">setup( qsamplerChannel *pChannel )</function>       <x>20</x>
827  </functions>       <y>20</y>
828  <pixmapinproject/>      </hint>
829  <layoutdefaults spacing="8" margin="8"/>      <hint type="destinationlabel" >
830  </UI>       <x>20</x>
831         <y>20</y>
832        </hint>
833       </hints>
834      </connection>
835      <connection>
836       <sender>OkPushButton</sender>
837       <signal>clicked()</signal>
838       <receiver>qsamplerChannelForm</receiver>
839       <slot>accept()</slot>
840       <hints>
841        <hint type="sourcelabel" >
842         <x>20</x>
843         <y>20</y>
844        </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.299  
changed lines
  Added in v.1461

  ViewVC Help
Powered by ViewVC