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

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

  ViewVC Help
Powered by ViewVC