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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1691 - (hide annotations) (download)
Thu Feb 14 22:31:26 2008 UTC (16 years, 2 months ago) by schoenebeck
File size: 13075 byte(s)
* implemented MIDI indicator LED on channel strips

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 schoenebeck 1667 Copyright (C) 2007, 2008 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 schoenebeck 1667 <width>815</width>
30 schoenebeck 1691 <height>52</height>
31 schoenebeck 1461 </rect>
32     </property>
33     <property name="sizePolicy" >
34 schoenebeck 1667 <sizepolicy vsizetype="Minimum" hsizetype="Expanding" >
35 schoenebeck 1461 <horstretch>0</horstretch>
36     <verstretch>0</verstretch>
37     </sizepolicy>
38     </property>
39     <property name="focusPolicy" >
40     <enum>Qt::StrongFocus</enum>
41     </property>
42     <property name="windowTitle" >
43     <string>Qsampler: Channel</string>
44     </property>
45     <property name="windowIcon" >
46 schoenebeck 1489 <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
47 schoenebeck 1461 </property>
48     <layout class="QHBoxLayout" >
49 schoenebeck 1667 <property name="spacing" >
50 schoenebeck 1461 <number>4</number>
51     </property>
52 schoenebeck 1667 <property name="leftMargin" >
53 schoenebeck 1461 <number>4</number>
54     </property>
55 schoenebeck 1667 <property name="topMargin" >
56     <number>4</number>
57     </property>
58     <property name="rightMargin" >
59     <number>4</number>
60     </property>
61     <property name="bottomMargin" >
62     <number>4</number>
63     </property>
64 schoenebeck 1461 <item>
65     <widget class="QPushButton" name="ChannelSetupPushButton" >
66 capela 1513 <property name="minimumSize" >
67     <size>
68     <width>100</width>
69     <height>0</height>
70     </size>
71     </property>
72     <property name="maximumSize" >
73     <size>
74 capela 1515 <width>120</width>
75 capela 1513 <height>32</height>
76     </size>
77     </property>
78 schoenebeck 1461 <property name="toolTip" >
79     <string>Channel setup</string>
80     </property>
81     <property name="text" >
82     <string>&amp;Channel</string>
83     </property>
84     <property name="icon" >
85 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
86 schoenebeck 1461 </property>
87     <property name="shortcut" >
88     <string>Alt+C</string>
89     </property>
90     </widget>
91     </item>
92     <item>
93     <widget class="QFrame" name="ChannelInfoFrame" >
94     <property name="sizePolicy" >
95 schoenebeck 1667 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
96 schoenebeck 1461 <horstretch>0</horstretch>
97     <verstretch>0</verstretch>
98     </sizepolicy>
99     </property>
100     <property name="minimumSize" >
101     <size>
102 capela 1515 <width>180</width>
103 schoenebeck 1461 <height>0</height>
104     </size>
105     </property>
106     <property name="maximumSize" >
107     <size>
108     <width>320</width>
109     <height>64</height>
110     </size>
111     </property>
112 schoenebeck 1489 <property name="autoFillBackground" >
113     <bool>true</bool>
114     </property>
115 schoenebeck 1461 <property name="frameShape" >
116 capela 1513 <enum>QFrame::StyledPanel</enum>
117 schoenebeck 1461 </property>
118     <property name="frameShadow" >
119     <enum>QFrame::Sunken</enum>
120     </property>
121     <layout class="QGridLayout" >
122 schoenebeck 1667 <property name="leftMargin" >
123 schoenebeck 1461 <number>2</number>
124     </property>
125 schoenebeck 1667 <property name="topMargin" >
126     <number>2</number>
127     </property>
128     <property name="rightMargin" >
129     <number>2</number>
130     </property>
131     <property name="bottomMargin" >
132     <number>2</number>
133     </property>
134     <property name="horizontalSpacing" >
135 schoenebeck 1461 <number>0</number>
136     </property>
137 schoenebeck 1667 <property name="verticalSpacing" >
138     <number>0</number>
139     </property>
140 schoenebeck 1461 <item row="0" column="0" >
141     <widget class="QLabel" name="EngineNameTextLabel" >
142 schoenebeck 1691 <property name="text" >
143     <string>--</string>
144 capela 109 </property>
145 schoenebeck 1461 </widget>
146     </item>
147     <item row="1" column="0" >
148     <widget class="QLabel" name="InstrumentNameTextLabel" >
149     <property name="toolTip" >
150     <string>Instrument name</string>
151     </property>
152     <property name="text" >
153     <string>--</string>
154     </property>
155     <property name="wordWrap" >
156     <bool>false</bool>
157     </property>
158     </widget>
159     </item>
160 schoenebeck 1691 <item row="0" column="2" >
161 schoenebeck 1461 <widget class="QLabel" name="MidiPortChannelTextLabel" >
162 schoenebeck 1691 <property name="sizePolicy" >
163     <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
164     <horstretch>0</horstretch>
165     <verstretch>0</verstretch>
166     </sizepolicy>
167     </property>
168 schoenebeck 1461 <property name="minimumSize" >
169     <size>
170     <width>20</width>
171     <height>0</height>
172     </size>
173     </property>
174     <property name="toolTip" >
175     <string>MIDI port / channel</string>
176     </property>
177     <property name="text" >
178     <string>-- / --</string>
179     </property>
180     <property name="alignment" >
181     <set>Qt::AlignHCenter|Qt::AlignTop</set>
182     </property>
183     <property name="wordWrap" >
184     <bool>false</bool>
185     </property>
186     </widget>
187     </item>
188 schoenebeck 1691 <item row="1" column="2" >
189 schoenebeck 1461 <widget class="QLabel" name="InstrumentStatusTextLabel" >
190     <property name="minimumSize" >
191     <size>
192     <width>20</width>
193     <height>0</height>
194     </size>
195     </property>
196     <property name="toolTip" >
197     <string>Instrument load status</string>
198     </property>
199     <property name="text" >
200     <string>--</string>
201     </property>
202     <property name="alignment" >
203     <set>Qt::AlignCenter</set>
204     </property>
205     <property name="wordWrap" >
206     <bool>false</bool>
207     </property>
208     </widget>
209     </item>
210 schoenebeck 1691 <item row="0" column="1" >
211     <widget class="QLabel" name="MidiActivityLabel" >
212     <property name="sizePolicy" >
213     <sizepolicy vsizetype="Maximum" hsizetype="Maximum" >
214     <horstretch>0</horstretch>
215     <verstretch>0</verstretch>
216     </sizepolicy>
217     </property>
218     <property name="minimumSize" >
219     <size>
220     <width>8</width>
221     <height>8</height>
222     </size>
223     </property>
224     <property name="maximumSize" >
225     <size>
226     <width>8</width>
227     <height>8</height>
228     </size>
229     </property>
230     <property name="baseSize" >
231     <size>
232     <width>8</width>
233     <height>8</height>
234     </size>
235     </property>
236     <property name="toolTip" >
237     <string>MIDI Activity</string>
238     </property>
239     <property name="frameShape" >
240     <enum>QFrame::NoFrame</enum>
241     </property>
242     <property name="frameShadow" >
243     <enum>QFrame::Plain</enum>
244     </property>
245     <property name="text" >
246     <string/>
247     </property>
248     <property name="alignment" >
249     <set>Qt::AlignCenter</set>
250     </property>
251     </widget>
252     </item>
253 schoenebeck 1461 </layout>
254     </widget>
255     </item>
256     <item>
257     <widget class="QPushButton" name="ChannelMutePushButton" >
258     <property name="maximumSize" >
259     <size>
260     <width>48</width>
261 capela 1513 <height>32</height>
262 schoenebeck 1461 </size>
263     </property>
264     <property name="toolTip" >
265     <string>Channel mute</string>
266     </property>
267     <property name="text" >
268     <string>&amp;Mute</string>
269     </property>
270     <property name="shortcut" >
271     <string>Alt+M</string>
272     </property>
273     <property name="checkable" >
274     <bool>true</bool>
275     </property>
276     </widget>
277     </item>
278     <item>
279     <widget class="QPushButton" name="ChannelSoloPushButton" >
280     <property name="maximumSize" >
281     <size>
282     <width>48</width>
283 capela 1513 <height>32</height>
284 schoenebeck 1461 </size>
285     </property>
286     <property name="toolTip" >
287     <string>Channel solo</string>
288     </property>
289     <property name="text" >
290     <string>&amp;Solo</string>
291     </property>
292     <property name="shortcut" >
293     <string>Alt+S</string>
294     </property>
295     <property name="checkable" >
296     <bool>true</bool>
297     </property>
298     </widget>
299     </item>
300     <item>
301     <widget class="QSlider" name="VolumeSlider" >
302     <property name="minimumSize" >
303     <size>
304 capela 1515 <width>100</width>
305 schoenebeck 1461 <height>0</height>
306     </size>
307     </property>
308 capela 1513 <property name="maximumSize" >
309     <size>
310     <width>32767</width>
311     <height>32</height>
312     </size>
313     </property>
314 schoenebeck 1461 <property name="toolTip" >
315     <string>Channel volume</string>
316     </property>
317     <property name="maximum" >
318     <number>100</number>
319     </property>
320     <property name="orientation" >
321     <enum>Qt::Horizontal</enum>
322     </property>
323     <property name="tickPosition" >
324     <enum>QSlider::TicksBothSides</enum>
325     </property>
326     <property name="tickInterval" >
327     <number>10</number>
328     </property>
329     </widget>
330     </item>
331     <item>
332     <widget class="QSpinBox" name="VolumeSpinBox" >
333     <property name="minimumSize" >
334     <size>
335 capela 1513 <width>60</width>
336 schoenebeck 1461 <height>0</height>
337     </size>
338     </property>
339     <property name="maximumSize" >
340     <size>
341 capela 1513 <width>120</width>
342 capela 1515 <height>24</height>
343 schoenebeck 1461 </size>
344     </property>
345     <property name="toolTip" >
346     <string>Channel volume</string>
347     </property>
348     <property name="suffix" >
349     <string> %</string>
350     </property>
351     <property name="maximum" >
352     <number>100</number>
353     </property>
354     </widget>
355     </item>
356     <item>
357 schoenebeck 1667 <widget class="QPushButton" name="FxPushButton" >
358     <property name="maximumSize" >
359     <size>
360     <width>48</width>
361     <height>32</height>
362     </size>
363     </property>
364     <property name="toolTip" >
365     <string>Edit Channel's Effect Settings</string>
366     </property>
367     <property name="text" >
368     <string>&amp;FX</string>
369     </property>
370     <property name="shortcut" >
371     <string>Alt+F</string>
372     </property>
373     </widget>
374     </item>
375     <item>
376 schoenebeck 1461 <widget class="QPushButton" name="ChannelEditPushButton" >
377     <property name="maximumSize" >
378     <size>
379     <width>48</width>
380 capela 1513 <height>32</height>
381 schoenebeck 1461 </size>
382     </property>
383     <property name="toolTip" >
384 schoenebeck 1489 <string>Edit channel's instrument</string>
385 schoenebeck 1461 </property>
386     <property name="text" >
387     <string>&amp;Edit</string>
388     </property>
389     <property name="shortcut" >
390     <string>Alt+E</string>
391     </property>
392     </widget>
393     </item>
394     <item>
395     <widget class="QProgressBar" name="StreamUsageProgressBar" >
396     <property name="sizePolicy" >
397 schoenebeck 1667 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
398 schoenebeck 1461 <horstretch>0</horstretch>
399     <verstretch>0</verstretch>
400     </sizepolicy>
401     </property>
402     <property name="minimumSize" >
403     <size>
404 capela 1515 <width>64</width>
405 schoenebeck 1461 <height>0</height>
406     </size>
407     </property>
408     <property name="maximumSize" >
409     <size>
410     <width>32767</width>
411 capela 1520 <height>24</height>
412 schoenebeck 1461 </size>
413     </property>
414     <property name="toolTip" >
415     <string>Least buffer fill stream usage (%)</string>
416     </property>
417     <property name="orientation" >
418     <enum>Qt::Horizontal</enum>
419     </property>
420     </widget>
421     </item>
422     <item>
423     <widget class="QLabel" name="StreamVoiceCountTextLabel" >
424     <property name="minimumSize" >
425     <size>
426 capela 1515 <width>48</width>
427 schoenebeck 1461 <height>0</height>
428     </size>
429     </property>
430     <property name="maximumSize" >
431     <size>
432     <width>32767</width>
433 capela 1513 <height>32</height>
434 schoenebeck 1461 </size>
435     </property>
436     <property name="toolTip" >
437     <string>Stream / Voice count</string>
438     </property>
439 schoenebeck 1489 <property name="autoFillBackground" >
440     <bool>true</bool>
441     </property>
442 schoenebeck 1461 <property name="frameShape" >
443 capela 1513 <enum>QFrame::StyledPanel</enum>
444 schoenebeck 1461 </property>
445     <property name="frameShadow" >
446     <enum>QFrame::Sunken</enum>
447     </property>
448     <property name="text" >
449     <string>--/--</string>
450     </property>
451     <property name="alignment" >
452     <set>Qt::AlignCenter</set>
453     </property>
454     <property name="wordWrap" >
455     <bool>false</bool>
456     </property>
457     </widget>
458     </item>
459     </layout>
460     </widget>
461     <layoutdefault spacing="0" margin="0" />
462     <tabstops>
463     <tabstop>ChannelSetupPushButton</tabstop>
464     <tabstop>ChannelMutePushButton</tabstop>
465     <tabstop>ChannelSoloPushButton</tabstop>
466     <tabstop>VolumeSlider</tabstop>
467     <tabstop>VolumeSpinBox</tabstop>
468 capela 1513 <tabstop>ChannelEditPushButton</tabstop>
469 schoenebeck 1461 </tabstops>
470     <resources>
471 capela 1463 <include location="../icons/qsampler.qrc" />
472 schoenebeck 1461 </resources>
473 schoenebeck 1667 <connections/>
474 schoenebeck 1461 </ui>

  ViewVC Help
Powered by ViewVC