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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1691 - (show 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 <ui version="4.0" >
2 <author>rncbc aka Rui Nuno Capela</author>
3 <comment>qsampler - A LinuxSampler Qt GUI Interface.
4
5 Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6 Copyright (C) 2007, 2008 Christian Schoenebeck
7
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 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
22 </comment>
23 <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>815</width>
30 <height>52</height>
31 </rect>
32 </property>
33 <property name="sizePolicy" >
34 <sizepolicy vsizetype="Minimum" hsizetype="Expanding" >
35 <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 <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
47 </property>
48 <layout class="QHBoxLayout" >
49 <property name="spacing" >
50 <number>4</number>
51 </property>
52 <property name="leftMargin" >
53 <number>4</number>
54 </property>
55 <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 <item>
65 <widget class="QPushButton" name="ChannelSetupPushButton" >
66 <property name="minimumSize" >
67 <size>
68 <width>100</width>
69 <height>0</height>
70 </size>
71 </property>
72 <property name="maximumSize" >
73 <size>
74 <width>120</width>
75 <height>32</height>
76 </size>
77 </property>
78 <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 <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
86 </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 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
96 <horstretch>0</horstretch>
97 <verstretch>0</verstretch>
98 </sizepolicy>
99 </property>
100 <property name="minimumSize" >
101 <size>
102 <width>180</width>
103 <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 <property name="autoFillBackground" >
113 <bool>true</bool>
114 </property>
115 <property name="frameShape" >
116 <enum>QFrame::StyledPanel</enum>
117 </property>
118 <property name="frameShadow" >
119 <enum>QFrame::Sunken</enum>
120 </property>
121 <layout class="QGridLayout" >
122 <property name="leftMargin" >
123 <number>2</number>
124 </property>
125 <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 <number>0</number>
136 </property>
137 <property name="verticalSpacing" >
138 <number>0</number>
139 </property>
140 <item row="0" column="0" >
141 <widget class="QLabel" name="EngineNameTextLabel" >
142 <property name="text" >
143 <string>--</string>
144 </property>
145 </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 <item row="0" column="2" >
161 <widget class="QLabel" name="MidiPortChannelTextLabel" >
162 <property name="sizePolicy" >
163 <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
164 <horstretch>0</horstretch>
165 <verstretch>0</verstretch>
166 </sizepolicy>
167 </property>
168 <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 <item row="1" column="2" >
189 <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 <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 </layout>
254 </widget>
255 </item>
256 <item>
257 <widget class="QPushButton" name="ChannelMutePushButton" >
258 <property name="maximumSize" >
259 <size>
260 <width>48</width>
261 <height>32</height>
262 </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 <height>32</height>
284 </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 <width>100</width>
305 <height>0</height>
306 </size>
307 </property>
308 <property name="maximumSize" >
309 <size>
310 <width>32767</width>
311 <height>32</height>
312 </size>
313 </property>
314 <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 <width>60</width>
336 <height>0</height>
337 </size>
338 </property>
339 <property name="maximumSize" >
340 <size>
341 <width>120</width>
342 <height>24</height>
343 </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 <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 <widget class="QPushButton" name="ChannelEditPushButton" >
377 <property name="maximumSize" >
378 <size>
379 <width>48</width>
380 <height>32</height>
381 </size>
382 </property>
383 <property name="toolTip" >
384 <string>Edit channel's instrument</string>
385 </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 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
398 <horstretch>0</horstretch>
399 <verstretch>0</verstretch>
400 </sizepolicy>
401 </property>
402 <property name="minimumSize" >
403 <size>
404 <width>64</width>
405 <height>0</height>
406 </size>
407 </property>
408 <property name="maximumSize" >
409 <size>
410 <width>32767</width>
411 <height>24</height>
412 </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 <width>48</width>
427 <height>0</height>
428 </size>
429 </property>
430 <property name="maximumSize" >
431 <size>
432 <width>32767</width>
433 <height>32</height>
434 </size>
435 </property>
436 <property name="toolTip" >
437 <string>Stream / Voice count</string>
438 </property>
439 <property name="autoFillBackground" >
440 <bool>true</bool>
441 </property>
442 <property name="frameShape" >
443 <enum>QFrame::StyledPanel</enum>
444 </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 <tabstop>ChannelEditPushButton</tabstop>
469 </tabstops>
470 <resources>
471 <include location="../icons/qsampler.qrc" />
472 </resources>
473 <connections/>
474 </ui>

  ViewVC Help
Powered by ViewVC