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

Legend:
Removed from v.987  
changed lines
  Added in v.1519

  ViewVC Help
Powered by ViewVC