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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2678 - (hide annotations) (download)
Thu Oct 16 17:11:32 2014 UTC (9 years, 6 months ago) by capela
File size: 12271 byte(s)
- Stripped all hard-coded shortcuts from .ui files.
1 schoenebeck 2569 <?xml version="1.0" encoding="UTF-8"?>
2     <ui version="4.0">
3 schoenebeck 1461 <author>rncbc aka Rui Nuno Capela</author>
4     <comment>qsampler - A LinuxSampler Qt GUI Interface.
5 capela 109
6 schoenebeck 2569 Copyright (C) 2004-2014, rncbc aka Rui Nuno Capela. All rights reserved.
7     Copyright (C) 2007, 2008, 2014 Christian Schoenebeck
8 capela 109
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 capela 920 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 capela 109
23     </comment>
24 schoenebeck 1461 <class>qsamplerChannelStrip</class>
25 schoenebeck 2569 <widget class="QWidget" name="qsamplerChannelStrip">
26     <property name="geometry">
27 schoenebeck 1461 <rect>
28     <x>0</x>
29     <y>0</y>
30 schoenebeck 1667 <width>815</width>
31 schoenebeck 2569 <height>61</height>
32 schoenebeck 1461 </rect>
33     </property>
34 schoenebeck 2569 <property name="sizePolicy">
35     <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
36 schoenebeck 1461 <horstretch>0</horstretch>
37     <verstretch>0</verstretch>
38     </sizepolicy>
39     </property>
40 schoenebeck 2569 <property name="focusPolicy">
41 schoenebeck 1461 <enum>Qt::StrongFocus</enum>
42     </property>
43 schoenebeck 2569 <property name="windowTitle">
44 schoenebeck 1461 <string>Qsampler: Channel</string>
45     </property>
46 schoenebeck 2569 <property name="windowIcon">
47     <iconset resource="qsampler.qrc">
48     <normaloff>:/images/qsamplerChannel.png</normaloff>:/images/qsamplerChannel.png</iconset>
49 schoenebeck 1461 </property>
50 schoenebeck 2569 <layout class="QHBoxLayout">
51     <property name="spacing">
52 schoenebeck 1461 <number>4</number>
53     </property>
54 schoenebeck 2569 <property name="margin">
55 schoenebeck 1461 <number>4</number>
56     </property>
57     <item>
58 schoenebeck 2569 <widget class="QPushButton" name="ChannelSetupPushButton">
59     <property name="minimumSize">
60 capela 1513 <size>
61     <width>100</width>
62     <height>0</height>
63     </size>
64     </property>
65 schoenebeck 2569 <property name="maximumSize">
66 capela 1513 <size>
67 capela 1515 <width>120</width>
68 capela 1513 <height>32</height>
69     </size>
70     </property>
71 schoenebeck 2569 <property name="toolTip">
72 schoenebeck 1461 <string>Channel setup</string>
73     </property>
74 schoenebeck 2569 <property name="text">
75 schoenebeck 1461 <string>&amp;Channel</string>
76     </property>
77 schoenebeck 2569 <property name="icon">
78     <iconset resource="qsampler.qrc">
79     <normaloff>:/images/qsamplerChannel.png</normaloff>:/images/qsamplerChannel.png</iconset>
80 schoenebeck 1461 </property>
81     </widget>
82     </item>
83     <item>
84 schoenebeck 2569 <widget class="QFrame" name="ChannelInfoFrame">
85     <property name="sizePolicy">
86     <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
87 schoenebeck 1461 <horstretch>0</horstretch>
88     <verstretch>0</verstretch>
89     </sizepolicy>
90     </property>
91 schoenebeck 2569 <property name="minimumSize">
92 schoenebeck 1461 <size>
93 capela 1515 <width>180</width>
94 schoenebeck 1461 <height>0</height>
95     </size>
96     </property>
97 schoenebeck 2569 <property name="maximumSize">
98 schoenebeck 1461 <size>
99     <width>320</width>
100     <height>64</height>
101     </size>
102     </property>
103 schoenebeck 2569 <property name="autoFillBackground">
104 schoenebeck 1489 <bool>true</bool>
105     </property>
106 schoenebeck 2569 <property name="frameShape">
107 capela 1513 <enum>QFrame::StyledPanel</enum>
108 schoenebeck 1461 </property>
109 schoenebeck 2569 <property name="frameShadow">
110 schoenebeck 1461 <enum>QFrame::Sunken</enum>
111     </property>
112 schoenebeck 2569 <layout class="QGridLayout">
113     <property name="margin">
114     <number>2</number>
115     </property>
116     <property name="spacing">
117 capela 1703 <number>0</number>
118 schoenebeck 1461 </property>
119 schoenebeck 2569 <item row="0" column="0">
120     <widget class="QLabel" name="EngineNameTextLabel">
121     <property name="text">
122 schoenebeck 1691 <string>--</string>
123 capela 109 </property>
124 schoenebeck 1461 </widget>
125     </item>
126 schoenebeck 2569 <item row="0" column="2">
127     <widget class="QLabel" name="MidiPortChannelTextLabel">
128     <property name="sizePolicy">
129     <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
130 schoenebeck 1691 <horstretch>0</horstretch>
131     <verstretch>0</verstretch>
132     </sizepolicy>
133     </property>
134 schoenebeck 2569 <property name="minimumSize">
135 schoenebeck 1461 <size>
136     <width>20</width>
137     <height>0</height>
138     </size>
139     </property>
140 schoenebeck 2569 <property name="toolTip">
141 schoenebeck 1461 <string>MIDI port / channel</string>
142     </property>
143 schoenebeck 2569 <property name="text">
144 schoenebeck 1461 <string>-- / --</string>
145     </property>
146 schoenebeck 2569 <property name="alignment">
147 schoenebeck 1461 <set>Qt::AlignHCenter|Qt::AlignTop</set>
148     </property>
149 schoenebeck 2569 <property name="wordWrap">
150 schoenebeck 1461 <bool>false</bool>
151     </property>
152     </widget>
153     </item>
154 schoenebeck 2569 <item row="1" column="2">
155     <widget class="QLabel" name="InstrumentStatusTextLabel">
156     <property name="minimumSize">
157 schoenebeck 1461 <size>
158     <width>20</width>
159     <height>0</height>
160     </size>
161     </property>
162 schoenebeck 2569 <property name="toolTip">
163 schoenebeck 1461 <string>Instrument load status</string>
164     </property>
165 schoenebeck 2569 <property name="text">
166 schoenebeck 1461 <string>--</string>
167     </property>
168 schoenebeck 2569 <property name="alignment">
169 schoenebeck 1461 <set>Qt::AlignCenter</set>
170     </property>
171 schoenebeck 2569 <property name="wordWrap">
172 schoenebeck 1461 <bool>false</bool>
173     </property>
174     </widget>
175     </item>
176 schoenebeck 2569 <item row="0" column="1">
177     <widget class="QLabel" name="MidiActivityLabel">
178     <property name="sizePolicy">
179     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
180 schoenebeck 1691 <horstretch>0</horstretch>
181     <verstretch>0</verstretch>
182     </sizepolicy>
183     </property>
184 schoenebeck 2569 <property name="minimumSize">
185 schoenebeck 1691 <size>
186 capela 2036 <width>16</width>
187     <height>16</height>
188 schoenebeck 1691 </size>
189     </property>
190 schoenebeck 2569 <property name="maximumSize">
191 schoenebeck 1691 <size>
192 capela 2036 <width>16</width>
193     <height>16</height>
194 schoenebeck 1691 </size>
195     </property>
196 schoenebeck 2569 <property name="baseSize">
197 schoenebeck 1691 <size>
198 capela 2036 <width>16</width>
199     <height>16</height>
200 schoenebeck 1691 </size>
201     </property>
202 schoenebeck 2569 <property name="toolTip">
203 capela 2036 <string>MIDI activity</string>
204 schoenebeck 1691 </property>
205 schoenebeck 2569 <property name="frameShape">
206 schoenebeck 1691 <enum>QFrame::NoFrame</enum>
207     </property>
208 schoenebeck 2569 <property name="frameShadow">
209 schoenebeck 1691 <enum>QFrame::Plain</enum>
210     </property>
211 schoenebeck 2569 <property name="text">
212 schoenebeck 1691 <string/>
213     </property>
214 schoenebeck 2569 <property name="alignment">
215 schoenebeck 1691 <set>Qt::AlignCenter</set>
216     </property>
217     </widget>
218     </item>
219 schoenebeck 2569 <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 schoenebeck 1461 </layout>
236     </widget>
237     </item>
238     <item>
239 schoenebeck 2569 <widget class="QPushButton" name="ChannelMutePushButton">
240     <property name="maximumSize">
241 schoenebeck 1461 <size>
242     <width>48</width>
243 capela 1513 <height>32</height>
244 schoenebeck 1461 </size>
245     </property>
246 schoenebeck 2569 <property name="toolTip">
247 schoenebeck 1461 <string>Channel mute</string>
248     </property>
249 schoenebeck 2569 <property name="text">
250 schoenebeck 1461 <string>&amp;Mute</string>
251     </property>
252 schoenebeck 2569 <property name="checkable">
253 schoenebeck 1461 <bool>true</bool>
254     </property>
255     </widget>
256     </item>
257     <item>
258 schoenebeck 2569 <widget class="QPushButton" name="ChannelSoloPushButton">
259     <property name="maximumSize">
260 schoenebeck 1461 <size>
261     <width>48</width>
262 capela 1513 <height>32</height>
263 schoenebeck 1461 </size>
264     </property>
265 schoenebeck 2569 <property name="toolTip">
266 schoenebeck 1461 <string>Channel solo</string>
267     </property>
268 schoenebeck 2569 <property name="text">
269 schoenebeck 1461 <string>&amp;Solo</string>
270     </property>
271 schoenebeck 2569 <property name="checkable">
272 schoenebeck 1461 <bool>true</bool>
273     </property>
274     </widget>
275     </item>
276     <item>
277 schoenebeck 2569 <widget class="QSlider" name="VolumeSlider">
278     <property name="minimumSize">
279 schoenebeck 1461 <size>
280 capela 1515 <width>100</width>
281 schoenebeck 1461 <height>0</height>
282     </size>
283     </property>
284 schoenebeck 2569 <property name="maximumSize">
285 capela 1513 <size>
286     <width>32767</width>
287     <height>32</height>
288     </size>
289     </property>
290 schoenebeck 2569 <property name="toolTip">
291 schoenebeck 1461 <string>Channel volume</string>
292     </property>
293 schoenebeck 2569 <property name="maximum">
294 schoenebeck 1461 <number>100</number>
295     </property>
296 schoenebeck 2569 <property name="orientation">
297 schoenebeck 1461 <enum>Qt::Horizontal</enum>
298     </property>
299 schoenebeck 2569 <property name="tickPosition">
300 schoenebeck 1461 <enum>QSlider::TicksBothSides</enum>
301     </property>
302 schoenebeck 2569 <property name="tickInterval">
303 schoenebeck 1461 <number>10</number>
304     </property>
305     </widget>
306     </item>
307     <item>
308 schoenebeck 2569 <widget class="QSpinBox" name="VolumeSpinBox">
309     <property name="minimumSize">
310 schoenebeck 1461 <size>
311 capela 1513 <width>60</width>
312 schoenebeck 1461 <height>0</height>
313     </size>
314     </property>
315 schoenebeck 2569 <property name="maximumSize">
316 schoenebeck 1461 <size>
317 capela 1513 <width>120</width>
318 capela 1515 <height>24</height>
319 schoenebeck 1461 </size>
320     </property>
321 schoenebeck 2569 <property name="toolTip">
322 schoenebeck 1461 <string>Channel volume</string>
323     </property>
324 schoenebeck 2569 <property name="suffix">
325 schoenebeck 1461 <string> %</string>
326     </property>
327 schoenebeck 2569 <property name="maximum">
328 schoenebeck 1461 <number>100</number>
329     </property>
330     </widget>
331     </item>
332     <item>
333 schoenebeck 2569 <widget class="QPushButton" name="FxPushButton">
334     <property name="maximumSize">
335 schoenebeck 1667 <size>
336     <width>48</width>
337     <height>32</height>
338     </size>
339     </property>
340 schoenebeck 2569 <property name="toolTip">
341 schoenebeck 1667 <string>Edit Channel's Effect Settings</string>
342     </property>
343 schoenebeck 2569 <property name="text">
344 schoenebeck 1667 <string>&amp;FX</string>
345     </property>
346     </widget>
347     </item>
348     <item>
349 schoenebeck 2569 <widget class="QPushButton" name="ChannelEditPushButton">
350     <property name="maximumSize">
351 schoenebeck 1461 <size>
352     <width>48</width>
353 capela 1513 <height>32</height>
354 schoenebeck 1461 </size>
355     </property>
356 schoenebeck 2569 <property name="toolTip">
357 schoenebeck 1489 <string>Edit channel's instrument</string>
358 schoenebeck 1461 </property>
359 schoenebeck 2569 <property name="text">
360 schoenebeck 1461 <string>&amp;Edit</string>
361     </property>
362     </widget>
363     </item>
364     <item>
365 schoenebeck 2569 <widget class="QProgressBar" name="StreamUsageProgressBar">
366     <property name="sizePolicy">
367     <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
368 schoenebeck 1461 <horstretch>0</horstretch>
369     <verstretch>0</verstretch>
370     </sizepolicy>
371     </property>
372 schoenebeck 2569 <property name="minimumSize">
373 schoenebeck 1461 <size>
374 capela 1515 <width>64</width>
375 schoenebeck 1461 <height>0</height>
376     </size>
377     </property>
378 schoenebeck 2569 <property name="maximumSize">
379 schoenebeck 1461 <size>
380     <width>32767</width>
381 capela 1520 <height>24</height>
382 schoenebeck 1461 </size>
383     </property>
384 schoenebeck 2569 <property name="toolTip">
385 schoenebeck 1461 <string>Least buffer fill stream usage (%)</string>
386     </property>
387 schoenebeck 2569 <property name="orientation">
388 schoenebeck 1461 <enum>Qt::Horizontal</enum>
389     </property>
390     </widget>
391     </item>
392     <item>
393 schoenebeck 2569 <widget class="QLabel" name="StreamVoiceCountTextLabel">
394     <property name="minimumSize">
395 schoenebeck 1461 <size>
396 capela 1515 <width>48</width>
397 schoenebeck 1461 <height>0</height>
398     </size>
399     </property>
400 schoenebeck 2569 <property name="maximumSize">
401 schoenebeck 1461 <size>
402     <width>32767</width>
403 capela 1513 <height>32</height>
404 schoenebeck 1461 </size>
405     </property>
406 schoenebeck 2569 <property name="toolTip">
407 schoenebeck 1461 <string>Stream / Voice count</string>
408     </property>
409 schoenebeck 2569 <property name="autoFillBackground">
410 schoenebeck 1489 <bool>true</bool>
411     </property>
412 schoenebeck 2569 <property name="frameShape">
413 capela 1513 <enum>QFrame::StyledPanel</enum>
414 schoenebeck 1461 </property>
415 schoenebeck 2569 <property name="frameShadow">
416 schoenebeck 1461 <enum>QFrame::Sunken</enum>
417     </property>
418 schoenebeck 2569 <property name="text">
419 schoenebeck 1461 <string>--/--</string>
420     </property>
421 schoenebeck 2569 <property name="alignment">
422 schoenebeck 1461 <set>Qt::AlignCenter</set>
423     </property>
424 schoenebeck 2569 <property name="wordWrap">
425 schoenebeck 1461 <bool>false</bool>
426     </property>
427     </widget>
428     </item>
429     </layout>
430     </widget>
431 schoenebeck 2569 <layoutdefault spacing="0" margin="0"/>
432 schoenebeck 1461 <tabstops>
433     <tabstop>ChannelSetupPushButton</tabstop>
434     <tabstop>ChannelMutePushButton</tabstop>
435     <tabstop>ChannelSoloPushButton</tabstop>
436     <tabstop>VolumeSlider</tabstop>
437     <tabstop>VolumeSpinBox</tabstop>
438 capela 1513 <tabstop>ChannelEditPushButton</tabstop>
439 schoenebeck 1461 </tabstops>
440     <resources>
441 schoenebeck 2569 <include location="qsampler.qrc"/>
442 schoenebeck 1461 </resources>
443 schoenebeck 1667 <connections/>
444 schoenebeck 1461 </ui>

  ViewVC Help
Powered by ViewVC