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

Legend:
Removed from v.1489  
changed lines
  Added in v.2678

  ViewVC Help
Powered by ViewVC