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

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

  ViewVC Help
Powered by ViewVC