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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC