/[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 1464 by capela, Thu Nov 1 17:14:21 2007 UTC revision 3559 by capela, Thu Aug 22 18:58:38 2019 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-2019, rncbc aka Rui Nuno Capela. All rights reserved.
7     Copyright (C) 2007, 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>795</width>      <width>640</width>
31      <height>56</height>      <height>64</height>
32     </rect>     </rect>
33    </property>    </property>
34    <property name="sizePolicy" >    <property name="sizePolicy">
35     <sizepolicy>     <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
     <hsizetype>7</hsizetype>  
     <vsizetype>1</vsizetype>  
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>Channel</string>
45    </property>    </property>
46    <property name="windowIcon" >    <property name="windowIcon">
47     <iconset/>     <iconset resource="qsampler.qrc">:/images/qsamplerChannel.png</iconset>
48    </property>    </property>
49    <layout class="QHBoxLayout" >    <layout class="QHBoxLayout">
    <property name="margin" >  
     <number>4</number>  
    </property>  
    <property name="spacing" >  
     <number>4</number>  
    </property>  
50     <item>     <item>
51      <widget class="QPushButton" name="ChannelSetupPushButton" >      <widget class="QPushButton" name="ChannelSetupPushButton">
52       <property name="toolTip" >       <property name="minimumSize">
53        <string>Channel setup</string>        <size>
54           <width>100</width>
55           <height>22</height>
56          </size>
57       </property>       </property>
58       <property name="text" >       <property name="maximumSize">
59        <string>&amp;Channel</string>        <size>
60           <width>120</width>
61           <height>32</height>
62          </size>
63       </property>       </property>
64       <property name="icon" >       <property name="toolTip">
65        <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>        <string>Channel setup</string>
66       </property>       </property>
67       <property name="shortcut" >       <property name="text">
68        <string>Alt+C</string>        <string>&amp;Channel</string>
69       </property>       </property>
70       <property name="flat" >       <property name="icon">
71        <bool>true</bool>        <iconset resource="qsampler.qrc">:/images/qsamplerChannel.png</iconset>
72       </property>       </property>
73      </widget>      </widget>
74     </item>     </item>
75     <item>     <item>
76      <widget class="QFrame" name="ChannelInfoFrame" >      <widget class="QFrame" name="ChannelInfoFrame">
77       <property name="sizePolicy" >       <property name="sizePolicy">
78        <sizepolicy>        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
        <hsizetype>5</hsizetype>  
        <vsizetype>5</vsizetype>  
79         <horstretch>0</horstretch>         <horstretch>0</horstretch>
80         <verstretch>0</verstretch>         <verstretch>0</verstretch>
81        </sizepolicy>        </sizepolicy>
82       </property>       </property>
83       <property name="minimumSize" >       <property name="minimumSize">
84        <size>        <size>
85         <width>200</width>         <width>240</width>
86         <height>0</height>         <height>48</height>
87        </size>        </size>
88       </property>       </property>
89       <property name="maximumSize" >       <property name="maximumSize">
90        <size>        <size>
91         <width>320</width>         <width>320</width>
92         <height>64</height>         <height>64</height>
93        </size>        </size>
94       </property>       </property>
95       <property name="palette" >       <property name="autoFillBackground">
96        <palette>        <bool>true</bool>
        <active>  
         <colorrole role="Base" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>255</red>  
            <green>255</green>  
            <blue>255</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Window" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
        </active>  
        <inactive>  
         <colorrole role="Base" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>255</red>  
            <green>255</green>  
            <blue>255</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Window" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
        </inactive>  
        <disabled>  
         <colorrole role="Base" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Window" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
        </disabled>  
       </palette>  
97       </property>       </property>
98       <property name="frameShape" >       <property name="frameShape">
99        <enum>QFrame::Panel</enum>        <enum>QFrame::StyledPanel</enum>
100       </property>       </property>
101       <property name="frameShadow" >       <property name="frameShadow">
102        <enum>QFrame::Sunken</enum>        <enum>QFrame::Sunken</enum>
103       </property>       </property>
104       <layout class="QGridLayout" >       <layout class="QGridLayout">
105        <property name="margin" >        <property name="margin">
106         <number>2</number>         <number>2</number>
107        </property>        </property>
108        <property name="spacing" >        <property name="spacing">
109         <number>0</number>         <number>0</number>
110        </property>        </property>
111        <item row="0" column="0" >        <item row="0" column="0">
112         <widget class="QLabel" name="EngineNameTextLabel" >         <widget class="QLabel" name="EngineNameTextLabel">
113          <property name="sizePolicy" >          <property name="text">
114           <sizepolicy>           <string>--</string>
115            <hsizetype>7</hsizetype>          </property>
116            <vsizetype>5</vsizetype>         </widget>
117          </item>
118          <item row="0" column="2">
119           <widget class="QLabel" name="MidiPortChannelTextLabel">
120            <property name="sizePolicy">
121             <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
122            <horstretch>0</horstretch>            <horstretch>0</horstretch>
123            <verstretch>0</verstretch>            <verstretch>0</verstretch>
124           </sizepolicy>           </sizepolicy>
125          </property>          </property>
126          <property name="palette" >          <property name="minimumSize">
127           <palette>           <size>
128            <active>            <width>20</width>
129             <colorrole role="WindowText" >            <height>0</height>
130              <brush brushstyle="SolidPattern" >           </size>
              <color alpha="255" >  
               <red>255</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </active>  
           <inactive>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>255</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </inactive>  
           <disabled>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>119</red>  
               <green>119</green>  
               <blue>119</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </disabled>  
          </palette>  
131          </property>          </property>
132          <property name="toolTip" >          <property name="toolTip">
133           <string>Engine name</string>           <string>MIDI port / channel</string>
134          </property>          </property>
135          <property name="text" >          <property name="text">
136           <string>--</string>           <string>-- / --</string>
137          </property>          </property>
138          <property name="alignment" >          <property name="alignment">
139           <set>Qt::AlignTop</set>           <set>Qt::AlignCenter</set>
140          </property>          </property>
141          <property name="wordWrap" >          <property name="wordWrap">
142           <bool>false</bool>           <bool>false</bool>
143          </property>          </property>
144         </widget>         </widget>
145        </item>        </item>
146        <item row="1" column="0" >        <item row="1" column="2">
147         <widget class="QLabel" name="InstrumentNameTextLabel" >         <widget class="QLabel" name="InstrumentStatusTextLabel">
148          <property name="palette" >          <property name="minimumSize">
149           <palette>           <size>
150            <active>            <width>20</width>
151             <colorrole role="WindowText" >            <height>0</height>
152              <brush brushstyle="SolidPattern" >           </size>
              <color alpha="255" >  
               <red>85</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </active>  
           <inactive>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>85</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </inactive>  
           <disabled>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>119</red>  
               <green>119</green>  
               <blue>119</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </disabled>  
          </palette>  
153          </property>          </property>
154          <property name="toolTip" >          <property name="toolTip">
155           <string>Instrument name</string>           <string>Instrument load status</string>
156          </property>          </property>
157          <property name="text" >          <property name="text">
158           <string>--</string>           <string>--</string>
159          </property>          </property>
160          <property name="wordWrap" >          <property name="alignment">
161             <set>Qt::AlignCenter</set>
162            </property>
163            <property name="wordWrap">
164           <bool>false</bool>           <bool>false</bool>
165          </property>          </property>
166         </widget>         </widget>
167        </item>        </item>
168        <item row="0" column="1" >        <item row="0" column="1">
169         <widget class="QLabel" name="MidiPortChannelTextLabel" >         <widget class="QLabel" name="MidiActivityLabel">
170          <property name="minimumSize" >          <property name="sizePolicy">
171             <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
172              <horstretch>0</horstretch>
173              <verstretch>0</verstretch>
174             </sizepolicy>
175            </property>
176            <property name="minimumSize">
177           <size>           <size>
178            <width>20</width>            <width>16</width>
179            <height>0</height>            <height>16</height>
180           </size>           </size>
181          </property>          </property>
182          <property name="palette" >          <property name="maximumSize">
183           <palette>           <size>
184            <active>            <width>16</width>
185             <colorrole role="WindowText" >            <height>16</height>
186              <brush brushstyle="SolidPattern" >           </size>
              <color alpha="255" >  
               <red>255</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </active>  
           <inactive>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>255</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </inactive>  
           <disabled>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>119</red>  
               <green>119</green>  
               <blue>119</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </disabled>  
          </palette>  
187          </property>          </property>
188          <property name="toolTip" >          <property name="baseSize">
189           <string>MIDI port / channel</string>           <size>
190              <width>16</width>
191              <height>16</height>
192             </size>
193          </property>          </property>
194          <property name="text" >          <property name="toolTip">
195           <string>-- / --</string>           <string>MIDI activity</string>
196          </property>          </property>
197          <property name="alignment" >          <property name="frameShape">
198           <set>Qt::AlignHCenter|Qt::AlignTop</set>           <enum>QFrame::NoFrame</enum>
199          </property>          </property>
200          <property name="wordWrap" >          <property name="frameShadow">
201           <bool>false</bool>           <enum>QFrame::Plain</enum>
202            </property>
203            <property name="text">
204             <string/>
205            </property>
206            <property name="alignment">
207             <set>Qt::AlignCenter</set>
208          </property>          </property>
209         </widget>         </widget>
210        </item>        </item>
211        <item row="1" column="1" >        <item row="1" column="0">
212         <widget class="QLabel" name="InstrumentStatusTextLabel" >         <widget class="QPushButton" name="InstrumentNamePushButton">
213          <property name="minimumSize" >          <property name="toolTip">
214           <size>           <string>Instrument name</string>
           <width>20</width>  
           <height>0</height>  
          </size>  
         </property>  
         <property name="palette" >  
          <palette>  
           <active>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>85</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </active>  
           <inactive>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>85</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </inactive>  
           <disabled>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>119</red>  
               <green>119</green>  
               <blue>119</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </disabled>  
          </palette>  
215          </property>          </property>
216          <property name="toolTip" >          <property name="styleSheet">
217           <string>Instrument load status</string>           <string notr="true">text-align: left; margin: 0px;</string>
218          </property>          </property>
219          <property name="text" >          <property name="text">
220           <string>--</string>           <string>--</string>
221          </property>          </property>
222          <property name="alignment" >          <property name="flat">
223           <set>Qt::AlignCenter</set>           <bool>true</bool>
         </property>  
         <property name="wordWrap" >  
          <bool>false</bool>  
224          </property>          </property>
225         </widget>         </widget>
226        </item>        </item>
# Line 405  Line 228 
228      </widget>      </widget>
229     </item>     </item>
230     <item>     <item>
231      <widget class="QPushButton" name="ChannelMutePushButton" >      <widget class="QPushButton" name="ChannelMutePushButton">
232       <property name="maximumSize" >       <property name="maximumSize">
233        <size>        <size>
234         <width>48</width>         <width>48</width>
235         <height>64</height>         <height>32</height>
236        </size>        </size>
237       </property>       </property>
238       <property name="toolTip" >       <property name="toolTip">
239        <string>Channel mute</string>        <string>Channel mute</string>
240       </property>       </property>
241       <property name="text" >       <property name="text">
242        <string>&amp;Mute</string>        <string>&amp;Mute</string>
243       </property>       </property>
244       <property name="shortcut" >       <property name="checkable">
       <string>Alt+M</string>  
      </property>  
      <property name="checkable" >  
245        <bool>true</bool>        <bool>true</bool>
246       </property>       </property>
247      </widget>      </widget>
248     </item>     </item>
249     <item>     <item>
250      <widget class="QPushButton" name="ChannelSoloPushButton" >      <widget class="QPushButton" name="ChannelSoloPushButton">
251       <property name="maximumSize" >       <property name="maximumSize">
252        <size>        <size>
253         <width>48</width>         <width>48</width>
254         <height>64</height>         <height>32</height>
255        </size>        </size>
256       </property>       </property>
257       <property name="toolTip" >       <property name="toolTip">
258        <string>Channel solo</string>        <string>Channel solo</string>
259       </property>       </property>
260       <property name="text" >       <property name="text">
261        <string>&amp;Solo</string>        <string>&amp;Solo</string>
262       </property>       </property>
263       <property name="shortcut" >       <property name="checkable">
       <string>Alt+S</string>  
      </property>  
      <property name="checkable" >  
264        <bool>true</bool>        <bool>true</bool>
265       </property>       </property>
266      </widget>      </widget>
267     </item>     </item>
268     <item>     <item>
269      <widget class="QSlider" name="VolumeSlider" >      <widget class="QSlider" name="ChannelVolumeSlider">
270       <property name="minimumSize" >       <property name="minimumSize">
271        <size>        <size>
272         <width>120</width>         <width>100</width>
273         <height>0</height>         <height>0</height>
274        </size>        </size>
275       </property>       </property>
276       <property name="toolTip" >       <property name="toolTip">
277        <string>Channel volume</string>        <string>Channel volume</string>
278       </property>       </property>
279       <property name="maximum" >       <property name="maximum">
280        <number>100</number>        <number>100</number>
281       </property>       </property>
282       <property name="orientation" >       <property name="orientation">
283        <enum>Qt::Horizontal</enum>        <enum>Qt::Horizontal</enum>
284       </property>       </property>
285       <property name="tickPosition" >       <property name="tickPosition">
286        <enum>QSlider::TicksBothSides</enum>        <enum>QSlider::TicksBothSides</enum>
287       </property>       </property>
288       <property name="tickInterval" >       <property name="tickInterval">
289        <number>10</number>        <number>10</number>
290       </property>       </property>
291      </widget>      </widget>
292     </item>     </item>
293     <item>     <item>
294      <widget class="QSpinBox" name="VolumeSpinBox" >      <widget class="QSpinBox" name="ChannelVolumeSpinBox">
295       <property name="minimumSize" >       <property name="minimumSize">
296        <size>        <size>
297         <width>40</width>         <width>60</width>
298         <height>0</height>         <height>0</height>
299        </size>        </size>
300       </property>       </property>
301       <property name="maximumSize" >       <property name="maximumSize">
302        <size>        <size>
303         <width>60</width>         <width>120</width>
304         <height>32767</height>         <height>24</height>
305        </size>        </size>
306       </property>       </property>
307       <property name="toolTip" >       <property name="toolTip">
308        <string>Channel volume</string>        <string>Channel volume</string>
309       </property>       </property>
310       <property name="suffix" >       <property name="suffix">
311        <string> %</string>        <string> %</string>
312       </property>       </property>
313       <property name="maximum" >       <property name="maximum">
314        <number>100</number>        <number>100</number>
315       </property>       </property>
316      </widget>      </widget>
317     </item>     </item>
318     <item>     <item>
319      <widget class="QPushButton" name="ChannelEditPushButton" >      <widget class="QPushButton" name="ChannelFxPushButton">
320       <property name="maximumSize" >       <property name="maximumSize">
321        <size>        <size>
322         <width>48</width>         <width>48</width>
323         <height>64</height>         <height>32</height>
324        </size>        </size>
325       </property>       </property>
326       <property name="toolTip" >       <property name="toolTip">
327        <string>Edit channel</string>        <string>Edit Channel's Effect Settings</string>
328       </property>       </property>
329       <property name="text" >       <property name="text">
330        <string>&amp;Edit</string>        <string>&amp;FX</string>
331       </property>       </property>
332       <property name="shortcut" >      </widget>
333        <string>Alt+E</string>     </item>
334       <item>
335        <widget class="QPushButton" name="ChannelEditPushButton">
336         <property name="maximumSize">
337          <size>
338           <width>48</width>
339           <height>32</height>
340          </size>
341         </property>
342         <property name="toolTip">
343          <string>Edit channel's instrument</string>
344         </property>
345         <property name="text">
346          <string>&amp;Edit</string>
347       </property>       </property>
348      </widget>      </widget>
349     </item>     </item>
350     <item>     <item>
351      <widget class="QProgressBar" name="StreamUsageProgressBar" >      <spacer>
352       <property name="sizePolicy" >       <property name="orientation" >
353        <sizepolicy>        <enum>Qt::Horizontal</enum>
354         <hsizetype>1</hsizetype>       </property>
355         <vsizetype>0</vsizetype>       <property name="sizeType" >
356         <horstretch>0</horstretch>        <enum>QSizePolicy::Preferred</enum>
        <verstretch>0</verstretch>  
       </sizepolicy>  
357       </property>       </property>
358       <property name="minimumSize" >       <property name="sizeHint" >
359        <size>        <size>
360         <width>100</width>         <width>8</width>
361         <height>0</height>         <height>22</height>
362        </size>        </size>
363       </property>       </property>
364       <property name="maximumSize" >      </spacer>
365       </item>
366       <item>
367        <widget class="QProgressBar" name="StreamUsageProgressBar">
368         <property name="sizePolicy">
369          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
370           <horstretch>0</horstretch>
371           <verstretch>0</verstretch>
372          </sizepolicy>
373         </property>
374         <property name="minimumSize">
375        <size>        <size>
376         <width>32767</width>         <width>64</width>
377         <height>22</height>         <height>22</height>
378        </size>        </size>
379       </property>       </property>
380       <property name="toolTip" >       <property name="toolTip">
381        <string>Least buffer fill stream usage (%)</string>        <string>Least buffer fill stream usage (%)</string>
382       </property>       </property>
383       <property name="orientation" >       <property name="orientation">
384        <enum>Qt::Horizontal</enum>        <enum>Qt::Horizontal</enum>
385       </property>       </property>
386      </widget>      </widget>
387     </item>     </item>
388     <item>     <item>
389      <widget class="QLabel" name="StreamVoiceCountTextLabel" >      <widget class="QLabel" name="StreamVoiceCountTextLabel">
390       <property name="minimumSize" >       <property name="minimumSize">
391        <size>        <size>
392         <width>60</width>         <width>48</width>
393         <height>0</height>         <height>22</height>
394        </size>        </size>
395       </property>       </property>
396       <property name="maximumSize" >       <property name="maximumSize">
397        <size>        <size>
398         <width>32767</width>         <width>64</width>
399         <height>22</height>         <height>32</height>
400        </size>        </size>
401       </property>       </property>
402       <property name="palette" >       <property name="toolTip">
       <palette>  
        <active>  
         <colorrole role="WindowText" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>85</red>  
            <green>255</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Base" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>255</red>  
            <green>255</green>  
            <blue>255</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Window" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
        </active>  
        <inactive>  
         <colorrole role="WindowText" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>85</red>  
            <green>255</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Base" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>255</red>  
            <green>255</green>  
            <blue>255</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Window" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
        </inactive>  
        <disabled>  
         <colorrole role="WindowText" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>119</red>  
            <green>119</green>  
            <blue>119</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Base" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Window" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
        </disabled>  
       </palette>  
      </property>  
      <property name="toolTip" >  
403        <string>Stream / Voice count</string>        <string>Stream / Voice count</string>
404       </property>       </property>
405       <property name="frameShape" >       <property name="autoFillBackground">
406        <enum>QFrame::Panel</enum>        <bool>true</bool>
407         </property>
408         <property name="frameShape">
409          <enum>QFrame::StyledPanel</enum>
410       </property>       </property>
411       <property name="frameShadow" >       <property name="frameShadow">
412        <enum>QFrame::Sunken</enum>        <enum>QFrame::Sunken</enum>
413       </property>       </property>
414       <property name="text" >       <property name="text">
415        <string>--/--</string>        <string>--/--</string>
416       </property>       </property>
417       <property name="alignment" >       <property name="alignment">
418        <set>Qt::AlignCenter</set>        <set>Qt::AlignCenter</set>
419       </property>       </property>
420       <property name="wordWrap" >       <property name="wordWrap">
421        <bool>false</bool>        <bool>false</bool>
422       </property>       </property>
423      </widget>      </widget>
424     </item>     </item>
425       <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    </layout>    </layout>
442   </widget>   </widget>
443   <layoutdefault spacing="0" margin="0" />   <layoutdefault spacing="4" margin="4"/>
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>  
444   <tabstops>   <tabstops>
445    <tabstop>ChannelSetupPushButton</tabstop>    <tabstop>ChannelSetupPushButton</tabstop>
446    <tabstop>ChannelMutePushButton</tabstop>    <tabstop>ChannelMutePushButton</tabstop>
447    <tabstop>ChannelSoloPushButton</tabstop>    <tabstop>ChannelSoloPushButton</tabstop>
448    <tabstop>VolumeSlider</tabstop>    <tabstop>ChannelVolumeSlider</tabstop>
449    <tabstop>VolumeSpinBox</tabstop>    <tabstop>ChannelVolumeSpinBox</tabstop>
450      <tabstop>ChannelFxPushButton</tabstop>
451      <tabstop>ChannelEditPushButton</tabstop>
452   </tabstops>   </tabstops>
  <includes>  
   <include location="local" >qsamplerChannel.h</include>  
  </includes>  
453   <resources>   <resources>
454    <include location="../icons/qsampler.qrc" />    <include location="qsampler.qrc"/>
455   </resources>   </resources>
456   <connections>   <connections/>
   <connection>  
    <sender>ChannelSetupPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>channelSetup()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>ChannelMutePushButton</sender>  
    <signal>toggled(bool)</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>channelMute(bool)</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>ChannelSoloPushButton</sender>  
    <signal>toggled(bool)</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>channelSolo(bool)</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>VolumeSlider</sender>  
    <signal>valueChanged(int)</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>volumeChanged(int)</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>VolumeSpinBox</sender>  
    <signal>valueChanged(int)</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>volumeChanged(int)</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>ChannelEditPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>channelEdit()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
  </connections>  
457  </ui>  </ui>

Legend:
Removed from v.1464  
changed lines
  Added in v.3559

  ViewVC Help
Powered by ViewVC