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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2569 - (show annotations) (download)
Tue May 20 20:04:19 2014 UTC (9 years, 11 months ago) by schoenebeck
File size: 12661 byte(s)
* Added instrument list popup on channel strip which shows up when
  the instrument name is clicked. Allows faster switching among
  instruments of the same file.

1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <author>rncbc aka Rui Nuno Capela</author>
4 <comment>qsampler - A LinuxSampler Qt GUI Interface.
5
6 Copyright (C) 2004-2014, rncbc aka Rui Nuno Capela. All rights reserved.
7 Copyright (C) 2007, 2008, 2014 Christian Schoenebeck
8
9 This program is free software; you can redistribute it and/or
10 modify it under the terms of the GNU General Public License
11 as published by the Free Software Foundation; either version 2
12 of the License, or (at your option) any later version.
13
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License along
20 with this program; if not, write to the Free Software Foundation, Inc.,
21 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
23 </comment>
24 <class>qsamplerChannelStrip</class>
25 <widget class="QWidget" name="qsamplerChannelStrip">
26 <property name="geometry">
27 <rect>
28 <x>0</x>
29 <y>0</y>
30 <width>815</width>
31 <height>61</height>
32 </rect>
33 </property>
34 <property name="sizePolicy">
35 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
36 <horstretch>0</horstretch>
37 <verstretch>0</verstretch>
38 </sizepolicy>
39 </property>
40 <property name="focusPolicy">
41 <enum>Qt::StrongFocus</enum>
42 </property>
43 <property name="windowTitle">
44 <string>Qsampler: Channel</string>
45 </property>
46 <property name="windowIcon">
47 <iconset resource="qsampler.qrc">
48 <normaloff>:/images/qsamplerChannel.png</normaloff>:/images/qsamplerChannel.png</iconset>
49 </property>
50 <layout class="QHBoxLayout">
51 <property name="spacing">
52 <number>4</number>
53 </property>
54 <property name="margin">
55 <number>4</number>
56 </property>
57 <item>
58 <widget class="QPushButton" name="ChannelSetupPushButton">
59 <property name="minimumSize">
60 <size>
61 <width>100</width>
62 <height>0</height>
63 </size>
64 </property>
65 <property name="maximumSize">
66 <size>
67 <width>120</width>
68 <height>32</height>
69 </size>
70 </property>
71 <property name="toolTip">
72 <string>Channel setup</string>
73 </property>
74 <property name="text">
75 <string>&amp;Channel</string>
76 </property>
77 <property name="icon">
78 <iconset resource="qsampler.qrc">
79 <normaloff>:/images/qsamplerChannel.png</normaloff>:/images/qsamplerChannel.png</iconset>
80 </property>
81 <property name="shortcut">
82 <string>Alt+C</string>
83 </property>
84 </widget>
85 </item>
86 <item>
87 <widget class="QFrame" name="ChannelInfoFrame">
88 <property name="sizePolicy">
89 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
90 <horstretch>0</horstretch>
91 <verstretch>0</verstretch>
92 </sizepolicy>
93 </property>
94 <property name="minimumSize">
95 <size>
96 <width>180</width>
97 <height>0</height>
98 </size>
99 </property>
100 <property name="maximumSize">
101 <size>
102 <width>320</width>
103 <height>64</height>
104 </size>
105 </property>
106 <property name="autoFillBackground">
107 <bool>true</bool>
108 </property>
109 <property name="frameShape">
110 <enum>QFrame::StyledPanel</enum>
111 </property>
112 <property name="frameShadow">
113 <enum>QFrame::Sunken</enum>
114 </property>
115 <layout class="QGridLayout">
116 <property name="margin">
117 <number>2</number>
118 </property>
119 <property name="spacing">
120 <number>0</number>
121 </property>
122 <item row="0" column="0">
123 <widget class="QLabel" name="EngineNameTextLabel">
124 <property name="text">
125 <string>--</string>
126 </property>
127 </widget>
128 </item>
129 <item row="0" column="2">
130 <widget class="QLabel" name="MidiPortChannelTextLabel">
131 <property name="sizePolicy">
132 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
133 <horstretch>0</horstretch>
134 <verstretch>0</verstretch>
135 </sizepolicy>
136 </property>
137 <property name="minimumSize">
138 <size>
139 <width>20</width>
140 <height>0</height>
141 </size>
142 </property>
143 <property name="toolTip">
144 <string>MIDI port / channel</string>
145 </property>
146 <property name="text">
147 <string>-- / --</string>
148 </property>
149 <property name="alignment">
150 <set>Qt::AlignHCenter|Qt::AlignTop</set>
151 </property>
152 <property name="wordWrap">
153 <bool>false</bool>
154 </property>
155 </widget>
156 </item>
157 <item row="1" column="2">
158 <widget class="QLabel" name="InstrumentStatusTextLabel">
159 <property name="minimumSize">
160 <size>
161 <width>20</width>
162 <height>0</height>
163 </size>
164 </property>
165 <property name="toolTip">
166 <string>Instrument load status</string>
167 </property>
168 <property name="text">
169 <string>--</string>
170 </property>
171 <property name="alignment">
172 <set>Qt::AlignCenter</set>
173 </property>
174 <property name="wordWrap">
175 <bool>false</bool>
176 </property>
177 </widget>
178 </item>
179 <item row="0" column="1">
180 <widget class="QLabel" name="MidiActivityLabel">
181 <property name="sizePolicy">
182 <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
183 <horstretch>0</horstretch>
184 <verstretch>0</verstretch>
185 </sizepolicy>
186 </property>
187 <property name="minimumSize">
188 <size>
189 <width>16</width>
190 <height>16</height>
191 </size>
192 </property>
193 <property name="maximumSize">
194 <size>
195 <width>16</width>
196 <height>16</height>
197 </size>
198 </property>
199 <property name="baseSize">
200 <size>
201 <width>16</width>
202 <height>16</height>
203 </size>
204 </property>
205 <property name="toolTip">
206 <string>MIDI activity</string>
207 </property>
208 <property name="frameShape">
209 <enum>QFrame::NoFrame</enum>
210 </property>
211 <property name="frameShadow">
212 <enum>QFrame::Plain</enum>
213 </property>
214 <property name="text">
215 <string/>
216 </property>
217 <property name="alignment">
218 <set>Qt::AlignCenter</set>
219 </property>
220 </widget>
221 </item>
222 <item row="1" column="0">
223 <widget class="QPushButton" name="InstrumentNamePushButton">
224 <property name="toolTip">
225 <string>Instrument name</string>
226 </property>
227 <property name="styleSheet">
228 <string notr="true">text-align: left; margin: 0px;</string>
229 </property>
230 <property name="text">
231 <string>--</string>
232 </property>
233 <property name="flat">
234 <bool>true</bool>
235 </property>
236 </widget>
237 </item>
238 </layout>
239 </widget>
240 </item>
241 <item>
242 <widget class="QPushButton" name="ChannelMutePushButton">
243 <property name="maximumSize">
244 <size>
245 <width>48</width>
246 <height>32</height>
247 </size>
248 </property>
249 <property name="toolTip">
250 <string>Channel mute</string>
251 </property>
252 <property name="text">
253 <string>&amp;Mute</string>
254 </property>
255 <property name="shortcut">
256 <string>Alt+M</string>
257 </property>
258 <property name="checkable">
259 <bool>true</bool>
260 </property>
261 </widget>
262 </item>
263 <item>
264 <widget class="QPushButton" name="ChannelSoloPushButton">
265 <property name="maximumSize">
266 <size>
267 <width>48</width>
268 <height>32</height>
269 </size>
270 </property>
271 <property name="toolTip">
272 <string>Channel solo</string>
273 </property>
274 <property name="text">
275 <string>&amp;Solo</string>
276 </property>
277 <property name="shortcut">
278 <string>Alt+S</string>
279 </property>
280 <property name="checkable">
281 <bool>true</bool>
282 </property>
283 </widget>
284 </item>
285 <item>
286 <widget class="QSlider" name="VolumeSlider">
287 <property name="minimumSize">
288 <size>
289 <width>100</width>
290 <height>0</height>
291 </size>
292 </property>
293 <property name="maximumSize">
294 <size>
295 <width>32767</width>
296 <height>32</height>
297 </size>
298 </property>
299 <property name="toolTip">
300 <string>Channel volume</string>
301 </property>
302 <property name="maximum">
303 <number>100</number>
304 </property>
305 <property name="orientation">
306 <enum>Qt::Horizontal</enum>
307 </property>
308 <property name="tickPosition">
309 <enum>QSlider::TicksBothSides</enum>
310 </property>
311 <property name="tickInterval">
312 <number>10</number>
313 </property>
314 </widget>
315 </item>
316 <item>
317 <widget class="QSpinBox" name="VolumeSpinBox">
318 <property name="minimumSize">
319 <size>
320 <width>60</width>
321 <height>0</height>
322 </size>
323 </property>
324 <property name="maximumSize">
325 <size>
326 <width>120</width>
327 <height>24</height>
328 </size>
329 </property>
330 <property name="toolTip">
331 <string>Channel volume</string>
332 </property>
333 <property name="suffix">
334 <string> %</string>
335 </property>
336 <property name="maximum">
337 <number>100</number>
338 </property>
339 </widget>
340 </item>
341 <item>
342 <widget class="QPushButton" name="FxPushButton">
343 <property name="maximumSize">
344 <size>
345 <width>48</width>
346 <height>32</height>
347 </size>
348 </property>
349 <property name="toolTip">
350 <string>Edit Channel's Effect Settings</string>
351 </property>
352 <property name="text">
353 <string>&amp;FX</string>
354 </property>
355 <property name="shortcut">
356 <string>Alt+F</string>
357 </property>
358 </widget>
359 </item>
360 <item>
361 <widget class="QPushButton" name="ChannelEditPushButton">
362 <property name="maximumSize">
363 <size>
364 <width>48</width>
365 <height>32</height>
366 </size>
367 </property>
368 <property name="toolTip">
369 <string>Edit channel's instrument</string>
370 </property>
371 <property name="text">
372 <string>&amp;Edit</string>
373 </property>
374 <property name="shortcut">
375 <string>Alt+E</string>
376 </property>
377 </widget>
378 </item>
379 <item>
380 <widget class="QProgressBar" name="StreamUsageProgressBar">
381 <property name="sizePolicy">
382 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
383 <horstretch>0</horstretch>
384 <verstretch>0</verstretch>
385 </sizepolicy>
386 </property>
387 <property name="minimumSize">
388 <size>
389 <width>64</width>
390 <height>0</height>
391 </size>
392 </property>
393 <property name="maximumSize">
394 <size>
395 <width>32767</width>
396 <height>24</height>
397 </size>
398 </property>
399 <property name="toolTip">
400 <string>Least buffer fill stream usage (%)</string>
401 </property>
402 <property name="orientation">
403 <enum>Qt::Horizontal</enum>
404 </property>
405 </widget>
406 </item>
407 <item>
408 <widget class="QLabel" name="StreamVoiceCountTextLabel">
409 <property name="minimumSize">
410 <size>
411 <width>48</width>
412 <height>0</height>
413 </size>
414 </property>
415 <property name="maximumSize">
416 <size>
417 <width>32767</width>
418 <height>32</height>
419 </size>
420 </property>
421 <property name="toolTip">
422 <string>Stream / Voice count</string>
423 </property>
424 <property name="autoFillBackground">
425 <bool>true</bool>
426 </property>
427 <property name="frameShape">
428 <enum>QFrame::StyledPanel</enum>
429 </property>
430 <property name="frameShadow">
431 <enum>QFrame::Sunken</enum>
432 </property>
433 <property name="text">
434 <string>--/--</string>
435 </property>
436 <property name="alignment">
437 <set>Qt::AlignCenter</set>
438 </property>
439 <property name="wordWrap">
440 <bool>false</bool>
441 </property>
442 </widget>
443 </item>
444 </layout>
445 </widget>
446 <layoutdefault spacing="0" margin="0"/>
447 <tabstops>
448 <tabstop>ChannelSetupPushButton</tabstop>
449 <tabstop>ChannelMutePushButton</tabstop>
450 <tabstop>ChannelSoloPushButton</tabstop>
451 <tabstop>VolumeSlider</tabstop>
452 <tabstop>VolumeSpinBox</tabstop>
453 <tabstop>ChannelEditPushButton</tabstop>
454 </tabstops>
455 <resources>
456 <include location="qsampler.qrc"/>
457 </resources>
458 <connections/>
459 </ui>

  ViewVC Help
Powered by ViewVC