/[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 1460 by capela, Mon Jan 8 22:04:33 2007 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-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6    
# Line 19  Line 19 
19     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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>446</width>    </property>
32              <height>436</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>Qsampler: 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>
             <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>  
251              <horstretch>0</horstretch>              <horstretch>0</horstretch>
252              <verstretch>0</verstretch>              <verstretch>0</verstretch>
253          </sizepolicy>             </sizepolicy>
254      </customwidget>            </property>
255  </customwidgets>            <property name="minimumSize" >
256  <connections>             <size>
257      <connection>              <width>24</width>
258          <sender>EngineNameComboBox</sender>              <height>24</height>
259          <signal>activated(int)</signal>             </size>
260          <receiver>qsamplerChannelForm</receiver>            </property>
261          <slot>optionsChanged()</slot>            <property name="maximumSize" >
262      </connection>             <size>
263      <connection>              <width>26</width>
264          <sender>InstrumentFileComboBox</sender>              <height>26</height>
265          <signal>activated(const QString&amp;)</signal>             </size>
266          <receiver>qsamplerChannelForm</receiver>            </property>
267          <slot>updateInstrumentName()</slot>            <property name="focusPolicy" >
268      </connection>             <enum>Qt::TabFocus</enum>
269      <connection>            </property>
270          <sender>InstrumentFileToolButton</sender>            <property name="toolTip" >
271          <signal>clicked()</signal>             <string>MIDI input device setup</string>
272          <receiver>qsamplerChannelForm</receiver>            </property>
273          <slot>openInstrumentFile()</slot>            <property name="text" >
274      </connection>             <string/>
275      <connection>            </property>
276          <sender>InstrumentNrComboBox</sender>            <property name="icon" >
277          <signal>activated(int)</signal>             <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/midi1.png</iconset>
278          <receiver>qsamplerChannelForm</receiver>            </property>
279          <slot>optionsChanged()</slot>           </widget>
280      </connection>          </item>
281      <connection>         </layout>
282          <sender>MidiDriverComboBox</sender>        </item>
283          <signal>activated(const QString&amp;)</signal>        <item row="2" column="0" >
284          <receiver>qsamplerChannelForm</receiver>         <widget class="QLabel" name="MidiMapTextLabel" >
285          <slot>selectMidiDriver(const QString&amp;)</slot>          <property name="text" >
286      </connection>           <string>&amp;Map:</string>
287      <connection>          </property>
288          <sender>MidiDeviceComboBox</sender>          <property name="alignment" >
289          <signal>activated(int)</signal>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
290          <receiver>qsamplerChannelForm</receiver>          </property>
291          <slot>selectMidiDevice(int)</slot>          <property name="wordWrap" >
292      </connection>           <bool>false</bool>
293      <connection>          </property>
294          <sender>MidiPortSpinBox</sender>          <property name="buddy" >
295          <signal>valueChanged(int)</signal>           <cstring>MidiMapComboBox</cstring>
296          <receiver>qsamplerChannelForm</receiver>          </property>
297          <slot>optionsChanged()</slot>         </widget>
298      </connection>        </item>
299      <connection>        <item row="1" column="0" >
300          <sender>MidiChannelComboBox</sender>         <widget class="QLabel" name="MidiDeviceTextLabel" >
301          <signal>activated(int)</signal>          <property name="text" >
302          <receiver>qsamplerChannelForm</receiver>           <string>&amp;Device:</string>
303          <slot>optionsChanged()</slot>          </property>
304      </connection>          <property name="alignment" >
305      <connection>           <set>Qt::AlignVCenter</set>
306          <sender>MidiMapComboBox</sender>          </property>
307          <signal>activated(int)</signal>          <property name="wordWrap" >
308          <receiver>qsamplerChannelForm</receiver>           <bool>false</bool>
309          <slot>optionsChanged()</slot>          </property>
310      </connection>          <property name="buddy" >
311      <connection>           <cstring>MidiDeviceComboBox</cstring>
312          <sender>AudioDriverComboBox</sender>          </property>
313          <signal>activated(const QString&amp;)</signal>         </widget>
314          <receiver>qsamplerChannelForm</receiver>        </item>
315          <slot>selectAudioDriver(const QString&amp;)</slot>        <item row="2" column="1" >
316      </connection>         <layout class="QHBoxLayout" >
317      <connection>          <property name="margin" >
318          <sender>AudioDeviceComboBox</sender>           <number>0</number>
319          <signal>activated(int)</signal>          </property>
320          <receiver>qsamplerChannelForm</receiver>          <property name="spacing" >
321          <slot>selectAudioDevice(int)</slot>           <number>4</number>
322      </connection>          </property>
323      <connection>          <item>
324          <sender>OkPushButton</sender>           <widget class="QComboBox" name="MidiMapComboBox" >
325          <signal>clicked()</signal>            <property name="sizePolicy" >
326          <receiver>qsamplerChannelForm</receiver>             <sizepolicy>
327          <slot>accept()</slot>              <hsizetype>7</hsizetype>
328      </connection>              <vsizetype>0</vsizetype>
329      <connection>              <horstretch>0</horstretch>
330          <sender>CancelPushButton</sender>              <verstretch>0</verstretch>
331          <signal>clicked()</signal>             </sizepolicy>
332          <receiver>qsamplerChannelForm</receiver>            </property>
333          <slot>reject()</slot>            <property name="toolTip" >
334      </connection>             <string>Instrument map</string>
335      <connection>            </property>
336          <sender>MidiDeviceToolButton</sender>           </widget>
337          <signal>clicked()</signal>          </item>
338          <receiver>qsamplerChannelForm</receiver>          <item>
339          <slot>setupMidiDevice()</slot>           <spacer>
340      </connection>            <property name="orientation" >
341      <connection>             <enum>Qt::Horizontal</enum>
342          <sender>AudioDeviceToolButton</sender>            </property>
343          <signal>clicked()</signal>            <property name="sizeType" >
344          <receiver>qsamplerChannelForm</receiver>             <enum>QSizePolicy::Expanding</enum>
345          <slot>setupAudioDevice()</slot>            </property>
346      </connection>            <property name="sizeHint" >
347  </connections>             <size>
348  <tabstops>              <width>160</width>
349      <tabstop>EngineNameComboBox</tabstop>              <height>20</height>
350      <tabstop>InstrumentFileComboBox</tabstop>             </size>
351      <tabstop>InstrumentFileToolButton</tabstop>            </property>
352      <tabstop>InstrumentNrComboBox</tabstop>           </spacer>
353      <tabstop>MidiDriverComboBox</tabstop>          </item>
354      <tabstop>MidiPortSpinBox</tabstop>         </layout>
355      <tabstop>MidiChannelComboBox</tabstop>        </item>
356      <tabstop>MidiDeviceComboBox</tabstop>        <item row="0" column="0" >
357      <tabstop>MidiDeviceToolButton</tabstop>         <widget class="QLabel" name="MidiDriverTextLabel" >
358      <tabstop>MidiMapComboBox</tabstop>          <property name="text" >
359      <tabstop>AudioDriverComboBox</tabstop>           <string>&amp;Type:</string>
360      <tabstop>AudioDeviceComboBox</tabstop>          </property>
361      <tabstop>AudioDeviceToolButton</tabstop>          <property name="alignment" >
362      <tabstop>AudioRoutingTable</tabstop>           <set>Qt::AlignVCenter</set>
363      <tabstop>OkPushButton</tabstop>          </property>
364      <tabstop>CancelPushButton</tabstop>          <property name="wordWrap" >
365  </tabstops>           <bool>false</bool>
366  <includes>          </property>
367      <include location="local" impldecl="in declaration">qsamplerDevice.h</include>          <property name="buddy" >
368      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>           <cstring>MidiDriverComboBox</cstring>
369      <include location="local" impldecl="in implementation">qsamplerChannelForm.ui.h</include>          </property>
370  </includes>         </widget>
371  <forwards>        </item>
372      <forward>class qsamplerDeviceForm;</forward>        <item row="0" column="1" >
373  </forwards>         <layout class="QHBoxLayout" >
374  <variables>          <property name="margin" >
375      <variable access="private">qsamplerChannel *m_pChannel;</variable>           <number>0</number>
376      <variable access="private">int m_iDirtySetup;</variable>          </property>
377      <variable access="private">int m_iDirtyCount;</variable>          <property name="spacing" >
378      <variable access="private">QPtrList &lt; qsamplerDevice &gt; m_audioDevices;</variable>           <number>4</number>
379      <variable access="private">QPtrList &lt; qsamplerDevice &gt; m_midiDevices;</variable>          </property>
380      <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>          <item>
381      <variable access="private">qsamplerChannelRoutingMap m_audioRouting;</variable>           <widget class="QComboBox" name="MidiDriverComboBox" >
382  </variables>            <property name="sizePolicy" >
383  <slots>             <sizepolicy>
384      <slot specifier="non virtual">accept()</slot>              <hsizetype>5</hsizetype>
385      <slot specifier="non virtual">reject()</slot>              <vsizetype>0</vsizetype>
386      <slot specifier="non virtual">openInstrumentFile()</slot>              <horstretch>0</horstretch>
387      <slot specifier="non virtual">updateInstrumentName()</slot>              <verstretch>0</verstretch>
388      <slot specifier="non virtual">selectMidiDriver( const QString &amp; sMidiDriver )</slot>             </sizepolicy>
389      <slot specifier="non virtual">selectMidiDevice( int iMidiItem )</slot>            </property>
390      <slot specifier="non virtual">setupMidiDevice()</slot>            <property name="toolTip" >
391      <slot specifier="non virtual">selectAudioDriver( const QString &amp; sAudioDriver )</slot>             <string>MIDI input driver type</string>
392      <slot specifier="non virtual">selectAudioDevice( int iAudioItem )</slot>            </property>
393      <slot specifier="non virtual">setupAudioDevice()</slot>           </widget>
394      <slot specifier="non virtual">changeAudioRouting( int iRow, int iCol )</slot>          </item>
395      <slot specifier="non virtual">updateDevices()</slot>          <item>
396      <slot specifier="non virtual">optionsChanged()</slot>           <spacer>
397      <slot specifier="non virtual">stabilizeForm()</slot>            <property name="orientation" >
398  </slots>             <enum>Qt::Horizontal</enum>
399  <functions>            </property>
400      <function access="private" specifier="non virtual">init()</function>            <property name="sizeType" >
401      <function access="private" specifier="non virtual">destroy()</function>             <enum>QSizePolicy::Expanding</enum>
402      <function specifier="non virtual">setup( qsamplerChannel *pChannel )</function>            </property>
403      <function specifier="non virtual">setupDevice( qsamplerDevice *pDevice, qsamplerDevice::qsamplerDeviceType deviceTypeMode, const QString &amp; sDriverName )</function>            <property name="sizeHint" >
404      <function specifier="non virtual">selectMidiDriverItem( const QString &amp; sMidiDriver )</function>             <size>
405      <function specifier="non virtual">selectMidiDeviceItem( int iMidiItem )</function>              <width>20</width>
406      <function specifier="non virtual">selectAudioDriverItem( const QString &amp; sAudioDriver )</function>              <height>20</height>
407      <function specifier="non virtual">selectAudioDeviceItem( int iAudioItem )</function>             </size>
408  </functions>            </property>
409  <pixmapinproject/>           </spacer>
410  <layoutdefaults spacing="4" margin="4"/>          </item>
411  <includehints>          <item>
412      <includehint>qsamplerChannel.h</includehint>           <widget class="QLabel" name="MidiPortTextLabel" >
413  </includehints>            <property name="text" >
414  </UI>             <string>&amp;Port:</string>
415              </property>
416              <property name="alignment" >
417               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
418              </property>
419              <property name="wordWrap" >
420               <bool>false</bool>
421              </property>
422              <property name="buddy" >
423               <cstring>MidiPortSpinBox</cstring>
424              </property>
425             </widget>
426            </item>
427            <item>
428             <widget class="QSpinBox" name="MidiPortSpinBox" >
429              <property name="toolTip" >
430               <string>MIDI input port number</string>
431              </property>
432             </widget>
433            </item>
434            <item>
435             <widget class="QLabel" name="MidiChannelTextLabel" >
436              <property name="text" >
437               <string>&amp;Channel:</string>
438              </property>
439              <property name="alignment" >
440               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
441              </property>
442              <property name="wordWrap" >
443               <bool>false</bool>
444              </property>
445              <property name="buddy" >
446               <cstring>MidiChannelComboBox</cstring>
447              </property>
448             </widget>
449            </item>
450            <item>
451             <widget class="QComboBox" name="MidiChannelComboBox" >
452              <property name="toolTip" >
453               <string>MIDI input channel</string>
454              </property>
455              <item>
456               <property name="text" >
457                <string>1</string>
458               </property>
459              </item>
460              <item>
461               <property name="text" >
462                <string>2</string>
463               </property>
464              </item>
465              <item>
466               <property name="text" >
467                <string>3</string>
468               </property>
469              </item>
470              <item>
471               <property name="text" >
472                <string>4</string>
473               </property>
474              </item>
475              <item>
476               <property name="text" >
477                <string>5</string>
478               </property>
479              </item>
480              <item>
481               <property name="text" >
482                <string>6</string>
483               </property>
484              </item>
485              <item>
486               <property name="text" >
487                <string>7</string>
488               </property>
489              </item>
490              <item>
491               <property name="text" >
492                <string>8</string>
493               </property>
494              </item>
495              <item>
496               <property name="text" >
497                <string>9</string>
498               </property>
499              </item>
500              <item>
501               <property name="text" >
502                <string>10</string>
503               </property>
504              </item>
505              <item>
506               <property name="text" >
507                <string>11</string>
508               </property>
509              </item>
510              <item>
511               <property name="text" >
512                <string>12</string>
513               </property>
514              </item>
515              <item>
516               <property name="text" >
517                <string>13</string>
518               </property>
519              </item>
520              <item>
521               <property name="text" >
522                <string>14</string>
523               </property>
524              </item>
525              <item>
526               <property name="text" >
527                <string>15</string>
528               </property>
529              </item>
530              <item>
531               <property name="text" >
532                <string>16</string>
533               </property>
534              </item>
535              <item>
536               <property name="text" >
537                <string>All</string>
538               </property>
539              </item>
540             </widget>
541            </item>
542           </layout>
543          </item>
544         </layout>
545        </widget>
546       </item>
547       <item>
548        <widget class="QGroupBox" name="AudioGroupBox" >
549         <property name="title" >
550          <string>Audio / Output</string>
551         </property>
552         <layout class="QVBoxLayout" >
553          <property name="margin" >
554           <number>9</number>
555          </property>
556          <property name="spacing" >
557           <number>6</number>
558          </property>
559          <item>
560           <layout class="QGridLayout" >
561            <property name="margin" >
562             <number>0</number>
563            </property>
564            <property name="spacing" >
565             <number>6</number>
566            </property>
567            <item row="1" column="1" >
568             <layout class="QHBoxLayout" >
569              <property name="margin" >
570               <number>0</number>
571              </property>
572              <property name="spacing" >
573               <number>4</number>
574              </property>
575              <item>
576               <widget class="QComboBox" name="AudioDeviceComboBox" >
577                <property name="sizePolicy" >
578                 <sizepolicy>
579                  <hsizetype>7</hsizetype>
580                  <vsizetype>0</vsizetype>
581                  <horstretch>0</horstretch>
582                  <verstretch>0</verstretch>
583                 </sizepolicy>
584                </property>
585                <property name="toolTip" >
586                 <string>Audio output device</string>
587                </property>
588               </widget>
589              </item>
590              <item>
591               <widget class="QToolButton" name="AudioDeviceToolButton" >
592                <property name="sizePolicy" >
593                 <sizepolicy>
594                  <hsizetype>0</hsizetype>
595                  <vsizetype>0</vsizetype>
596                  <horstretch>0</horstretch>
597                  <verstretch>0</verstretch>
598                 </sizepolicy>
599                </property>
600                <property name="minimumSize" >
601                 <size>
602                  <width>24</width>
603                  <height>24</height>
604                 </size>
605                </property>
606                <property name="maximumSize" >
607                 <size>
608                  <width>26</width>
609                  <height>26</height>
610                 </size>
611                </property>
612                <property name="focusPolicy" >
613                 <enum>Qt::TabFocus</enum>
614                </property>
615                <property name="toolTip" >
616                 <string>Audio output device setup</string>
617                </property>
618                <property name="text" >
619                 <string/>
620                </property>
621                <property name="icon" >
622                 <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/audio1.png</iconset>
623                </property>
624               </widget>
625              </item>
626             </layout>
627            </item>
628            <item row="1" column="0" >
629             <widget class="QLabel" name="AudioDeviceTextLabel" >
630              <property name="text" >
631               <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
632    p, li { white-space: pre-wrap; }
633    &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
634    &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>
636              <property name="alignment" >
637               <set>Qt::AlignVCenter</set>
638              </property>
639              <property name="wordWrap" >
640               <bool>false</bool>
641              </property>
642             </widget>
643            </item>
644            <item row="0" column="1" >
645             <layout class="QHBoxLayout" >
646              <property name="margin" >
647               <number>0</number>
648              </property>
649              <property name="spacing" >
650               <number>4</number>
651              </property>
652              <item>
653               <widget class="QComboBox" name="AudioDriverComboBox" >
654                <property name="sizePolicy" >
655                 <sizepolicy>
656                  <hsizetype>5</hsizetype>
657                  <vsizetype>0</vsizetype>
658                  <horstretch>0</horstretch>
659                  <verstretch>0</verstretch>
660                 </sizepolicy>
661                </property>
662                <property name="toolTip" >
663                 <string>Audio output driver type</string>
664                </property>
665               </widget>
666              </item>
667              <item>
668               <spacer>
669                <property name="orientation" >
670                 <enum>Qt::Horizontal</enum>
671                </property>
672                <property name="sizeType" >
673                 <enum>QSizePolicy::Expanding</enum>
674                </property>
675                <property name="sizeHint" >
676                 <size>
677                  <width>20</width>
678                  <height>20</height>
679                 </size>
680                </property>
681               </spacer>
682              </item>
683             </layout>
684            </item>
685            <item row="0" column="0" >
686             <widget class="QLabel" name="AudioDriverTextLabel" >
687              <property name="text" >
688               <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
689    p, li { white-space: pre-wrap; }
690    &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
691    &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" text-decoration: underline;">T&lt;/span>ype:&lt;/p>&lt;/body>&lt;/html></string>
692              </property>
693              <property name="alignment" >
694               <set>Qt::AlignVCenter</set>
695              </property>
696              <property name="wordWrap" >
697               <bool>false</bool>
698              </property>
699             </widget>
700            </item>
701           </layout>
702          </item>
703          <item>
704           <widget class="QTableView" name="AudioRoutingTable" />
705          </item>
706         </layout>
707        </widget>
708       </item>
709       <item>
710        <layout class="QHBoxLayout" >
711         <property name="margin" >
712          <number>0</number>
713         </property>
714         <property name="spacing" >
715          <number>4</number>
716         </property>
717         <item>
718          <spacer>
719           <property name="orientation" >
720            <enum>Qt::Horizontal</enum>
721           </property>
722           <property name="sizeType" >
723            <enum>QSizePolicy::Expanding</enum>
724           </property>
725           <property name="sizeHint" >
726            <size>
727             <width>8</width>
728             <height>8</height>
729            </size>
730           </property>
731          </spacer>
732         </item>
733         <item>
734          <widget class="QPushButton" name="OkPushButton" >
735           <property name="text" >
736            <string>OK</string>
737           </property>
738           <property name="icon" >
739            <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formAccept.png</iconset>
740           </property>
741          </widget>
742         </item>
743         <item>
744          <widget class="QPushButton" name="CancelPushButton" >
745           <property name="text" >
746            <string>Cancel</string>
747           </property>
748           <property name="icon" >
749            <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formReject.png</iconset>
750           </property>
751          </widget>
752         </item>
753        </layout>
754       </item>
755      </layout>
756     </widget>
757     <layoutdefault spacing="4" margin="4" />
758     <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
759     <tabstops>
760      <tabstop>EngineNameComboBox</tabstop>
761      <tabstop>InstrumentFileComboBox</tabstop>
762      <tabstop>InstrumentFileToolButton</tabstop>
763      <tabstop>InstrumentNrComboBox</tabstop>
764      <tabstop>OkPushButton</tabstop>
765      <tabstop>CancelPushButton</tabstop>
766     </tabstops>
767     <resources>
768      <include location="../pixmaps.qrc" />
769     </resources>
770     <connections>
771      <connection>
772       <sender>EngineNameComboBox</sender>
773       <signal>activated(int)</signal>
774       <receiver>qsamplerChannelForm</receiver>
775       <slot>optionsChanged()</slot>
776       <hints>
777        <hint type="sourcelabel" >
778         <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.1460  
changed lines
  Added in v.1461

  ViewVC Help
Powered by ViewVC