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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC