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

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

  ViewVC Help
Powered by ViewVC