/[svn]/qsampler/trunk/src/qsamplerChannelForm.ui
ViewVC logotype

Annotation of /qsampler/trunk/src/qsamplerChannelForm.ui

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1513 - (hide annotations) (download)
Fri Nov 23 09:32:06 2007 UTC (16 years, 4 months ago) by capela
File size: 23502 byte(s)
* Qt4 migration: more cleanups and channel strip visual fixes.

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

  ViewVC Help
Powered by ViewVC