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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1667 - (hide annotations) (download)
Mon Feb 4 23:24:19 2008 UTC (16 years, 2 months ago) by schoenebeck
File size: 11768 byte(s)
* added FX Sends dialog to channel strips
  (still under construction, so far one can only create, destroy and rename
  FX sends, the rest is still to do)
* bumped version to 0.2.1.3

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 1461 <height>56</height>
31     </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     <property name="sizePolicy" >
143 schoenebeck 1667 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
144 schoenebeck 1461 <horstretch>0</horstretch>
145     <verstretch>0</verstretch>
146     </sizepolicy>
147 capela 109 </property>
148 schoenebeck 1461 </widget>
149     </item>
150     <item row="1" column="0" >
151     <widget class="QLabel" name="InstrumentNameTextLabel" >
152     <property name="toolTip" >
153     <string>Instrument name</string>
154     </property>
155     <property name="text" >
156     <string>--</string>
157     </property>
158     <property name="wordWrap" >
159     <bool>false</bool>
160     </property>
161     </widget>
162     </item>
163     <item row="0" column="1" >
164     <widget class="QLabel" name="MidiPortChannelTextLabel" >
165     <property name="minimumSize" >
166     <size>
167     <width>20</width>
168     <height>0</height>
169     </size>
170     </property>
171     <property name="toolTip" >
172     <string>MIDI port / channel</string>
173     </property>
174     <property name="text" >
175     <string>-- / --</string>
176     </property>
177     <property name="alignment" >
178     <set>Qt::AlignHCenter|Qt::AlignTop</set>
179     </property>
180     <property name="wordWrap" >
181     <bool>false</bool>
182     </property>
183     </widget>
184     </item>
185     <item row="1" column="1" >
186     <widget class="QLabel" name="InstrumentStatusTextLabel" >
187     <property name="minimumSize" >
188     <size>
189     <width>20</width>
190     <height>0</height>
191     </size>
192     </property>
193     <property name="toolTip" >
194     <string>Instrument load status</string>
195     </property>
196     <property name="text" >
197     <string>--</string>
198     </property>
199     <property name="alignment" >
200     <set>Qt::AlignCenter</set>
201     </property>
202     <property name="wordWrap" >
203     <bool>false</bool>
204     </property>
205     </widget>
206     </item>
207     </layout>
208     </widget>
209     </item>
210     <item>
211     <widget class="QPushButton" name="ChannelMutePushButton" >
212     <property name="maximumSize" >
213     <size>
214     <width>48</width>
215 capela 1513 <height>32</height>
216 schoenebeck 1461 </size>
217     </property>
218     <property name="toolTip" >
219     <string>Channel mute</string>
220     </property>
221     <property name="text" >
222     <string>&amp;Mute</string>
223     </property>
224     <property name="shortcut" >
225     <string>Alt+M</string>
226     </property>
227     <property name="checkable" >
228     <bool>true</bool>
229     </property>
230     </widget>
231     </item>
232     <item>
233     <widget class="QPushButton" name="ChannelSoloPushButton" >
234     <property name="maximumSize" >
235     <size>
236     <width>48</width>
237 capela 1513 <height>32</height>
238 schoenebeck 1461 </size>
239     </property>
240     <property name="toolTip" >
241     <string>Channel solo</string>
242     </property>
243     <property name="text" >
244     <string>&amp;Solo</string>
245     </property>
246     <property name="shortcut" >
247     <string>Alt+S</string>
248     </property>
249     <property name="checkable" >
250     <bool>true</bool>
251     </property>
252     </widget>
253     </item>
254     <item>
255     <widget class="QSlider" name="VolumeSlider" >
256     <property name="minimumSize" >
257     <size>
258 capela 1515 <width>100</width>
259 schoenebeck 1461 <height>0</height>
260     </size>
261     </property>
262 capela 1513 <property name="maximumSize" >
263     <size>
264     <width>32767</width>
265     <height>32</height>
266     </size>
267     </property>
268 schoenebeck 1461 <property name="toolTip" >
269     <string>Channel volume</string>
270     </property>
271     <property name="maximum" >
272     <number>100</number>
273     </property>
274     <property name="orientation" >
275     <enum>Qt::Horizontal</enum>
276     </property>
277     <property name="tickPosition" >
278     <enum>QSlider::TicksBothSides</enum>
279     </property>
280     <property name="tickInterval" >
281     <number>10</number>
282     </property>
283     </widget>
284     </item>
285     <item>
286     <widget class="QSpinBox" name="VolumeSpinBox" >
287     <property name="minimumSize" >
288     <size>
289 capela 1513 <width>60</width>
290 schoenebeck 1461 <height>0</height>
291     </size>
292     </property>
293     <property name="maximumSize" >
294     <size>
295 capela 1513 <width>120</width>
296 capela 1515 <height>24</height>
297 schoenebeck 1461 </size>
298     </property>
299     <property name="toolTip" >
300     <string>Channel volume</string>
301     </property>
302     <property name="suffix" >
303     <string> %</string>
304     </property>
305     <property name="maximum" >
306     <number>100</number>
307     </property>
308     </widget>
309     </item>
310     <item>
311 schoenebeck 1667 <widget class="QPushButton" name="FxPushButton" >
312     <property name="maximumSize" >
313     <size>
314     <width>48</width>
315     <height>32</height>
316     </size>
317     </property>
318     <property name="toolTip" >
319     <string>Edit Channel's Effect Settings</string>
320     </property>
321     <property name="text" >
322     <string>&amp;FX</string>
323     </property>
324     <property name="shortcut" >
325     <string>Alt+F</string>
326     </property>
327     </widget>
328     </item>
329     <item>
330 schoenebeck 1461 <widget class="QPushButton" name="ChannelEditPushButton" >
331     <property name="maximumSize" >
332     <size>
333     <width>48</width>
334 capela 1513 <height>32</height>
335 schoenebeck 1461 </size>
336     </property>
337     <property name="toolTip" >
338 schoenebeck 1489 <string>Edit channel's instrument</string>
339 schoenebeck 1461 </property>
340     <property name="text" >
341     <string>&amp;Edit</string>
342     </property>
343     <property name="shortcut" >
344     <string>Alt+E</string>
345     </property>
346     </widget>
347     </item>
348     <item>
349     <widget class="QProgressBar" name="StreamUsageProgressBar" >
350     <property name="sizePolicy" >
351 schoenebeck 1667 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
352 schoenebeck 1461 <horstretch>0</horstretch>
353     <verstretch>0</verstretch>
354     </sizepolicy>
355     </property>
356     <property name="minimumSize" >
357     <size>
358 capela 1515 <width>64</width>
359 schoenebeck 1461 <height>0</height>
360     </size>
361     </property>
362     <property name="maximumSize" >
363     <size>
364     <width>32767</width>
365 capela 1520 <height>24</height>
366 schoenebeck 1461 </size>
367     </property>
368     <property name="toolTip" >
369     <string>Least buffer fill stream usage (%)</string>
370     </property>
371     <property name="orientation" >
372     <enum>Qt::Horizontal</enum>
373     </property>
374     </widget>
375     </item>
376     <item>
377     <widget class="QLabel" name="StreamVoiceCountTextLabel" >
378     <property name="minimumSize" >
379     <size>
380 capela 1515 <width>48</width>
381 schoenebeck 1461 <height>0</height>
382     </size>
383     </property>
384     <property name="maximumSize" >
385     <size>
386     <width>32767</width>
387 capela 1513 <height>32</height>
388 schoenebeck 1461 </size>
389     </property>
390     <property name="toolTip" >
391     <string>Stream / Voice count</string>
392     </property>
393 schoenebeck 1489 <property name="autoFillBackground" >
394     <bool>true</bool>
395     </property>
396 schoenebeck 1461 <property name="frameShape" >
397 capela 1513 <enum>QFrame::StyledPanel</enum>
398 schoenebeck 1461 </property>
399     <property name="frameShadow" >
400     <enum>QFrame::Sunken</enum>
401     </property>
402     <property name="text" >
403     <string>--/--</string>
404     </property>
405     <property name="alignment" >
406     <set>Qt::AlignCenter</set>
407     </property>
408     <property name="wordWrap" >
409     <bool>false</bool>
410     </property>
411     </widget>
412     </item>
413     </layout>
414     </widget>
415     <layoutdefault spacing="0" margin="0" />
416     <tabstops>
417     <tabstop>ChannelSetupPushButton</tabstop>
418     <tabstop>ChannelMutePushButton</tabstop>
419     <tabstop>ChannelSoloPushButton</tabstop>
420     <tabstop>VolumeSlider</tabstop>
421     <tabstop>VolumeSpinBox</tabstop>
422 capela 1513 <tabstop>ChannelEditPushButton</tabstop>
423 schoenebeck 1461 </tabstops>
424     <resources>
425 capela 1463 <include location="../icons/qsampler.qrc" />
426 schoenebeck 1461 </resources>
427 schoenebeck 1667 <connections/>
428 schoenebeck 1461 </ui>

  ViewVC Help
Powered by ViewVC