/[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 280 by capela, Mon Oct 11 12:27:39 2004 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, 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>430</width>    </property>
34              <height>255</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>InstrumentTextLabel</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;Instrument:</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="QSpinBox" row="2" column="1">            <height>16777215</height>
267              <property name="name">           </size>
268                  <cstring>InstrumentNrSpinBox</cstring>          </property>
269              </property>          <property name="toolTip">
270              <property name="maximumSize">           <string>MIDI input driver type</string>
271                  <size>          </property>
272                      <width>40</width>         </widget>
273                      <height>32767</height>        </item>
274                  </size>        <item row="0" column="2">
275              </property>         <spacer>
276              <property name="toolTip" stdset="0">          <property name="orientation">
277                  <string>Instrument index</string>           <enum>Qt::Horizontal</enum>
278              </property>          </property>
279          </widget>          <property name="sizeType">
280          <widget class="QLabel" row="2" column="0">           <enum>QSizePolicy::Expanding</enum>
281              <property name="name">          </property>
282                  <cstring>InstrumentNrTextLabel</cstring>          <property name="sizeHint">
283              </property>           <size>
284              <property name="text">            <width>20</width>
285                  <string>Inde&amp;x:</string>            <height>20</height>
286              </property>           </size>
287              <property name="alignment">          </property>
288                  <set>AlignVCenter|AlignRight</set>         </spacer>
289              </property>        </item>
290              <property name="buddy" stdset="0">        <item row="0" column="3">
291                  <cstring>InstrumentNrSpinBox</cstring>         <widget class="QLabel" name="MidiPortTextLabel">
292              </property>          <property name="text">
293          </widget>           <string>&amp;Port:</string>
294          <widget class="QLabel" row="2" column="2" rowspan="1" colspan="2">          </property>
295              <property name="name">          <property name="alignment">
296                  <cstring>InstrumentNameTextLabel</cstring>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
297              </property>          </property>
298              <property name="sizePolicy">          <property name="wordWrap">
299                  <sizepolicy>           <bool>false</bool>
300                      <hsizetype>1</hsizetype>          </property>
301                      <vsizetype>5</vsizetype>          <property name="buddy">
302                      <horstretch>0</horstretch>           <cstring>MidiPortSpinBox</cstring>
303                      <verstretch>0</verstretch>          </property>
304                  </sizepolicy>         </widget>
305              </property>        </item>
306              <property name="toolTip" stdset="0">        <item row="0" column="4">
307                  <string>Instrument name</string>         <widget class="QSpinBox" name="MidiPortSpinBox">
308              </property>          <property name="toolTip">
309          </widget>           <string>MIDI input port number</string>
310          <widget class="QGroupBox" row="3" column="1" rowspan="1" colspan="3">          </property>
311              <property name="name">         </widget>
312                  <cstring>MidiGroupBox</cstring>        </item>
313              </property>        <item row="0" column="5">
314              <property name="sizePolicy">         <widget class="QLabel" name="MidiChannelTextLabel">
315                  <sizepolicy>          <property name="text">
316                      <hsizetype>1</hsizetype>           <string>&amp;Channel:</string>
317                      <vsizetype>5</vsizetype>          </property>
318                      <horstretch>0</horstretch>          <property name="alignment">
319                      <verstretch>0</verstretch>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
320                  </sizepolicy>          </property>
321              </property>          <property name="wordWrap">
322              <property name="title">           <bool>false</bool>
323                  <string>MIDI / Input</string>          </property>
324              </property>          <property name="buddy">
325              <hbox>           <cstring>MidiChannelComboBox</cstring>
326                  <property name="name">          </property>
327                      <cstring>unnamed</cstring>         </widget>
328                  </property>        </item>
329                  <property name="margin">        <item row="0" column="6">
330                      <number>8</number>         <widget class="QComboBox" name="MidiChannelComboBox">
331                  </property>          <property name="toolTip">
332                  <property name="spacing">           <string>MIDI input channel</string>
333                      <number>8</number>          </property>
334                  </property>          <item>
335                  <widget class="QLabel">           <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|AlignRight</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">          <item>
350                      <item>           <property name="text">
351                          <property name="text">            <string>4</string>
352                              <string>ALSA</string>           </property>
353                          </property>          </item>
354                      </item>          <item>
355                      <property name="name">           <property name="text">
356                          <cstring>MidiDriverComboBox</cstring>            <string>5</string>
357                      </property>           </property>
358                      <property name="toolTip" stdset="0">          </item>
359                          <string>MIDI input driver type</string>          <item>
360                      </property>           <property name="text">
361                  </widget>            <string>6</string>
362                  <widget class="QLabel">           </property>
363                      <property name="name">          </item>
364                          <cstring>MidiPortTextLabel</cstring>          <item>
365                      </property>           <property name="text">
366                      <property name="text">            <string>7</string>
367                          <string>&amp;Port:</string>           </property>
368                      </property>          </item>
369                      <property name="alignment">          <item>
370                          <set>AlignVCenter|AlignRight</set>           <property name="text">
371                      </property>            <string>8</string>
372                      <property name="buddy" stdset="0">           </property>
373                          <cstring>MidiPortSpinBox</cstring>          </item>
374                      </property>          <item>
375                  </widget>           <property name="text">
376                  <widget class="QSpinBox">            <string>9</string>
377                      <property name="name">           </property>
378                          <cstring>MidiPortSpinBox</cstring>          </item>
379                      </property>          <item>
380                      <property name="toolTip" stdset="0">           <property name="text">
381                          <string>MIDI input port number</string>            <string>10</string>
382                      </property>           </property>
383                  </widget>          </item>
384                  <widget class="QLabel">          <item>
385                      <property name="name">           <property name="text">
386                          <cstring>MidiChannelTextLabel</cstring>            <string>11</string>
387                      </property>           </property>
388                      <property name="text">          </item>
389                          <string>&amp;Channel:</string>          <item>
390                      </property>           <property name="text">
391                      <property name="alignment">            <string>12</string>
392                          <set>AlignVCenter|AlignRight</set>           </property>
393                      </property>          </item>
394                      <property name="buddy" stdset="0">          <item>
395                          <cstring>MidiChannelComboBox</cstring>           <property name="text">
396                      </property>            <string>13</string>
397                  </widget>           </property>
398                  <widget class="QComboBox">          </item>
399                      <item>          <item>
400                          <property name="text">           <property name="text">
401                              <string>1</string>            <string>14</string>
402                          </property>           </property>
403                      </item>          </item>
404                      <item>          <item>
405                          <property name="text">           <property name="text">
406                              <string>2</string>            <string>15</string>
407                          </property>           </property>
408                      </item>          </item>
409                      <item>          <item>
410                          <property name="text">           <property name="text">
411                              <string>3</string>            <string>16</string>
412                          </property>           </property>
413                      </item>          </item>
414                      <item>          <item>
415                          <property name="text">           <property name="text">
416                              <string>4</string>            <string>All</string>
417                          </property>           </property>
418                      </item>          </item>
419                      <item>         </widget>
420                          <property name="text">        </item>
421                              <string>5</string>        <item row="0" column="7">
422                          </property>         <spacer>
423                      </item>          <property name="orientation">
424                      <item>           <enum>Qt::Horizontal</enum>
425                          <property name="text">          </property>
426                              <string>6</string>          <property name="sizeType">
427                          </property>           <enum>QSizePolicy::Expanding</enum>
428                      </item>          </property>
429                      <item>          <property name="sizeHint">
430                          <property name="text">           <size>
431                              <string>7</string>            <width>20</width>
432                          </property>            <height>20</height>
433                      </item>           </size>
434                      <item>          </property>
435                          <property name="text">         </spacer>
436                              <string>8</string>        </item>
437                          </property>        <item row="1" column="0">
438                      </item>         <widget class="QLabel" name="MidiDeviceTextLabel">
439                      <item>          <property name="text">
440                          <property name="text">           <string>De&amp;vice:</string>
441                              <string>9</string>          </property>
442                          </property>          <property name="alignment">
443                      </item>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
444                      <item>          </property>
445                          <property name="text">          <property name="wordWrap">
446                              <string>10</string>           <bool>false</bool>
447                          </property>          </property>
448                      </item>          <property name="buddy">
449                      <item>           <cstring>MidiDeviceComboBox</cstring>
450                          <property name="text">          </property>
451                              <string>11</string>         </widget>
452                          </property>        </item>
453                      </item>        <item row="1" column="1" colspan="6">
454                      <item>         <widget class="QComboBox" name="MidiDeviceComboBox">
455                          <property name="text">          <property name="sizePolicy">
456                              <string>12</string>           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
457                          </property>            <horstretch>0</horstretch>
458                      </item>            <verstretch>0</verstretch>
459                      <item>           </sizepolicy>
460                          <property name="text">          </property>
461                              <string>13</string>          <property name="toolTip">
462                          </property>           <string>MIDI input device</string>
463                      </item>          </property>
464                      <item>         </widget>
465                          <property name="text">        </item>
466                              <string>14</string>        <item row="1" column="7">
467                          </property>         <widget class="QToolButton" name="MidiDeviceToolButton">
468                      </item>          <property name="sizePolicy">
469                      <item>           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
470                          <property name="text">            <horstretch>0</horstretch>
471                              <string>15</string>            <verstretch>0</verstretch>
472                          </property>           </sizepolicy>
473                      </item>          </property>
474                      <item>          <property name="minimumSize">
475                          <property name="text">           <size>
476                              <string>16</string>            <width>24</width>
477                          </property>            <height>24</height>
478                      </item>           </size>
479                      <item>          </property>
480                          <property name="text">          <property name="maximumSize">
481                              <string>All</string>           <size>
482                          </property>            <width>26</width>
483                      </item>            <height>26</height>
484                      <property name="name">           </size>
485                          <cstring>MidiChannelComboBox</cstring>          </property>
486                      </property>          <property name="focusPolicy">
487                      <property name="toolTip" stdset="0">           <enum>Qt::TabFocus</enum>
488                          <string>MIDI input channel</string>          </property>
489                      </property>          <property name="toolTip">
490                  </widget>           <string>MIDI input device setup</string>
491                  <spacer>          </property>
492                      <property name="name">          <property name="text">
493                          <cstring>spacer2</cstring>           <string/>
494                      </property>          </property>
495                      <property name="orientation">          <property name="icon">
496                          <enum>Horizontal</enum>           <iconset resource="qsampler.qrc">:/images/midi1.png</iconset>
497                      </property>          </property>
498                      <property name="sizeType">         </widget>
499                          <enum>Expanding</enum>        </item>
500                      </property>        <item row="2" column="0">
501                      <property name="sizeHint">         <widget class="QLabel" name="MidiMapTextLabel">
502                          <size>          <property name="text">
503                              <width>8</width>           <string>&amp;Map:</string>
504                              <height>8</height>          </property>
505                          </size>          <property name="alignment">
506                      </property>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
507                  </spacer>          </property>
508              </hbox>          <property name="wordWrap">
509          </widget>           <bool>false</bool>
510          <widget class="QGroupBox" row="4" column="1" rowspan="1" colspan="3">          </property>
511              <property name="name">          <property name="buddy">
512                  <cstring>AudioGroupBox</cstring>           <cstring>MidiMapComboBox</cstring>
513              </property>          </property>
514              <property name="sizePolicy">         </widget>
515                  <sizepolicy>        </item>
516                      <hsizetype>1</hsizetype>        <item row="2" column="1" colspan="2">
517                      <vsizetype>5</vsizetype>         <widget class="QComboBox" name="MidiMapComboBox">
518                      <horstretch>0</horstretch>          <property name="sizePolicy">
519                      <verstretch>0</verstretch>           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
520                  </sizepolicy>            <horstretch>0</horstretch>
521              </property>            <verstretch>0</verstretch>
522              <property name="title">           </sizepolicy>
523                  <string>Audio / Output</string>          </property>
524              </property>          <property name="toolTip">
525              <property name="alignment">           <string>Instrument map</string>
526                  <set>AlignAuto</set>          </property>
527              </property>         </widget>
528              <hbox>        </item>
529                  <property name="name">        <item row="2" column="3" colspan="5">
530                      <cstring>unnamed</cstring>         <spacer>
531                  </property>          <property name="orientation">
532                  <property name="margin">           <enum>Qt::Horizontal</enum>
533                      <number>8</number>          </property>
534                  </property>          <property name="sizeType">
535                  <property name="spacing">           <enum>QSizePolicy::Expanding</enum>
536                      <number>8</number>          </property>
537                  </property>          <property name="sizeHint">
538                  <widget class="QLabel">           <size>
539                      <property name="name">            <width>20</width>
540                          <cstring>AudioDriverTextLabel</cstring>            <height>20</height>
541                      </property>           </size>
542                      <property name="text">          </property>
543                          <string>&amp;Type:</string>         </spacer>
544                      </property>        </item>
545                      <property name="alignment">       </layout>
546                          <set>AlignVCenter|AlignRight</set>      </widget>
547                      </property>     </item>
548                      <property name="buddy" stdset="0">     <item>
549                          <cstring>AudioDriverComboBox</cstring>      <widget class="QGroupBox" name="AudioGroupBox">
550                      </property>       <property name="title">
551                  </widget>        <string>Audio / Output</string>
552                  <widget class="QComboBox">       </property>
553                      <item>       <layout class="QGridLayout">
554                          <property name="text">        <item row="0" column="0">
555                              <string>ALSA</string>         <widget class="QLabel" name="AudioDriverTextLabel">
556                          </property>          <property name="minimumSize">
557                      </item>           <size>
558                      <item>            <width>62</width>
559                          <property name="text">            <height>0</height>
560                              <string>JACK</string>           </size>
561                          </property>          </property>
562                      </item>          <property name="maximumSize">
563                      <property name="name">           <size>
564                          <cstring>AudioDriverComboBox</cstring>            <width>62</width>
565                      </property>            <height>16777215</height>
566                      <property name="toolTip" stdset="0">           </size>
567                          <string>Audio output driver type</string>          </property>
568                      </property>          <property name="text">
569                  </widget>           <string>T&amp;ype:</string>
570                  <spacer>          </property>
571                      <property name="name">          <property name="alignment">
572                          <cstring>spacer3</cstring>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
573                      </property>          </property>
574                      <property name="orientation">          <property name="wordWrap">
575                          <enum>Horizontal</enum>           <bool>false</bool>
576                      </property>          </property>
577                      <property name="sizeType">          <property name="buddy">
578                          <enum>Expanding</enum>           <cstring>AudioDriverComboBox</cstring>
579                      </property>          </property>
580                      <property name="sizeHint">         </widget>
581                          <size>        </item>
582                              <width>8</width>        <item row="0" column="1">
583                              <height>8</height>         <widget class="QComboBox" name="AudioDriverComboBox">
584                          </size>          <property name="sizePolicy">
585                      </property>           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
586                  </spacer>            <horstretch>0</horstretch>
587              </hbox>            <verstretch>0</verstretch>
588          </widget>           </sizepolicy>
589      </grid>          </property>
590  </widget>          <property name="minimumSize">
591  <connections>           <size>
592      <connection>            <width>92</width>
593          <sender>EngineNameComboBox</sender>            <height>0</height>
594          <signal>activated(int)</signal>           </size>
595          <receiver>qsamplerChannelForm</receiver>          </property>
596          <slot>optionsChanged()</slot>          <property name="maximumSize">
597      </connection>           <size>
598      <connection>            <width>92</width>
599          <sender>InstrumentFileComboBox</sender>            <height>16777215</height>
600          <signal>textChanged(const QString &amp;)</signal>           </size>
601          <receiver>qsamplerChannelForm</receiver>          </property>
602          <slot>updateInstrumentName()</slot>          <property name="toolTip">
603      </connection>           <string>Audio output driver type</string>
604      <connection>          </property>
605          <sender>InstrumentFilePushButton</sender>         </widget>
606          <signal>clicked()</signal>        </item>
607          <receiver>qsamplerChannelForm</receiver>        <item row="0" column="2" colspan="2">
608          <slot>openInstrumentFile()</slot>         <spacer>
609      </connection>          <property name="orientation">
610      <connection>           <enum>Qt::Horizontal</enum>
611          <sender>InstrumentNrSpinBox</sender>          </property>
612          <signal>valueChanged(int)</signal>          <property name="sizeType">
613          <receiver>qsamplerChannelForm</receiver>           <enum>QSizePolicy::Expanding</enum>
614          <slot>updateInstrumentName()</slot>          </property>
615      </connection>          <property name="sizeHint">
616      <connection>           <size>
617          <sender>MidiDriverComboBox</sender>            <width>20</width>
618          <signal>activated(int)</signal>            <height>20</height>
619          <receiver>qsamplerChannelForm</receiver>           </size>
620          <slot>optionsChanged()</slot>          </property>
621      </connection>         </spacer>
622      <connection>        </item>
623          <sender>MidiPortSpinBox</sender>        <item row="1" column="0">
624          <signal>valueChanged(int)</signal>         <widget class="QLabel" name="AudioDeviceTextLabel">
625          <receiver>qsamplerChannelForm</receiver>          <property name="text">
626          <slot>optionsChanged()</slot>           <string>De&amp;vice:</string>
627      </connection>          </property>
628      <connection>          <property name="alignment">
629          <sender>MidiChannelComboBox</sender>           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
630          <signal>activated(int)</signal>          </property>
631          <receiver>qsamplerChannelForm</receiver>          <property name="wordWrap">
632          <slot>optionsChanged()</slot>           <bool>false</bool>
633      </connection>          </property>
634      <connection>          <property name="buddy">
635          <sender>AudioDriverComboBox</sender>           <cstring>AudioDeviceComboBox</cstring>
636          <signal>activated(int)</signal>          </property>
637          <receiver>qsamplerChannelForm</receiver>         </widget>
638          <slot>optionsChanged()</slot>        </item>
639      </connection>        <item row="1" column="1" colspan="2">
640      <connection>         <widget class="QComboBox" name="AudioDeviceComboBox">
641          <sender>OkPushButton</sender>          <property name="sizePolicy">
642          <signal>clicked()</signal>           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
643          <receiver>qsamplerChannelForm</receiver>            <horstretch>0</horstretch>
644          <slot>accept()</slot>            <verstretch>0</verstretch>
645      </connection>           </sizepolicy>
646      <connection>          </property>
647          <sender>CancelPushButton</sender>          <property name="toolTip">
648          <signal>clicked()</signal>           <string>Audio output device</string>
649          <receiver>qsamplerChannelForm</receiver>          </property>
650          <slot>reject()</slot>         </widget>
651      </connection>        </item>
652  </connections>        <item row="1" column="3">
653  <tabstops>         <widget class="QToolButton" name="AudioDeviceToolButton">
654      <tabstop>EngineNameComboBox</tabstop>          <property name="sizePolicy">
655      <tabstop>InstrumentFileComboBox</tabstop>           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
656      <tabstop>InstrumentFilePushButton</tabstop>            <horstretch>0</horstretch>
657      <tabstop>InstrumentNrSpinBox</tabstop>            <verstretch>0</verstretch>
658      <tabstop>MidiDriverComboBox</tabstop>           </sizepolicy>
659      <tabstop>MidiPortSpinBox</tabstop>          </property>
660      <tabstop>MidiChannelComboBox</tabstop>          <property name="minimumSize">
661      <tabstop>AudioDriverComboBox</tabstop>           <size>
662      <tabstop>OkPushButton</tabstop>            <width>24</width>
663      <tabstop>CancelPushButton</tabstop>            <height>24</height>
664  </tabstops>           </size>
665  <includes>          </property>
666      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>          <property name="maximumSize">
667      <include location="local" impldecl="in implementation">qsamplerChannelForm.ui.h</include>           <size>
668  </includes>            <width>26</width>
669  <variables>            <height>26</height>
670      <variable access="private">qsamplerChannel *m_pChannel;</variable>           </size>
671      <variable access="private">int m_iDirtySetup;</variable>          </property>
672      <variable access="private">int m_iDirtyCount;</variable>          <property name="focusPolicy">
673  </variables>           <enum>Qt::TabFocus</enum>
674  <slots>          </property>
675      <slot specifier="non virtual">accept()</slot>          <property name="toolTip">
676      <slot specifier="non virtual">reject()</slot>           <string>Audio output device setup</string>
677      <slot specifier="non virtual">openInstrumentFile()</slot>          </property>
678      <slot specifier="non virtual">updateInstrumentName()</slot>          <property name="text">
679      <slot specifier="non virtual">optionsChanged()</slot>           <string/>
680      <slot specifier="non virtual">stabilizeForm()</slot>          </property>
681  </slots>          <property name="icon">
682  <functions>           <iconset resource="qsampler.qrc">:/images/audio1.png</iconset>
683      <function access="private" specifier="non virtual">init()</function>          </property>
684      <function access="private" specifier="non virtual">destroy()</function>         </widget>
685      <function specifier="non virtual">setup( qsamplerChannel *pChannel, bool bNew )</function>        </item>
686  </functions>        <item row="2" column="0" colspan="4">
687  <pixmapinproject/>         <widget class="QTableView" name="AudioRoutingTable">
688  <layoutdefaults spacing="8" margin="8"/>          <property name="sizePolicy">
689  </UI>           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
690              <horstretch>0</horstretch>
691              <verstretch>0</verstretch>
692             </sizepolicy>
693            </property>
694            <property name="minimumSize">
695             <size>
696              <width>320</width>
697              <height>80</height>
698             </size>
699            </property>
700            <property name="toolTip">
701             <string>Audio routing table</string>
702            </property>
703           </widget>
704          </item>
705         </layout>
706        </widget>
707       </item>
708       <item>
709        <widget class="QDialogButtonBox" name="DialogButtonBox">
710         <property name="orientation">
711          <enum>Qt::Horizontal</enum>
712         </property>
713         <property name="standardButtons">
714          <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
715         </property>
716        </widget>
717       </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.280  
changed lines
  Added in v.3555

  ViewVC Help
Powered by ViewVC