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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1520 - (show annotations) (download)
Sat Nov 24 13:22:00 2007 UTC (16 years, 4 months ago) by capela
File size: 10791 byte(s)
* Refresh device list form on initial show up.

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

  ViewVC Help
Powered by ViewVC