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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC