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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2678 - (show annotations) (download)
Thu Oct 16 17:11:32 2014 UTC (9 years, 5 months ago) by capela
File size: 12271 byte(s)
- Stripped all hard-coded shortcuts from .ui files.
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 </widget>
82 </item>
83 <item>
84 <widget class="QFrame" name="ChannelInfoFrame">
85 <property name="sizePolicy">
86 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
87 <horstretch>0</horstretch>
88 <verstretch>0</verstretch>
89 </sizepolicy>
90 </property>
91 <property name="minimumSize">
92 <size>
93 <width>180</width>
94 <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 <property name="autoFillBackground">
104 <bool>true</bool>
105 </property>
106 <property name="frameShape">
107 <enum>QFrame::StyledPanel</enum>
108 </property>
109 <property name="frameShadow">
110 <enum>QFrame::Sunken</enum>
111 </property>
112 <layout class="QGridLayout">
113 <property name="margin">
114 <number>2</number>
115 </property>
116 <property name="spacing">
117 <number>0</number>
118 </property>
119 <item row="0" column="0">
120 <widget class="QLabel" name="EngineNameTextLabel">
121 <property name="text">
122 <string>--</string>
123 </property>
124 </widget>
125 </item>
126 <item row="0" column="2">
127 <widget class="QLabel" name="MidiPortChannelTextLabel">
128 <property name="sizePolicy">
129 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
130 <horstretch>0</horstretch>
131 <verstretch>0</verstretch>
132 </sizepolicy>
133 </property>
134 <property name="minimumSize">
135 <size>
136 <width>20</width>
137 <height>0</height>
138 </size>
139 </property>
140 <property name="toolTip">
141 <string>MIDI port / channel</string>
142 </property>
143 <property name="text">
144 <string>-- / --</string>
145 </property>
146 <property name="alignment">
147 <set>Qt::AlignHCenter|Qt::AlignTop</set>
148 </property>
149 <property name="wordWrap">
150 <bool>false</bool>
151 </property>
152 </widget>
153 </item>
154 <item row="1" column="2">
155 <widget class="QLabel" name="InstrumentStatusTextLabel">
156 <property name="minimumSize">
157 <size>
158 <width>20</width>
159 <height>0</height>
160 </size>
161 </property>
162 <property name="toolTip">
163 <string>Instrument load status</string>
164 </property>
165 <property name="text">
166 <string>--</string>
167 </property>
168 <property name="alignment">
169 <set>Qt::AlignCenter</set>
170 </property>
171 <property name="wordWrap">
172 <bool>false</bool>
173 </property>
174 </widget>
175 </item>
176 <item row="0" column="1">
177 <widget class="QLabel" name="MidiActivityLabel">
178 <property name="sizePolicy">
179 <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
180 <horstretch>0</horstretch>
181 <verstretch>0</verstretch>
182 </sizepolicy>
183 </property>
184 <property name="minimumSize">
185 <size>
186 <width>16</width>
187 <height>16</height>
188 </size>
189 </property>
190 <property name="maximumSize">
191 <size>
192 <width>16</width>
193 <height>16</height>
194 </size>
195 </property>
196 <property name="baseSize">
197 <size>
198 <width>16</width>
199 <height>16</height>
200 </size>
201 </property>
202 <property name="toolTip">
203 <string>MIDI activity</string>
204 </property>
205 <property name="frameShape">
206 <enum>QFrame::NoFrame</enum>
207 </property>
208 <property name="frameShadow">
209 <enum>QFrame::Plain</enum>
210 </property>
211 <property name="text">
212 <string/>
213 </property>
214 <property name="alignment">
215 <set>Qt::AlignCenter</set>
216 </property>
217 </widget>
218 </item>
219 <item row="1" column="0">
220 <widget class="QPushButton" name="InstrumentNamePushButton">
221 <property name="toolTip">
222 <string>Instrument name</string>
223 </property>
224 <property name="styleSheet">
225 <string notr="true">text-align: left; margin: 0px;</string>
226 </property>
227 <property name="text">
228 <string>--</string>
229 </property>
230 <property name="flat">
231 <bool>true</bool>
232 </property>
233 </widget>
234 </item>
235 </layout>
236 </widget>
237 </item>
238 <item>
239 <widget class="QPushButton" name="ChannelMutePushButton">
240 <property name="maximumSize">
241 <size>
242 <width>48</width>
243 <height>32</height>
244 </size>
245 </property>
246 <property name="toolTip">
247 <string>Channel mute</string>
248 </property>
249 <property name="text">
250 <string>&amp;Mute</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 <height>32</height>
263 </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="checkable">
272 <bool>true</bool>
273 </property>
274 </widget>
275 </item>
276 <item>
277 <widget class="QSlider" name="VolumeSlider">
278 <property name="minimumSize">
279 <size>
280 <width>100</width>
281 <height>0</height>
282 </size>
283 </property>
284 <property name="maximumSize">
285 <size>
286 <width>32767</width>
287 <height>32</height>
288 </size>
289 </property>
290 <property name="toolTip">
291 <string>Channel volume</string>
292 </property>
293 <property name="maximum">
294 <number>100</number>
295 </property>
296 <property name="orientation">
297 <enum>Qt::Horizontal</enum>
298 </property>
299 <property name="tickPosition">
300 <enum>QSlider::TicksBothSides</enum>
301 </property>
302 <property name="tickInterval">
303 <number>10</number>
304 </property>
305 </widget>
306 </item>
307 <item>
308 <widget class="QSpinBox" name="VolumeSpinBox">
309 <property name="minimumSize">
310 <size>
311 <width>60</width>
312 <height>0</height>
313 </size>
314 </property>
315 <property name="maximumSize">
316 <size>
317 <width>120</width>
318 <height>24</height>
319 </size>
320 </property>
321 <property name="toolTip">
322 <string>Channel volume</string>
323 </property>
324 <property name="suffix">
325 <string> %</string>
326 </property>
327 <property name="maximum">
328 <number>100</number>
329 </property>
330 </widget>
331 </item>
332 <item>
333 <widget class="QPushButton" name="FxPushButton">
334 <property name="maximumSize">
335 <size>
336 <width>48</width>
337 <height>32</height>
338 </size>
339 </property>
340 <property name="toolTip">
341 <string>Edit Channel's Effect Settings</string>
342 </property>
343 <property name="text">
344 <string>&amp;FX</string>
345 </property>
346 </widget>
347 </item>
348 <item>
349 <widget class="QPushButton" name="ChannelEditPushButton">
350 <property name="maximumSize">
351 <size>
352 <width>48</width>
353 <height>32</height>
354 </size>
355 </property>
356 <property name="toolTip">
357 <string>Edit channel's instrument</string>
358 </property>
359 <property name="text">
360 <string>&amp;Edit</string>
361 </property>
362 </widget>
363 </item>
364 <item>
365 <widget class="QProgressBar" name="StreamUsageProgressBar">
366 <property name="sizePolicy">
367 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
368 <horstretch>0</horstretch>
369 <verstretch>0</verstretch>
370 </sizepolicy>
371 </property>
372 <property name="minimumSize">
373 <size>
374 <width>64</width>
375 <height>0</height>
376 </size>
377 </property>
378 <property name="maximumSize">
379 <size>
380 <width>32767</width>
381 <height>24</height>
382 </size>
383 </property>
384 <property name="toolTip">
385 <string>Least buffer fill stream usage (%)</string>
386 </property>
387 <property name="orientation">
388 <enum>Qt::Horizontal</enum>
389 </property>
390 </widget>
391 </item>
392 <item>
393 <widget class="QLabel" name="StreamVoiceCountTextLabel">
394 <property name="minimumSize">
395 <size>
396 <width>48</width>
397 <height>0</height>
398 </size>
399 </property>
400 <property name="maximumSize">
401 <size>
402 <width>32767</width>
403 <height>32</height>
404 </size>
405 </property>
406 <property name="toolTip">
407 <string>Stream / Voice count</string>
408 </property>
409 <property name="autoFillBackground">
410 <bool>true</bool>
411 </property>
412 <property name="frameShape">
413 <enum>QFrame::StyledPanel</enum>
414 </property>
415 <property name="frameShadow">
416 <enum>QFrame::Sunken</enum>
417 </property>
418 <property name="text">
419 <string>--/--</string>
420 </property>
421 <property name="alignment">
422 <set>Qt::AlignCenter</set>
423 </property>
424 <property name="wordWrap">
425 <bool>false</bool>
426 </property>
427 </widget>
428 </item>
429 </layout>
430 </widget>
431 <layoutdefault spacing="0" margin="0"/>
432 <tabstops>
433 <tabstop>ChannelSetupPushButton</tabstop>
434 <tabstop>ChannelMutePushButton</tabstop>
435 <tabstop>ChannelSoloPushButton</tabstop>
436 <tabstop>VolumeSlider</tabstop>
437 <tabstop>VolumeSpinBox</tabstop>
438 <tabstop>ChannelEditPushButton</tabstop>
439 </tabstops>
440 <resources>
441 <include location="qsampler.qrc"/>
442 </resources>
443 <connections/>
444 </ui>

  ViewVC Help
Powered by ViewVC