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

Legend:
Removed from v.452  
changed lines
  Added in v.3555

  ViewVC Help
Powered by ViewVC