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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1703 - (hide annotations) (download)
Mon Feb 18 23:09:33 2008 UTC (16 years, 2 months ago) by capela
File size: 12515 byte(s)
* Keep backward compability with Qt < 4.3 designer .ui files.

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

  ViewVC Help
Powered by ViewVC