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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1691  
changed lines
  Added in v.2978

  ViewVC Help
Powered by ViewVC