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

Legend:
Removed from v.824  
changed lines
  Added in v.3435

  ViewVC Help
Powered by ViewVC