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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1473 - (hide annotations) (download)
Mon Nov 5 19:07:26 2007 UTC (16 years, 4 months ago) by capela
File size: 18862 byte(s)
* Qt4 migration: still far from complete, the .ui files got shaved
  with special regard to some redundant or duplicated signal/slot
  connections and to the options dialog font aesthetics as also
  other minors.

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

  ViewVC Help
Powered by ViewVC