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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1489 - (hide annotations) (download)
Mon Nov 19 03:29:57 2007 UTC (16 years, 4 months ago) by schoenebeck
File size: 19114 byte(s)
* Qt4 migration: finished channel setup dialog
* cosmetical fixes of channel strip

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 109
5 capela 1016 Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6 capela 1464 Copyright (C) 2007, Christian Schoenebeck
7 capela 109
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 109
22     </comment>
23 schoenebeck 1461 <class>qsamplerChannelStrip</class>
24     <widget class="QWidget" name="qsamplerChannelStrip" >
25     <property name="geometry" >
26     <rect>
27     <x>0</x>
28     <y>0</y>
29     <width>795</width>
30     <height>56</height>
31     </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 schoenebeck 1489 <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
49 schoenebeck 1461 </property>
50     <layout class="QHBoxLayout" >
51     <property name="margin" >
52     <number>4</number>
53     </property>
54     <property name="spacing" >
55     <number>4</number>
56     </property>
57     <item>
58     <widget class="QPushButton" name="ChannelSetupPushButton" >
59     <property name="toolTip" >
60     <string>Channel setup</string>
61     </property>
62     <property name="text" >
63     <string>&amp;Channel</string>
64     </property>
65     <property name="icon" >
66 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
67 schoenebeck 1461 </property>
68     <property name="shortcut" >
69     <string>Alt+C</string>
70     </property>
71     <property name="flat" >
72 schoenebeck 1489 <bool>false</bool>
73 schoenebeck 1461 </property>
74     </widget>
75     </item>
76     <item>
77     <widget class="QFrame" name="ChannelInfoFrame" >
78     <property name="sizePolicy" >
79     <sizepolicy>
80     <hsizetype>5</hsizetype>
81     <vsizetype>5</vsizetype>
82     <horstretch>0</horstretch>
83     <verstretch>0</verstretch>
84     </sizepolicy>
85     </property>
86     <property name="minimumSize" >
87     <size>
88     <width>200</width>
89     <height>0</height>
90     </size>
91     </property>
92     <property name="maximumSize" >
93     <size>
94     <width>320</width>
95     <height>64</height>
96     </size>
97     </property>
98     <property name="palette" >
99     <palette>
100     <active>
101     <colorrole role="Base" >
102     <brush brushstyle="SolidPattern" >
103     <color alpha="255" >
104     <red>255</red>
105     <green>255</green>
106     <blue>255</blue>
107     </color>
108     </brush>
109     </colorrole>
110     <colorrole role="Window" >
111     <brush brushstyle="SolidPattern" >
112     <color alpha="255" >
113     <red>0</red>
114     <green>0</green>
115     <blue>0</blue>
116     </color>
117     </brush>
118     </colorrole>
119     </active>
120     <inactive>
121     <colorrole role="Base" >
122     <brush brushstyle="SolidPattern" >
123     <color alpha="255" >
124     <red>255</red>
125     <green>255</green>
126     <blue>255</blue>
127     </color>
128     </brush>
129     </colorrole>
130     <colorrole role="Window" >
131     <brush brushstyle="SolidPattern" >
132     <color alpha="255" >
133     <red>0</red>
134     <green>0</green>
135     <blue>0</blue>
136     </color>
137     </brush>
138     </colorrole>
139     </inactive>
140     <disabled>
141     <colorrole role="Base" >
142     <brush brushstyle="SolidPattern" >
143     <color alpha="255" >
144     <red>0</red>
145     <green>0</green>
146     <blue>0</blue>
147     </color>
148     </brush>
149     </colorrole>
150     <colorrole role="Window" >
151     <brush brushstyle="SolidPattern" >
152     <color alpha="255" >
153     <red>0</red>
154     <green>0</green>
155     <blue>0</blue>
156     </color>
157     </brush>
158     </colorrole>
159     </disabled>
160     </palette>
161     </property>
162 schoenebeck 1489 <property name="autoFillBackground" >
163     <bool>true</bool>
164     </property>
165 schoenebeck 1461 <property name="frameShape" >
166     <enum>QFrame::Panel</enum>
167     </property>
168     <property name="frameShadow" >
169     <enum>QFrame::Sunken</enum>
170     </property>
171     <layout class="QGridLayout" >
172     <property name="margin" >
173     <number>2</number>
174     </property>
175     <property name="spacing" >
176     <number>0</number>
177     </property>
178     <item row="0" column="0" >
179     <widget class="QLabel" name="EngineNameTextLabel" >
180     <property name="sizePolicy" >
181     <sizepolicy>
182     <hsizetype>7</hsizetype>
183     <vsizetype>5</vsizetype>
184     <horstretch>0</horstretch>
185     <verstretch>0</verstretch>
186     </sizepolicy>
187 capela 109 </property>
188 schoenebeck 1461 <property name="palette" >
189     <palette>
190     <active>
191     <colorrole role="WindowText" >
192     <brush brushstyle="SolidPattern" >
193     <color alpha="255" >
194     <red>255</red>
195     <green>255</green>
196     <blue>0</blue>
197     </color>
198     </brush>
199     </colorrole>
200     </active>
201     <inactive>
202     <colorrole role="WindowText" >
203     <brush brushstyle="SolidPattern" >
204     <color alpha="255" >
205     <red>255</red>
206     <green>255</green>
207     <blue>0</blue>
208     </color>
209     </brush>
210     </colorrole>
211     </inactive>
212     <disabled>
213     <colorrole role="WindowText" >
214     <brush brushstyle="SolidPattern" >
215     <color alpha="255" >
216     <red>119</red>
217     <green>119</green>
218     <blue>119</blue>
219     </color>
220     </brush>
221     </colorrole>
222     </disabled>
223     </palette>
224 capela 109 </property>
225 schoenebeck 1461 <property name="toolTip" >
226     <string>Engine name</string>
227 capela 109 </property>
228 schoenebeck 1461 <property name="text" >
229     <string>--</string>
230     </property>
231     <property name="alignment" >
232     <set>Qt::AlignTop</set>
233     </property>
234     <property name="wordWrap" >
235     <bool>false</bool>
236     </property>
237     </widget>
238     </item>
239     <item row="1" column="0" >
240     <widget class="QLabel" name="InstrumentNameTextLabel" >
241     <property name="palette" >
242     <palette>
243     <active>
244     <colorrole role="WindowText" >
245     <brush brushstyle="SolidPattern" >
246     <color alpha="255" >
247     <red>85</red>
248     <green>255</green>
249     <blue>0</blue>
250     </color>
251     </brush>
252     </colorrole>
253     </active>
254     <inactive>
255     <colorrole role="WindowText" >
256     <brush brushstyle="SolidPattern" >
257     <color alpha="255" >
258     <red>85</red>
259     <green>255</green>
260     <blue>0</blue>
261     </color>
262     </brush>
263     </colorrole>
264     </inactive>
265     <disabled>
266     <colorrole role="WindowText" >
267     <brush brushstyle="SolidPattern" >
268     <color alpha="255" >
269     <red>119</red>
270     <green>119</green>
271     <blue>119</blue>
272     </color>
273     </brush>
274     </colorrole>
275     </disabled>
276     </palette>
277     </property>
278     <property name="toolTip" >
279     <string>Instrument name</string>
280     </property>
281     <property name="text" >
282     <string>--</string>
283     </property>
284     <property name="wordWrap" >
285     <bool>false</bool>
286     </property>
287     </widget>
288     </item>
289     <item row="0" column="1" >
290     <widget class="QLabel" name="MidiPortChannelTextLabel" >
291     <property name="minimumSize" >
292     <size>
293     <width>20</width>
294     <height>0</height>
295     </size>
296     </property>
297     <property name="palette" >
298     <palette>
299     <active>
300     <colorrole role="WindowText" >
301     <brush brushstyle="SolidPattern" >
302     <color alpha="255" >
303     <red>255</red>
304     <green>255</green>
305     <blue>0</blue>
306     </color>
307     </brush>
308     </colorrole>
309     </active>
310     <inactive>
311     <colorrole role="WindowText" >
312     <brush brushstyle="SolidPattern" >
313     <color alpha="255" >
314     <red>255</red>
315     <green>255</green>
316     <blue>0</blue>
317     </color>
318     </brush>
319     </colorrole>
320     </inactive>
321     <disabled>
322     <colorrole role="WindowText" >
323     <brush brushstyle="SolidPattern" >
324     <color alpha="255" >
325     <red>119</red>
326     <green>119</green>
327     <blue>119</blue>
328     </color>
329     </brush>
330     </colorrole>
331     </disabled>
332     </palette>
333     </property>
334     <property name="toolTip" >
335     <string>MIDI port / channel</string>
336     </property>
337     <property name="text" >
338     <string>-- / --</string>
339     </property>
340     <property name="alignment" >
341     <set>Qt::AlignHCenter|Qt::AlignTop</set>
342     </property>
343     <property name="wordWrap" >
344     <bool>false</bool>
345     </property>
346     </widget>
347     </item>
348     <item row="1" column="1" >
349     <widget class="QLabel" name="InstrumentStatusTextLabel" >
350     <property name="minimumSize" >
351     <size>
352     <width>20</width>
353     <height>0</height>
354     </size>
355     </property>
356     <property name="palette" >
357     <palette>
358     <active>
359     <colorrole role="WindowText" >
360     <brush brushstyle="SolidPattern" >
361     <color alpha="255" >
362     <red>85</red>
363     <green>255</green>
364     <blue>0</blue>
365     </color>
366     </brush>
367     </colorrole>
368     </active>
369     <inactive>
370     <colorrole role="WindowText" >
371     <brush brushstyle="SolidPattern" >
372     <color alpha="255" >
373     <red>85</red>
374     <green>255</green>
375     <blue>0</blue>
376     </color>
377     </brush>
378     </colorrole>
379     </inactive>
380     <disabled>
381     <colorrole role="WindowText" >
382     <brush brushstyle="SolidPattern" >
383     <color alpha="255" >
384     <red>119</red>
385     <green>119</green>
386     <blue>119</blue>
387     </color>
388     </brush>
389     </colorrole>
390     </disabled>
391     </palette>
392     </property>
393     <property name="toolTip" >
394     <string>Instrument load status</string>
395     </property>
396     <property name="text" >
397     <string>--</string>
398     </property>
399     <property name="alignment" >
400     <set>Qt::AlignCenter</set>
401     </property>
402     <property name="wordWrap" >
403     <bool>false</bool>
404     </property>
405     </widget>
406     </item>
407     </layout>
408     </widget>
409     </item>
410     <item>
411     <widget class="QPushButton" name="ChannelMutePushButton" >
412     <property name="maximumSize" >
413     <size>
414     <width>48</width>
415     <height>64</height>
416     </size>
417     </property>
418     <property name="toolTip" >
419     <string>Channel mute</string>
420     </property>
421     <property name="text" >
422     <string>&amp;Mute</string>
423     </property>
424     <property name="shortcut" >
425     <string>Alt+M</string>
426     </property>
427     <property name="checkable" >
428     <bool>true</bool>
429     </property>
430     </widget>
431     </item>
432     <item>
433     <widget class="QPushButton" name="ChannelSoloPushButton" >
434     <property name="maximumSize" >
435     <size>
436     <width>48</width>
437     <height>64</height>
438     </size>
439     </property>
440     <property name="toolTip" >
441     <string>Channel solo</string>
442     </property>
443     <property name="text" >
444     <string>&amp;Solo</string>
445     </property>
446     <property name="shortcut" >
447     <string>Alt+S</string>
448     </property>
449     <property name="checkable" >
450     <bool>true</bool>
451     </property>
452     </widget>
453     </item>
454     <item>
455     <widget class="QSlider" name="VolumeSlider" >
456     <property name="minimumSize" >
457     <size>
458     <width>120</width>
459     <height>0</height>
460     </size>
461     </property>
462     <property name="toolTip" >
463     <string>Channel volume</string>
464     </property>
465     <property name="maximum" >
466     <number>100</number>
467     </property>
468     <property name="orientation" >
469     <enum>Qt::Horizontal</enum>
470     </property>
471     <property name="tickPosition" >
472     <enum>QSlider::TicksBothSides</enum>
473     </property>
474     <property name="tickInterval" >
475     <number>10</number>
476     </property>
477     </widget>
478     </item>
479     <item>
480     <widget class="QSpinBox" name="VolumeSpinBox" >
481     <property name="minimumSize" >
482     <size>
483     <width>40</width>
484     <height>0</height>
485     </size>
486     </property>
487     <property name="maximumSize" >
488     <size>
489     <width>60</width>
490     <height>32767</height>
491     </size>
492     </property>
493     <property name="toolTip" >
494     <string>Channel volume</string>
495     </property>
496     <property name="suffix" >
497     <string> %</string>
498     </property>
499     <property name="maximum" >
500     <number>100</number>
501     </property>
502     </widget>
503     </item>
504     <item>
505     <widget class="QPushButton" name="ChannelEditPushButton" >
506     <property name="maximumSize" >
507     <size>
508     <width>48</width>
509     <height>64</height>
510     </size>
511     </property>
512     <property name="toolTip" >
513 schoenebeck 1489 <string>Edit channel's instrument</string>
514 schoenebeck 1461 </property>
515     <property name="text" >
516     <string>&amp;Edit</string>
517     </property>
518     <property name="shortcut" >
519     <string>Alt+E</string>
520     </property>
521     </widget>
522     </item>
523     <item>
524     <widget class="QProgressBar" name="StreamUsageProgressBar" >
525     <property name="sizePolicy" >
526     <sizepolicy>
527     <hsizetype>1</hsizetype>
528     <vsizetype>0</vsizetype>
529     <horstretch>0</horstretch>
530     <verstretch>0</verstretch>
531     </sizepolicy>
532     </property>
533     <property name="minimumSize" >
534     <size>
535     <width>100</width>
536     <height>0</height>
537     </size>
538     </property>
539     <property name="maximumSize" >
540     <size>
541     <width>32767</width>
542     <height>22</height>
543     </size>
544     </property>
545     <property name="toolTip" >
546     <string>Least buffer fill stream usage (%)</string>
547     </property>
548     <property name="orientation" >
549     <enum>Qt::Horizontal</enum>
550     </property>
551     </widget>
552     </item>
553     <item>
554     <widget class="QLabel" name="StreamVoiceCountTextLabel" >
555     <property name="minimumSize" >
556     <size>
557     <width>60</width>
558     <height>0</height>
559     </size>
560     </property>
561     <property name="maximumSize" >
562     <size>
563     <width>32767</width>
564     <height>22</height>
565     </size>
566     </property>
567     <property name="palette" >
568     <palette>
569     <active>
570     <colorrole role="WindowText" >
571     <brush brushstyle="SolidPattern" >
572     <color alpha="255" >
573     <red>85</red>
574     <green>255</green>
575     <blue>0</blue>
576     </color>
577     </brush>
578     </colorrole>
579     <colorrole role="Base" >
580     <brush brushstyle="SolidPattern" >
581     <color alpha="255" >
582     <red>255</red>
583     <green>255</green>
584     <blue>255</blue>
585     </color>
586     </brush>
587     </colorrole>
588     <colorrole role="Window" >
589     <brush brushstyle="SolidPattern" >
590     <color alpha="255" >
591     <red>0</red>
592     <green>0</green>
593     <blue>0</blue>
594     </color>
595     </brush>
596     </colorrole>
597     </active>
598     <inactive>
599     <colorrole role="WindowText" >
600     <brush brushstyle="SolidPattern" >
601     <color alpha="255" >
602     <red>85</red>
603     <green>255</green>
604     <blue>0</blue>
605     </color>
606     </brush>
607     </colorrole>
608     <colorrole role="Base" >
609     <brush brushstyle="SolidPattern" >
610     <color alpha="255" >
611     <red>255</red>
612     <green>255</green>
613     <blue>255</blue>
614     </color>
615     </brush>
616     </colorrole>
617     <colorrole role="Window" >
618     <brush brushstyle="SolidPattern" >
619     <color alpha="255" >
620     <red>0</red>
621     <green>0</green>
622     <blue>0</blue>
623     </color>
624     </brush>
625     </colorrole>
626     </inactive>
627     <disabled>
628     <colorrole role="WindowText" >
629     <brush brushstyle="SolidPattern" >
630     <color alpha="255" >
631     <red>119</red>
632     <green>119</green>
633     <blue>119</blue>
634     </color>
635     </brush>
636     </colorrole>
637     <colorrole role="Base" >
638     <brush brushstyle="SolidPattern" >
639     <color alpha="255" >
640     <red>0</red>
641     <green>0</green>
642     <blue>0</blue>
643     </color>
644     </brush>
645     </colorrole>
646     <colorrole role="Window" >
647     <brush brushstyle="SolidPattern" >
648     <color alpha="255" >
649     <red>0</red>
650     <green>0</green>
651     <blue>0</blue>
652     </color>
653     </brush>
654     </colorrole>
655     </disabled>
656     </palette>
657     </property>
658     <property name="toolTip" >
659     <string>Stream / Voice count</string>
660     </property>
661 schoenebeck 1489 <property name="autoFillBackground" >
662     <bool>true</bool>
663     </property>
664 schoenebeck 1461 <property name="frameShape" >
665     <enum>QFrame::Panel</enum>
666     </property>
667     <property name="frameShadow" >
668     <enum>QFrame::Sunken</enum>
669     </property>
670     <property name="text" >
671     <string>--/--</string>
672     </property>
673     <property name="alignment" >
674     <set>Qt::AlignCenter</set>
675     </property>
676     <property name="wordWrap" >
677     <bool>false</bool>
678     </property>
679     </widget>
680     </item>
681     </layout>
682     </widget>
683     <layoutdefault spacing="0" margin="0" />
684     <tabstops>
685     <tabstop>ChannelSetupPushButton</tabstop>
686     <tabstop>ChannelMutePushButton</tabstop>
687     <tabstop>ChannelSoloPushButton</tabstop>
688     <tabstop>VolumeSlider</tabstop>
689     <tabstop>VolumeSpinBox</tabstop>
690     </tabstops>
691     <resources>
692 capela 1463 <include location="../icons/qsampler.qrc" />
693 schoenebeck 1461 </resources>
694     </ui>

  ViewVC Help
Powered by ViewVC