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

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

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

revision 95 by capela, Sun May 30 15:38:06 2004 UTC revision 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>424</width>    </property>
32              <height>268</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="editable">           <string>&amp;Type:</string>
360                  <bool>true</bool>          </property>
361              </property>          <property name="alignment" >
362              <property name="toolTip" stdset="0">           <set>Qt::AlignVCenter</set>
363                  <string>Instrument filename</string>          </property>
364              </property>          <property name="wordWrap" >
365          </widget>           <bool>false</bool>
366          <spacer row="3" column="0" rowspan="2" colspan="1">          </property>
367              <property name="name">          <property name="buddy" >
368                  <cstring>spacer1</cstring>           <cstring>MidiDriverComboBox</cstring>
369              </property>          </property>
370              <property name="orientation">         </widget>
371                  <enum>Vertical</enum>        </item>
372              </property>        <item row="0" column="1" >
373              <property name="sizeType">         <layout class="QHBoxLayout" >
374                  <enum>Expanding</enum>          <property name="margin" >
375              </property>           <number>0</number>
376              <property name="sizeHint">          </property>
377                  <size>          <property name="spacing" >
378                      <width>8</width>           <number>4</number>
379                      <height>8</height>          </property>
380                  </size>          <item>
381              </property>           <widget class="QComboBox" name="MidiDriverComboBox" >
382          </spacer>            <property name="sizePolicy" >
383          <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="4">             <sizepolicy>
384              <property name="name">              <hsizetype>5</hsizetype>
385                  <cstring>layout1</cstring>              <vsizetype>0</vsizetype>
386              </property>              <horstretch>0</horstretch>
387              <hbox>              <verstretch>0</verstretch>
388                  <property name="name">             </sizepolicy>
389                      <cstring>unnamed</cstring>            </property>
390                  </property>            <property name="toolTip" >
391                  <spacer>             <string>MIDI input driver type</string>
392                      <property name="name">            </property>
393                          <cstring>spacer3</cstring>           </widget>
394                      </property>          </item>
395                      <property name="orientation">          <item>
396                          <enum>Horizontal</enum>           <spacer>
397                      </property>            <property name="orientation" >
398                      <property name="sizeType">             <enum>Qt::Horizontal</enum>
399                          <enum>Expanding</enum>            </property>
400                      </property>            <property name="sizeType" >
401                      <property name="sizeHint">             <enum>QSizePolicy::Expanding</enum>
402                          <size>            </property>
403                              <width>8</width>            <property name="sizeHint" >
404                              <height>8</height>             <size>
405                          </size>              <width>20</width>
406                      </property>              <height>20</height>
407                  </spacer>             </size>
408                  <widget class="QPushButton">            </property>
409                      <property name="name">           </spacer>
410                          <cstring>OkPushButton</cstring>          </item>
411                      </property>          <item>
412                      <property name="text">           <widget class="QLabel" name="MidiPortTextLabel" >
413                          <string>OK</string>            <property name="text" >
414                      </property>             <string>&amp;Port:</string>
415                      <property name="iconSet">            </property>
416                          <iconset>formAccept.png</iconset>            <property name="alignment" >
417                      </property>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
418                  </widget>            </property>
419                  <widget class="QPushButton">            <property name="wordWrap" >
420                      <property name="name">             <bool>false</bool>
421                          <cstring>CancelPushButton</cstring>            </property>
422                      </property>            <property name="buddy" >
423                      <property name="text">             <cstring>MidiPortSpinBox</cstring>
424                          <string>Cancel</string>            </property>
425                      </property>           </widget>
426                      <property name="iconSet">          </item>
427                          <iconset>formReject.png</iconset>          <item>
428                      </property>           <widget class="QSpinBox" name="MidiPortSpinBox" >
429                  </widget>            <property name="toolTip" >
430              </hbox>             <string>MIDI input port number</string>
431          </widget>            </property>
432          <widget class="QSpinBox" row="2" column="1">           </widget>
433              <property name="name">          </item>
434                  <cstring>InstrumentNrSpinBox</cstring>          <item>
435              </property>           <widget class="QLabel" name="MidiChannelTextLabel" >
436              <property name="maximumSize">            <property name="text" >
437                  <size>             <string>&amp;Channel:</string>
438                      <width>40</width>            </property>
439                      <height>32767</height>            <property name="alignment" >
440                  </size>             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
441              </property>            </property>
442              <property name="toolTip" stdset="0">            <property name="wordWrap" >
443                  <string>Instrument index</string>             <bool>false</bool>
444              </property>            </property>
445          </widget>            <property name="buddy" >
446          <widget class="QLabel" row="2" column="0">             <cstring>MidiChannelComboBox</cstring>
447              <property name="name">            </property>
448                  <cstring>InstrumentNrTextLabel</cstring>           </widget>
449              </property>          </item>
450              <property name="text">          <item>
451                  <string>Inde&amp;x:</string>           <widget class="QComboBox" name="MidiChannelComboBox" >
452              </property>            <property name="toolTip" >
453              <property name="alignment">             <string>MIDI input channel</string>
454                  <set>AlignVCenter|AlignRight</set>            </property>
455              </property>            <item>
456              <property name="buddy" stdset="0">             <property name="text" >
457                  <cstring>InstrumentNrSpinBox</cstring>              <string>1</string>
458              </property>             </property>
459          </widget>            </item>
460          <widget class="QLabel" row="2" column="2" rowspan="1" colspan="2">            <item>
461              <property name="name">             <property name="text" >
462                  <cstring>InstrumentNameTextLabel</cstring>              <string>2</string>
463              </property>             </property>
464              <property name="sizePolicy">            </item>
465                  <sizepolicy>            <item>
466                      <hsizetype>1</hsizetype>             <property name="text" >
467                      <vsizetype>5</vsizetype>              <string>3</string>
468                      <horstretch>0</horstretch>             </property>
469                      <verstretch>0</verstretch>            </item>
470                  </sizepolicy>            <item>
471              </property>             <property name="text" >
472              <property name="toolTip" stdset="0">              <string>4</string>
473                  <string>Instrument name</string>             </property>
474              </property>            </item>
475          </widget>            <item>
476          <widget class="QGroupBox" row="3" column="1" rowspan="1" colspan="3">             <property name="text" >
477              <property name="name">              <string>5</string>
478                  <cstring>MidiGroupBox</cstring>             </property>
479              </property>            </item>
480              <property name="sizePolicy">            <item>
481                  <sizepolicy>             <property name="text" >
482                      <hsizetype>1</hsizetype>              <string>6</string>
483                      <vsizetype>5</vsizetype>             </property>
484                      <horstretch>0</horstretch>            </item>
485                      <verstretch>0</verstretch>            <item>
486                  </sizepolicy>             <property name="text" >
487              </property>              <string>7</string>
488              <property name="title">             </property>
489                  <string>&amp;MIDI/Input</string>            </item>
490              </property>            <item>
491              <hbox>             <property name="text" >
492                  <property name="name">              <string>8</string>
493                      <cstring>unnamed</cstring>             </property>
494                  </property>            </item>
495                  <property name="margin">            <item>
496                      <number>8</number>             <property name="text" >
497                  </property>              <string>9</string>
498                  <property name="spacing">             </property>
499                      <number>8</number>            </item>
500                  </property>            <item>
501                  <widget class="QLabel">             <property name="text" >
502                      <property name="name">              <string>10</string>
503                          <cstring>MidiDriverTextLabel</cstring>             </property>
504                      </property>            </item>
505                      <property name="text">            <item>
506                          <string>&amp;Type:</string>             <property name="text" >
507                      </property>              <string>11</string>
508                      <property name="alignment">             </property>
509                          <set>AlignVCenter|AlignRight</set>            </item>
510                      </property>            <item>
511                      <property name="buddy" stdset="0">             <property name="text" >
512                          <cstring>MidiDriverComboBox</cstring>              <string>12</string>
513                      </property>             </property>
514                  </widget>            </item>
515                  <widget class="QComboBox">            <item>
516                      <item>             <property name="text" >
517                          <property name="text">              <string>13</string>
518                              <string>ALSA</string>             </property>
519                          </property>            </item>
520                      </item>            <item>
521                      <property name="name">             <property name="text" >
522                          <cstring>MidiDriverComboBox</cstring>              <string>14</string>
523                      </property>             </property>
524                      <property name="toolTip" stdset="0">            </item>
525                          <string>MIDI input driver type</string>            <item>
526                      </property>             <property name="text" >
527                  </widget>              <string>15</string>
528                  <widget class="QLabel">             </property>
529                      <property name="name">            </item>
530                          <cstring>MidiPortTextLabel</cstring>            <item>
531                      </property>             <property name="text" >
532                      <property name="text">              <string>16</string>
533                          <string>&amp;Port:</string>             </property>
534                      </property>            </item>
535                      <property name="alignment">            <item>
536                          <set>AlignVCenter|AlignRight</set>             <property name="text" >
537                      </property>              <string>All</string>
538                      <property name="buddy" stdset="0">             </property>
539                          <cstring>MidiPortSpinBox</cstring>            </item>
540                      </property>           </widget>
541                  </widget>          </item>
542                  <widget class="QSpinBox">         </layout>
543                      <property name="name">        </item>
544                          <cstring>MidiPortSpinBox</cstring>       </layout>
545                      </property>      </widget>
546                      <property name="toolTip" stdset="0">     </item>
547                          <string>MIDI input port number</string>     <item>
548                      </property>      <widget class="QGroupBox" name="AudioGroupBox" >
549                  </widget>       <property name="title" >
550                  <widget class="QLabel">        <string>Audio / Output</string>
551                      <property name="name">       </property>
552                          <cstring>MidiChannelTextLabel</cstring>       <layout class="QVBoxLayout" >
553                      </property>        <property name="margin" >
554                      <property name="text">         <number>9</number>
555                          <string>&amp;Channel:</string>        </property>
556                      </property>        <property name="spacing" >
557                      <property name="alignment">         <number>6</number>
558                          <set>AlignVCenter|AlignRight</set>        </property>
559                      </property>        <item>
560                      <property name="buddy" stdset="0">         <layout class="QGridLayout" >
561                          <cstring>MidiChannelSpinBox</cstring>          <property name="margin" >
562                      </property>           <number>0</number>
563                  </widget>          </property>
564                  <widget class="QSpinBox">          <property name="spacing" >
565                      <property name="name">           <number>6</number>
566                          <cstring>MidiChannelSpinBox</cstring>          </property>
567                      </property>          <item row="1" column="1" >
568                      <property name="maxValue">           <layout class="QHBoxLayout" >
569                          <number>16</number>            <property name="margin" >
570                      </property>             <number>0</number>
571                      <property name="minValue">            </property>
572                          <number>0</number>            <property name="spacing" >
573                      </property>             <number>4</number>
574                      <property name="toolTip" stdset="0">            </property>
575                          <string>MIDI input channel</string>            <item>
576                      </property>             <widget class="QComboBox" name="AudioDeviceComboBox" >
577                  </widget>              <property name="sizePolicy" >
578                  <spacer>               <sizepolicy>
579                      <property name="name">                <hsizetype>7</hsizetype>
580                          <cstring>spacer2</cstring>                <vsizetype>0</vsizetype>
581                      </property>                <horstretch>0</horstretch>
582                      <property name="orientation">                <verstretch>0</verstretch>
583                          <enum>Horizontal</enum>               </sizepolicy>
584                      </property>              </property>
585                      <property name="sizeType">              <property name="toolTip" >
586                          <enum>Expanding</enum>               <string>Audio output device</string>
587                      </property>              </property>
588                      <property name="sizeHint">             </widget>
589                          <size>            </item>
590                              <width>8</width>            <item>
591                              <height>8</height>             <widget class="QToolButton" name="AudioDeviceToolButton" >
592                          </size>              <property name="sizePolicy" >
593                      </property>               <sizepolicy>
594                  </spacer>                <hsizetype>0</hsizetype>
595              </hbox>                <vsizetype>0</vsizetype>
596          </widget>                <horstretch>0</horstretch>
597          <widget class="QGroupBox" row="4" column="1" rowspan="1" colspan="3">                <verstretch>0</verstretch>
598              <property name="name">               </sizepolicy>
599                  <cstring>AudioGroupBox</cstring>              </property>
600              </property>              <property name="minimumSize" >
601              <property name="sizePolicy">               <size>
602                  <sizepolicy>                <width>24</width>
603                      <hsizetype>1</hsizetype>                <height>24</height>
604                      <vsizetype>5</vsizetype>               </size>
605                      <horstretch>0</horstretch>              </property>
606                      <verstretch>0</verstretch>              <property name="maximumSize" >
607                  </sizepolicy>               <size>
608              </property>                <width>26</width>
609              <property name="title">                <height>26</height>
610                  <string>&amp;Audio/Output</string>               </size>
611              </property>              </property>
612              <property name="alignment">              <property name="focusPolicy" >
613                  <set>AlignAuto</set>               <enum>Qt::TabFocus</enum>
614              </property>              </property>
615              <hbox>              <property name="toolTip" >
616                  <property name="name">               <string>Audio output device setup</string>
617                      <cstring>unnamed</cstring>              </property>
618                  </property>              <property name="text" >
619                  <property name="margin">               <string/>
620                      <number>8</number>              </property>
621                  </property>              <property name="icon" >
622                  <property name="spacing">               <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/audio1.png</iconset>
623                      <number>8</number>              </property>
624                  </property>             </widget>
625                  <widget class="QLabel">            </item>
626                      <property name="name">           </layout>
627                          <cstring>AudioDriverTextLabel</cstring>          </item>
628                      </property>          <item row="1" column="0" >
629                      <property name="text">           <widget class="QLabel" name="AudioDeviceTextLabel" >
630                          <string>&amp;Type:</string>            <property name="text" >
631                      </property>             <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
632                      <property name="alignment">  p, li { white-space: pre-wrap; }
633                          <set>AlignVCenter|AlignRight</set>  &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>  &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="buddy" stdset="0">            </property>
636                          <cstring>AudioDriverComboBox</cstring>            <property name="alignment" >
637                      </property>             <set>Qt::AlignVCenter</set>
638                  </widget>            </property>
639                  <widget class="QComboBox">            <property name="wordWrap" >
640                      <item>             <bool>false</bool>
641                          <property name="text">            </property>
642                              <string>ALSA</string>           </widget>
643                          </property>          </item>
644                      </item>          <item row="0" column="1" >
645                      <item>           <layout class="QHBoxLayout" >
646                          <property name="text">            <property name="margin" >
647                              <string>JACK</string>             <number>0</number>
648                          </property>            </property>
649                      </item>            <property name="spacing" >
650                      <property name="name">             <number>4</number>
651                          <cstring>AudioDriverComboBox</cstring>            </property>
652                      </property>            <item>
653                      <property name="toolTip" stdset="0">             <widget class="QComboBox" name="AudioDriverComboBox" >
654                          <string>Audio output driver type</string>              <property name="sizePolicy" >
655                      </property>               <sizepolicy>
656                  </widget>                <hsizetype>5</hsizetype>
657                  <spacer>                <vsizetype>0</vsizetype>
658                      <property name="name">                <horstretch>0</horstretch>
659                          <cstring>spacer3</cstring>                <verstretch>0</verstretch>
660                      </property>               </sizepolicy>
661                      <property name="orientation">              </property>
662                          <enum>Horizontal</enum>              <property name="toolTip" >
663                      </property>               <string>Audio output driver type</string>
664                      <property name="sizeType">              </property>
665                          <enum>Expanding</enum>             </widget>
666                      </property>            </item>
667                      <property name="sizeHint">            <item>
668                          <size>             <spacer>
669                              <width>8</width>              <property name="orientation" >
670                              <height>8</height>               <enum>Qt::Horizontal</enum>
671                          </size>              </property>
672                      </property>              <property name="sizeType" >
673                  </spacer>               <enum>QSizePolicy::Expanding</enum>
674              </hbox>              </property>
675          </widget>              <property name="sizeHint" >
676      </grid>               <size>
677  </widget>                <width>20</width>
678  <connections>                <height>20</height>
679      <connection>               </size>
680          <sender>EngineNameComboBox</sender>              </property>
681          <signal>activated(int)</signal>             </spacer>
682          <receiver>qsamplerChannelForm</receiver>            </item>
683          <slot>optionsChanged()</slot>           </layout>
684      </connection>          </item>
685      <connection>          <item row="0" column="0" >
686          <sender>InstrumentFileComboBox</sender>           <widget class="QLabel" name="AudioDriverTextLabel" >
687          <signal>textChanged(const QString &amp;)</signal>            <property name="text" >
688          <receiver>qsamplerChannelForm</receiver>             <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
689          <slot>updateInstrumentName()</slot>  p, li { white-space: pre-wrap; }
690      </connection>  &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
691      <connection>  &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          <sender>InstrumentFilePushButton</sender>            </property>
693          <signal>clicked()</signal>            <property name="alignment" >
694          <receiver>qsamplerChannelForm</receiver>             <set>Qt::AlignVCenter</set>
695          <slot>openInstrumentFile()</slot>            </property>
696      </connection>            <property name="wordWrap" >
697      <connection>             <bool>false</bool>
698          <sender>InstrumentNrSpinBox</sender>            </property>
699          <signal>valueChanged(int)</signal>           </widget>
700          <receiver>qsamplerChannelForm</receiver>          </item>
701          <slot>updateInstrumentName()</slot>         </layout>
702      </connection>        </item>
703      <connection>        <item>
704          <sender>MidiDriverComboBox</sender>         <widget class="QTableView" name="AudioRoutingTable" />
705          <signal>activated(int)</signal>        </item>
706          <receiver>qsamplerChannelForm</receiver>       </layout>
707          <slot>optionsChanged()</slot>      </widget>
708      </connection>     </item>
709      <connection>     <item>
710          <sender>MidiPortSpinBox</sender>      <layout class="QHBoxLayout" >
711          <signal>valueChanged(int)</signal>       <property name="margin" >
712          <receiver>qsamplerChannelForm</receiver>        <number>0</number>
713          <slot>optionsChanged()</slot>       </property>
714      </connection>       <property name="spacing" >
715      <connection>        <number>4</number>
716          <sender>MidiChannelSpinBox</sender>       </property>
717          <signal>valueChanged(int)</signal>       <item>
718          <receiver>qsamplerChannelForm</receiver>        <spacer>
719          <slot>optionsChanged()</slot>         <property name="orientation" >
720      </connection>          <enum>Qt::Horizontal</enum>
721      <connection>         </property>
722          <sender>AudioDriverComboBox</sender>         <property name="sizeType" >
723          <signal>activated(int)</signal>          <enum>QSizePolicy::Expanding</enum>
724          <receiver>qsamplerChannelForm</receiver>         </property>
725          <slot>optionsChanged()</slot>         <property name="sizeHint" >
726      </connection>          <size>
727      <connection>           <width>8</width>
728          <sender>OkPushButton</sender>           <height>8</height>
729          <signal>clicked()</signal>          </size>
730          <receiver>qsamplerChannelForm</receiver>         </property>
731          <slot>accept()</slot>        </spacer>
732      </connection>       </item>
733      <connection>       <item>
734          <sender>CancelPushButton</sender>        <widget class="QPushButton" name="OkPushButton" >
735          <signal>clicked()</signal>         <property name="text" >
736          <receiver>qsamplerChannelForm</receiver>          <string>OK</string>
737          <slot>reject()</slot>         </property>
738      </connection>         <property name="icon" >
739  </connections>          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formAccept.png</iconset>
740  <tabstops>         </property>
741      <tabstop>EngineNameComboBox</tabstop>        </widget>
742      <tabstop>InstrumentFileComboBox</tabstop>       </item>
743      <tabstop>InstrumentFilePushButton</tabstop>       <item>
744      <tabstop>InstrumentNrSpinBox</tabstop>        <widget class="QPushButton" name="CancelPushButton" >
745      <tabstop>MidiDriverComboBox</tabstop>         <property name="text" >
746      <tabstop>MidiPortSpinBox</tabstop>          <string>Cancel</string>
747      <tabstop>MidiChannelSpinBox</tabstop>         </property>
748      <tabstop>AudioDriverComboBox</tabstop>         <property name="icon" >
749      <tabstop>OkPushButton</tabstop>          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formReject.png</iconset>
750      <tabstop>CancelPushButton</tabstop>         </property>
751  </tabstops>        </widget>
752  <includes>       </item>
753      <include location="local" impldecl="in implementation">qsamplerChannelForm.ui.h</include>      </layout>
754  </includes>     </item>
755  <forwards>    </layout>
756      <forward>class qsamplerChannelStrip;</forward>   </widget>
757  </forwards>   <layoutdefault spacing="4" margin="4" />
758  <variables>   <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
759      <variable access="private">qsamplerChannelStrip *m_pChannel;</variable>   <tabstops>
760      <variable access="private">int m_iDirtySetup;</variable>    <tabstop>EngineNameComboBox</tabstop>
761      <variable access="private">int m_iDirtyCount;</variable>    <tabstop>InstrumentFileComboBox</tabstop>
762  </variables>    <tabstop>InstrumentFileToolButton</tabstop>
763  <slots>    <tabstop>InstrumentNrComboBox</tabstop>
764      <slot specifier="non virtual">accept()</slot>    <tabstop>OkPushButton</tabstop>
765      <slot specifier="non virtual">reject()</slot>    <tabstop>CancelPushButton</tabstop>
766      <slot specifier="non virtual">openInstrumentFile()</slot>   </tabstops>
767      <slot specifier="non virtual">updateInstrumentName()</slot>   <resources>
768      <slot specifier="non virtual">optionsChanged()</slot>    <include location="../pixmaps.qrc" />
769      <slot specifier="non virtual">stabilizeForm()</slot>   </resources>
770  </slots>   <connections>
771  <functions>    <connection>
772      <function access="private" specifier="non virtual">init()</function>     <sender>EngineNameComboBox</sender>
773      <function access="private" specifier="non virtual">destroy()</function>     <signal>activated(int)</signal>
774      <function specifier="non virtual">setup( qsamplerChannelStrip *pChannel )</function>     <receiver>qsamplerChannelForm</receiver>
775  </functions>     <slot>optionsChanged()</slot>
776  <pixmapinproject/>     <hints>
777  <layoutdefaults spacing="8" margin="8"/>      <hint type="sourcelabel" >
778  </UI>       <x>20</x>
779         <y>20</y>
780        </hint>
781        <hint type="destinationlabel" >
782         <x>20</x>
783         <y>20</y>
784        </hint>
785       </hints>
786      </connection>
787      <connection>
788       <sender>InstrumentFileComboBox</sender>
789       <signal>activated(QString)</signal>
790       <receiver>qsamplerChannelForm</receiver>
791       <slot>updateInstrumentName()</slot>
792       <hints>
793        <hint type="sourcelabel" >
794         <x>20</x>
795         <y>20</y>
796        </hint>
797        <hint type="destinationlabel" >
798         <x>20</x>
799         <y>20</y>
800        </hint>
801       </hints>
802      </connection>
803      <connection>
804       <sender>InstrumentFileToolButton</sender>
805       <signal>clicked()</signal>
806       <receiver>qsamplerChannelForm</receiver>
807       <slot>openInstrumentFile()</slot>
808       <hints>
809        <hint type="sourcelabel" >
810         <x>20</x>
811         <y>20</y>
812        </hint>
813        <hint type="destinationlabel" >
814         <x>20</x>
815         <y>20</y>
816        </hint>
817       </hints>
818      </connection>
819      <connection>
820       <sender>InstrumentNrComboBox</sender>
821       <signal>activated(int)</signal>
822       <receiver>qsamplerChannelForm</receiver>
823       <slot>optionsChanged()</slot>
824       <hints>
825        <hint type="sourcelabel" >
826         <x>20</x>
827         <y>20</y>
828        </hint>
829        <hint type="destinationlabel" >
830         <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.95  
changed lines
  Added in v.1461

  ViewVC Help
Powered by ViewVC