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

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

  ViewVC Help
Powered by ViewVC