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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1507 - (hide annotations) (download)
Wed Nov 21 23:22:18 2007 UTC (16 years, 5 months ago) by capela
File size: 12843 byte(s)
- Qt4 migration: more tiny-fixes, specially on the sampler channel
strip appearence and channels menu content.

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 schoenebeck 1489 <property name="autoFillBackground" >
99     <bool>true</bool>
100     </property>
101 schoenebeck 1461 <property name="frameShape" >
102     <enum>QFrame::Panel</enum>
103     </property>
104     <property name="frameShadow" >
105     <enum>QFrame::Sunken</enum>
106     </property>
107     <layout class="QGridLayout" >
108     <property name="margin" >
109     <number>2</number>
110     </property>
111     <property name="spacing" >
112     <number>0</number>
113     </property>
114     <item row="0" column="0" >
115     <widget class="QLabel" name="EngineNameTextLabel" >
116     <property name="sizePolicy" >
117     <sizepolicy>
118     <hsizetype>7</hsizetype>
119     <vsizetype>5</vsizetype>
120     <horstretch>0</horstretch>
121     <verstretch>0</verstretch>
122     </sizepolicy>
123 capela 109 </property>
124 schoenebeck 1461 </widget>
125     </item>
126     <item row="1" column="0" >
127     <widget class="QLabel" name="InstrumentNameTextLabel" >
128     <property name="toolTip" >
129     <string>Instrument name</string>
130     </property>
131     <property name="text" >
132     <string>--</string>
133     </property>
134     <property name="wordWrap" >
135     <bool>false</bool>
136     </property>
137     </widget>
138     </item>
139     <item row="0" column="1" >
140     <widget class="QLabel" name="MidiPortChannelTextLabel" >
141     <property name="minimumSize" >
142     <size>
143     <width>20</width>
144     <height>0</height>
145     </size>
146     </property>
147     <property name="toolTip" >
148     <string>MIDI port / channel</string>
149     </property>
150     <property name="text" >
151     <string>-- / --</string>
152     </property>
153     <property name="alignment" >
154     <set>Qt::AlignHCenter|Qt::AlignTop</set>
155     </property>
156     <property name="wordWrap" >
157     <bool>false</bool>
158     </property>
159     </widget>
160     </item>
161     <item row="1" column="1" >
162     <widget class="QLabel" name="InstrumentStatusTextLabel" >
163     <property name="minimumSize" >
164     <size>
165     <width>20</width>
166     <height>0</height>
167     </size>
168     </property>
169     <property name="toolTip" >
170     <string>Instrument load status</string>
171     </property>
172     <property name="text" >
173     <string>--</string>
174     </property>
175     <property name="alignment" >
176     <set>Qt::AlignCenter</set>
177     </property>
178     <property name="wordWrap" >
179     <bool>false</bool>
180     </property>
181     </widget>
182     </item>
183     </layout>
184     </widget>
185     </item>
186     <item>
187     <widget class="QPushButton" name="ChannelMutePushButton" >
188     <property name="maximumSize" >
189     <size>
190     <width>48</width>
191     <height>64</height>
192     </size>
193     </property>
194     <property name="toolTip" >
195     <string>Channel mute</string>
196     </property>
197     <property name="text" >
198     <string>&amp;Mute</string>
199     </property>
200     <property name="shortcut" >
201     <string>Alt+M</string>
202     </property>
203     <property name="checkable" >
204     <bool>true</bool>
205     </property>
206     </widget>
207     </item>
208     <item>
209     <widget class="QPushButton" name="ChannelSoloPushButton" >
210     <property name="maximumSize" >
211     <size>
212     <width>48</width>
213     <height>64</height>
214     </size>
215     </property>
216     <property name="toolTip" >
217     <string>Channel solo</string>
218     </property>
219     <property name="text" >
220     <string>&amp;Solo</string>
221     </property>
222     <property name="shortcut" >
223     <string>Alt+S</string>
224     </property>
225     <property name="checkable" >
226     <bool>true</bool>
227     </property>
228     </widget>
229     </item>
230     <item>
231     <widget class="QSlider" name="VolumeSlider" >
232     <property name="minimumSize" >
233     <size>
234     <width>120</width>
235     <height>0</height>
236     </size>
237     </property>
238     <property name="toolTip" >
239     <string>Channel volume</string>
240     </property>
241     <property name="maximum" >
242     <number>100</number>
243     </property>
244     <property name="orientation" >
245     <enum>Qt::Horizontal</enum>
246     </property>
247     <property name="tickPosition" >
248     <enum>QSlider::TicksBothSides</enum>
249     </property>
250     <property name="tickInterval" >
251     <number>10</number>
252     </property>
253     </widget>
254     </item>
255     <item>
256     <widget class="QSpinBox" name="VolumeSpinBox" >
257     <property name="minimumSize" >
258     <size>
259     <width>40</width>
260     <height>0</height>
261     </size>
262     </property>
263     <property name="maximumSize" >
264     <size>
265     <width>60</width>
266     <height>32767</height>
267     </size>
268     </property>
269     <property name="toolTip" >
270     <string>Channel volume</string>
271     </property>
272     <property name="suffix" >
273     <string> %</string>
274     </property>
275     <property name="maximum" >
276     <number>100</number>
277     </property>
278     </widget>
279     </item>
280     <item>
281     <widget class="QPushButton" name="ChannelEditPushButton" >
282     <property name="maximumSize" >
283     <size>
284     <width>48</width>
285     <height>64</height>
286     </size>
287     </property>
288     <property name="toolTip" >
289 schoenebeck 1489 <string>Edit channel's instrument</string>
290 schoenebeck 1461 </property>
291     <property name="text" >
292     <string>&amp;Edit</string>
293     </property>
294     <property name="shortcut" >
295     <string>Alt+E</string>
296     </property>
297     </widget>
298     </item>
299     <item>
300     <widget class="QProgressBar" name="StreamUsageProgressBar" >
301     <property name="sizePolicy" >
302     <sizepolicy>
303     <hsizetype>1</hsizetype>
304     <vsizetype>0</vsizetype>
305     <horstretch>0</horstretch>
306     <verstretch>0</verstretch>
307     </sizepolicy>
308     </property>
309     <property name="minimumSize" >
310     <size>
311     <width>100</width>
312     <height>0</height>
313     </size>
314     </property>
315     <property name="maximumSize" >
316     <size>
317     <width>32767</width>
318     <height>22</height>
319     </size>
320     </property>
321     <property name="toolTip" >
322     <string>Least buffer fill stream usage (%)</string>
323     </property>
324     <property name="orientation" >
325     <enum>Qt::Horizontal</enum>
326     </property>
327     </widget>
328     </item>
329     <item>
330     <widget class="QLabel" name="StreamVoiceCountTextLabel" >
331     <property name="minimumSize" >
332     <size>
333     <width>60</width>
334     <height>0</height>
335     </size>
336     </property>
337     <property name="maximumSize" >
338     <size>
339     <width>32767</width>
340     <height>22</height>
341     </size>
342     </property>
343     <property name="palette" >
344     <palette>
345     <active>
346     <colorrole role="WindowText" >
347     <brush brushstyle="SolidPattern" >
348     <color alpha="255" >
349     <red>85</red>
350     <green>255</green>
351     <blue>0</blue>
352     </color>
353     </brush>
354     </colorrole>
355     <colorrole role="Base" >
356     <brush brushstyle="SolidPattern" >
357     <color alpha="255" >
358     <red>255</red>
359     <green>255</green>
360     <blue>255</blue>
361     </color>
362     </brush>
363     </colorrole>
364     <colorrole role="Window" >
365     <brush brushstyle="SolidPattern" >
366     <color alpha="255" >
367     <red>0</red>
368     <green>0</green>
369     <blue>0</blue>
370     </color>
371     </brush>
372     </colorrole>
373     </active>
374     <inactive>
375     <colorrole role="WindowText" >
376     <brush brushstyle="SolidPattern" >
377     <color alpha="255" >
378     <red>85</red>
379     <green>255</green>
380     <blue>0</blue>
381     </color>
382     </brush>
383     </colorrole>
384     <colorrole role="Base" >
385     <brush brushstyle="SolidPattern" >
386     <color alpha="255" >
387     <red>255</red>
388     <green>255</green>
389     <blue>255</blue>
390     </color>
391     </brush>
392     </colorrole>
393     <colorrole role="Window" >
394     <brush brushstyle="SolidPattern" >
395     <color alpha="255" >
396     <red>0</red>
397     <green>0</green>
398     <blue>0</blue>
399     </color>
400     </brush>
401     </colorrole>
402     </inactive>
403     <disabled>
404     <colorrole role="WindowText" >
405     <brush brushstyle="SolidPattern" >
406     <color alpha="255" >
407     <red>119</red>
408     <green>119</green>
409     <blue>119</blue>
410     </color>
411     </brush>
412     </colorrole>
413     <colorrole role="Base" >
414     <brush brushstyle="SolidPattern" >
415     <color alpha="255" >
416     <red>0</red>
417     <green>0</green>
418     <blue>0</blue>
419     </color>
420     </brush>
421     </colorrole>
422     <colorrole role="Window" >
423     <brush brushstyle="SolidPattern" >
424     <color alpha="255" >
425     <red>0</red>
426     <green>0</green>
427     <blue>0</blue>
428     </color>
429     </brush>
430     </colorrole>
431     </disabled>
432     </palette>
433     </property>
434     <property name="toolTip" >
435     <string>Stream / Voice count</string>
436     </property>
437 schoenebeck 1489 <property name="autoFillBackground" >
438     <bool>true</bool>
439     </property>
440 schoenebeck 1461 <property name="frameShape" >
441     <enum>QFrame::Panel</enum>
442     </property>
443     <property name="frameShadow" >
444     <enum>QFrame::Sunken</enum>
445     </property>
446     <property name="text" >
447     <string>--/--</string>
448     </property>
449     <property name="alignment" >
450     <set>Qt::AlignCenter</set>
451     </property>
452     <property name="wordWrap" >
453     <bool>false</bool>
454     </property>
455     </widget>
456     </item>
457     </layout>
458     </widget>
459     <layoutdefault spacing="0" margin="0" />
460     <tabstops>
461     <tabstop>ChannelSetupPushButton</tabstop>
462     <tabstop>ChannelMutePushButton</tabstop>
463     <tabstop>ChannelSoloPushButton</tabstop>
464     <tabstop>VolumeSlider</tabstop>
465     <tabstop>VolumeSpinBox</tabstop>
466     </tabstops>
467     <resources>
468 capela 1463 <include location="../icons/qsampler.qrc" />
469 schoenebeck 1461 </resources>
470     </ui>

  ViewVC Help
Powered by ViewVC