/[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 295 by capela, Tue Nov 16 15:26:18 2004 UTC revision 1463 by capela, Thu Nov 1 13:01:27 2007 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <ui version="4.0" >
2  <class>qsamplerChannelStrip</class>   <author>rncbc aka Rui Nuno Capela</author>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 14  Line 14 
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15     GNU General Public License for more details.     GNU General Public License for more details.
16    
17     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
18     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
19     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20    
21  </comment>  </comment>
22  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerChannelStrip</class>
23  <widget class="QWidget">   <widget class="QWidget" name="qsamplerChannelStrip" >
24      <property name="name">    <property name="geometry" >
25          <cstring>qsamplerChannelStrip</cstring>     <rect>
26      </property>      <x>0</x>
27      <property name="geometry">      <y>0</y>
28          <rect>      <width>795</width>
29              <x>0</x>      <height>56</height>
30              <y>0</y>     </rect>
31              <width>694</width>    </property>
32              <height>47</height>    <property name="sizePolicy" >
33          </rect>     <sizepolicy>
34      </property>      <hsizetype>7</hsizetype>
35      <property name="sizePolicy">      <vsizetype>1</vsizetype>
36          <sizepolicy>      <horstretch>0</horstretch>
37              <hsizetype>7</hsizetype>      <verstretch>0</verstretch>
38              <vsizetype>1</vsizetype>     </sizepolicy>
39              <horstretch>0</horstretch>    </property>
40              <verstretch>0</verstretch>    <property name="focusPolicy" >
41          </sizepolicy>     <enum>Qt::StrongFocus</enum>
42      </property>    </property>
43      <property name="caption">    <property name="windowTitle" >
44          <string>Channel</string>     <string>Qsampler: Channel</string>
45      </property>    </property>
46      <property name="icon">    <property name="windowIcon" >
47          <pixmap>qsamplerChannel.png</pixmap>     <iconset/>
48      </property>    </property>
49      <property name="focusPolicy">    <layout class="QHBoxLayout" >
50          <enum>StrongFocus</enum>     <property name="margin" >
51      </property>      <number>4</number>
52      <hbox>     </property>
53          <property name="name">     <property name="spacing" >
54              <cstring>unnamed</cstring>      <number>4</number>
55          </property>     </property>
56          <property name="margin">     <item>
57              <number>4</number>      <widget class="QPushButton" name="ChannelSetupPushButton" >
58          </property>       <property name="toolTip" >
59          <property name="spacing">        <string>Channel setup</string>
60              <number>4</number>       </property>
61          </property>       <property name="text" >
62          <widget class="QPushButton">        <string>&amp;Channel</string>
63              <property name="name">       </property>
64                  <cstring>ChannelSetupPushButton</cstring>       <property name="icon" >
65              </property>        <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
66              <property name="text">       </property>
67                  <string>&amp;Channel</string>       <property name="shortcut" >
68              </property>        <string>Alt+C</string>
69              <property name="accel">       </property>
70                  <string>Alt+C</string>       <property name="flat" >
71              </property>        <bool>true</bool>
72              <property name="iconSet">       </property>
73                  <iconset>qsamplerChannel.png</iconset>      </widget>
74              </property>     </item>
75              <property name="flat">     <item>
76                  <bool>true</bool>      <widget class="QFrame" name="ChannelInfoFrame" >
77              </property>       <property name="sizePolicy" >
78              <property name="toolTip" stdset="0">        <sizepolicy>
79                  <string>Channel setup</string>         <hsizetype>5</hsizetype>
80              </property>         <vsizetype>5</vsizetype>
81          </widget>         <horstretch>0</horstretch>
82          <widget class="QFrame">         <verstretch>0</verstretch>
83              <property name="name">        </sizepolicy>
84                  <cstring>ChannelInfoFrame</cstring>       </property>
85              </property>       <property name="minimumSize" >
86              <property name="sizePolicy">        <size>
87                  <sizepolicy>         <width>200</width>
88                      <hsizetype>5</hsizetype>         <height>0</height>
89                      <vsizetype>5</vsizetype>        </size>
90                      <horstretch>0</horstretch>       </property>
91                      <verstretch>0</verstretch>       <property name="maximumSize" >
92                  </sizepolicy>        <size>
93              </property>         <width>320</width>
94              <property name="minimumSize">         <height>64</height>
95                  <size>        </size>
96                      <width>200</width>       </property>
97                      <height>0</height>       <property name="palette" >
98                  </size>        <palette>
99              </property>         <active>
100              <property name="maximumSize">          <colorrole role="Base" >
101                  <size>           <brush brushstyle="SolidPattern" >
102                      <width>320</width>            <color alpha="255" >
103                      <height>64</height>             <red>255</red>
104                  </size>             <green>255</green>
105              </property>             <blue>255</blue>
106              <property name="paletteBackgroundColor">            </color>
107                  <color>           </brush>
108                      <red>0</red>          </colorrole>
109                      <green>0</green>          <colorrole role="Window" >
110                      <blue>0</blue>           <brush brushstyle="SolidPattern" >
111                  </color>            <color alpha="255" >
112              </property>             <red>0</red>
113              <property name="paletteBackgroundPixmap">             <green>0</green>
114                  <pixmap>displaybg1.png</pixmap>             <blue>0</blue>
115              </property>            </color>
116              <property name="frameShape">           </brush>
117                  <enum>Panel</enum>          </colorrole>
118              </property>         </active>
119              <property name="frameShadow">         <inactive>
120                  <enum>Sunken</enum>          <colorrole role="Base" >
121              </property>           <brush brushstyle="SolidPattern" >
122              <grid>            <color alpha="255" >
123                  <property name="name">             <red>255</red>
124                      <cstring>unnamed</cstring>             <green>255</green>
125                  </property>             <blue>255</blue>
126                  <property name="margin">            </color>
127                      <number>2</number>           </brush>
128                  </property>          </colorrole>
129                  <widget class="QLabel" row="0" column="0">          <colorrole role="Window" >
130                      <property name="name">           <brush brushstyle="SolidPattern" >
131                          <cstring>EngineNameTextLabel</cstring>            <color alpha="255" >
132                      </property>             <red>0</red>
133                      <property name="sizePolicy">             <green>0</green>
134                          <sizepolicy>             <blue>0</blue>
135                              <hsizetype>7</hsizetype>            </color>
136                              <vsizetype>5</vsizetype>           </brush>
137                              <horstretch>0</horstretch>          </colorrole>
138                              <verstretch>0</verstretch>         </inactive>
139                          </sizepolicy>         <disabled>
140                      </property>          <colorrole role="Base" >
141                      <property name="paletteForegroundColor">           <brush brushstyle="SolidPattern" >
142                          <color>            <color alpha="255" >
143                              <red>255</red>             <red>0</red>
144                              <green>255</green>             <green>0</green>
145                              <blue>127</blue>             <blue>0</blue>
146                          </color>            </color>
147                      </property>           </brush>
148                      <property name="paletteBackgroundPixmap">          </colorrole>
149                          <pixmap>displaybg1.png</pixmap>          <colorrole role="Window" >
150                      </property>           <brush brushstyle="SolidPattern" >
151                      <property name="backgroundOrigin">            <color alpha="255" >
152                          <enum>ParentOrigin</enum>             <red>0</red>
153                      </property>             <green>0</green>
154                      <property name="text">             <blue>0</blue>
155                          <string>--</string>            </color>
156                      </property>           </brush>
157                      <property name="alignment">          </colorrole>
158                          <set>AlignTop</set>         </disabled>
159                      </property>        </palette>
160                      <property name="toolTip" stdset="0">       </property>
161                          <string>Engine name</string>       <property name="frameShape" >
162                      </property>        <enum>QFrame::Panel</enum>
163                  </widget>       </property>
164                  <widget class="QLabel" row="1" column="0">       <property name="frameShadow" >
165                      <property name="name">        <enum>QFrame::Sunken</enum>
166                          <cstring>InstrumentNameTextLabel</cstring>       </property>
167                      </property>       <layout class="QGridLayout" >
168                      <property name="paletteForegroundColor">        <property name="margin" >
169                          <color>         <number>2</number>
170                              <red>0</red>        </property>
171                              <green>255</green>        <property name="spacing" >
172                              <blue>0</blue>         <number>0</number>
173                          </color>        </property>
174                      </property>        <item row="0" column="0" >
175                      <property name="paletteBackgroundPixmap">         <widget class="QLabel" name="EngineNameTextLabel" >
176                          <pixmap>displaybg1.png</pixmap>          <property name="sizePolicy" >
177                      </property>           <sizepolicy>
178                      <property name="backgroundOrigin">            <hsizetype>7</hsizetype>
179                          <enum>ParentOrigin</enum>            <vsizetype>5</vsizetype>
180                      </property>            <horstretch>0</horstretch>
181                      <property name="text">            <verstretch>0</verstretch>
182                          <string>--</string>           </sizepolicy>
183                      </property>          </property>
184                      <property name="toolTip" stdset="0">          <property name="palette" >
185                          <string>Instrument file [index]</string>           <palette>
186                      </property>            <active>
187                  </widget>             <colorrole role="WindowText" >
188                  <widget class="QLabel" row="0" column="1">              <brush brushstyle="SolidPattern" >
189                      <property name="name">               <color alpha="255" >
190                          <cstring>MidiPortChannelTextLabel</cstring>                <red>255</red>
191                      </property>                <green>255</green>
192                      <property name="minimumSize">                <blue>0</blue>
193                          <size>               </color>
194                              <width>20</width>              </brush>
195                              <height>0</height>             </colorrole>
196                          </size>            </active>
197                      </property>            <inactive>
198                      <property name="paletteForegroundColor">             <colorrole role="WindowText" >
199                          <color>              <brush brushstyle="SolidPattern" >
200                              <red>255</red>               <color alpha="255" >
201                              <green>255</green>                <red>255</red>
202                              <blue>127</blue>                <green>255</green>
203                          </color>                <blue>0</blue>
204                      </property>               </color>
205                      <property name="paletteBackgroundPixmap">              </brush>
206                          <pixmap>displaybg1.png</pixmap>             </colorrole>
207                      </property>            </inactive>
208                      <property name="backgroundOrigin">            <disabled>
209                          <enum>ParentOrigin</enum>             <colorrole role="WindowText" >
210                      </property>              <brush brushstyle="SolidPattern" >
211                      <property name="text">               <color alpha="255" >
212                          <string>--/--</string>                <red>119</red>
213                      </property>                <green>119</green>
214                      <property name="alignment">                <blue>119</blue>
215                          <set>AlignTop|AlignHCenter</set>               </color>
216                      </property>              </brush>
217                      <property name="toolTip" stdset="0">             </colorrole>
218                          <string>MIDI Port/Channel</string>            </disabled>
219                      </property>           </palette>
220                  </widget>          </property>
221                  <widget class="QLabel" row="1" column="1">          <property name="toolTip" >
222                      <property name="name">           <string>Engine name</string>
223                          <cstring>InstrumentStatusTextLabel</cstring>          </property>
224                      </property>          <property name="text" >
225                      <property name="minimumSize">           <string>--</string>
226                          <size>          </property>
227                              <width>20</width>          <property name="alignment" >
228                              <height>0</height>           <set>Qt::AlignTop</set>
229                          </size>          </property>
230                      </property>          <property name="wordWrap" >
231                      <property name="paletteForegroundColor">           <bool>false</bool>
232                          <color>          </property>
233                              <red>0</red>         </widget>
234                              <green>255</green>        </item>
235                              <blue>0</blue>        <item row="1" column="0" >
236                          </color>         <widget class="QLabel" name="InstrumentNameTextLabel" >
237                      </property>          <property name="palette" >
238                      <property name="paletteBackgroundPixmap">           <palette>
239                          <pixmap>displaybg1.png</pixmap>            <active>
240                      </property>             <colorrole role="WindowText" >
241                      <property name="backgroundOrigin">              <brush brushstyle="SolidPattern" >
242                          <enum>ParentOrigin</enum>               <color alpha="255" >
243                      </property>                <red>85</red>
244                      <property name="text">                <green>255</green>
245                          <string>--</string>                <blue>0</blue>
246                      </property>               </color>
247                      <property name="alignment">              </brush>
248                          <set>AlignCenter</set>             </colorrole>
249                      </property>            </active>
250                      <property name="toolTip" stdset="0">            <inactive>
251                          <string>IInstrument load status</string>             <colorrole role="WindowText" >
252                      </property>              <brush brushstyle="SolidPattern" >
253                  </widget>               <color alpha="255" >
254              </grid>                <red>85</red>
255          </widget>                <green>255</green>
256          <widget class="QSlider">                <blue>0</blue>
257              <property name="name">               </color>
258                  <cstring>VolumeSlider</cstring>              </brush>
259              </property>             </colorrole>
260              <property name="minimumSize">            </inactive>
261                  <size>            <disabled>
262                      <width>180</width>             <colorrole role="WindowText" >
263                      <height>0</height>              <brush brushstyle="SolidPattern" >
264                  </size>               <color alpha="255" >
265              </property>                <red>119</red>
266              <property name="maxValue">                <green>119</green>
267                  <number>100</number>                <blue>119</blue>
268              </property>               </color>
269              <property name="orientation">              </brush>
270                  <enum>Horizontal</enum>             </colorrole>
271              </property>            </disabled>
272              <property name="tickmarks">           </palette>
273                  <enum>Both</enum>          </property>
274              </property>          <property name="toolTip" >
275              <property name="tickInterval">           <string>Instrument name</string>
276                  <number>10</number>          </property>
277              </property>          <property name="text" >
278              <property name="toolTip" stdset="0">           <string>--</string>
279                  <string>Channel volume</string>          </property>
280              </property>          <property name="wordWrap" >
281          </widget>           <bool>false</bool>
282          <widget class="QSpinBox">          </property>
283              <property name="name">         </widget>
284                  <cstring>VolumeSpinBox</cstring>        </item>
285              </property>        <item row="0" column="1" >
286              <property name="minimumSize">         <widget class="QLabel" name="MidiPortChannelTextLabel" >
287                  <size>          <property name="minimumSize" >
288                      <width>40</width>           <size>
289                      <height>0</height>            <width>20</width>
290                  </size>            <height>0</height>
291              </property>           </size>
292              <property name="maximumSize">          </property>
293                  <size>          <property name="palette" >
294                      <width>60</width>           <palette>
295                      <height>32767</height>            <active>
296                  </size>             <colorrole role="WindowText" >
297              </property>              <brush brushstyle="SolidPattern" >
298              <property name="suffix">               <color alpha="255" >
299                  <string> %</string>                <red>255</red>
300              </property>                <green>255</green>
301              <property name="maxValue">                <blue>0</blue>
302                  <number>100</number>               </color>
303              </property>              </brush>
304              <property name="toolTip" stdset="0">             </colorrole>
305                  <string>Channel volume</string>            </active>
306              </property>            <inactive>
307          </widget>             <colorrole role="WindowText" >
308          <widget class="QProgressBar">              <brush brushstyle="SolidPattern" >
309              <property name="name">               <color alpha="255" >
310                  <cstring>StreamUsageProgressBar</cstring>                <red>255</red>
311              </property>                <green>255</green>
312              <property name="sizePolicy">                <blue>0</blue>
313                  <sizepolicy>               </color>
314                      <hsizetype>1</hsizetype>              </brush>
315                      <vsizetype>0</vsizetype>             </colorrole>
316                      <horstretch>0</horstretch>            </inactive>
317                      <verstretch>0</verstretch>            <disabled>
318                  </sizepolicy>             <colorrole role="WindowText" >
319              </property>              <brush brushstyle="SolidPattern" >
320              <property name="minimumSize">               <color alpha="255" >
321                  <size>                <red>119</red>
322                      <width>100</width>                <green>119</green>
323                      <height>0</height>                <blue>119</blue>
324                  </size>               </color>
325              </property>              </brush>
326              <property name="maximumSize">             </colorrole>
327                  <size>            </disabled>
328                      <width>32767</width>           </palette>
329                      <height>22</height>          </property>
330                  </size>          <property name="toolTip" >
331              </property>           <string>MIDI port / channel</string>
332              <property name="indicatorFollowsStyle">          </property>
333                  <bool>false</bool>          <property name="text" >
334              </property>           <string>-- / --</string>
335              <property name="toolTip" stdset="0">          </property>
336                  <string>Least buffer fill stream usage (%)</string>          <property name="alignment" >
337              </property>           <set>Qt::AlignHCenter|Qt::AlignTop</set>
338          </widget>          </property>
339          <widget class="QLabel">          <property name="wordWrap" >
340              <property name="name">           <bool>false</bool>
341                  <cstring>StreamVoiceCountTextLabel</cstring>          </property>
342              </property>         </widget>
343              <property name="minimumSize">        </item>
344                  <size>        <item row="1" column="1" >
345                      <width>60</width>         <widget class="QLabel" name="InstrumentStatusTextLabel" >
346                      <height>0</height>          <property name="minimumSize" >
347                  </size>           <size>
348              </property>            <width>20</width>
349              <property name="maximumSize">            <height>0</height>
350                  <size>           </size>
351                      <width>32767</width>          </property>
352                      <height>22</height>          <property name="palette" >
353                  </size>           <palette>
354              </property>            <active>
355              <property name="paletteForegroundColor">             <colorrole role="WindowText" >
356                  <color>              <brush brushstyle="SolidPattern" >
357                      <red>0</red>               <color alpha="255" >
358                      <green>255</green>                <red>85</red>
359                      <blue>0</blue>                <green>255</green>
360                  </color>                <blue>0</blue>
361              </property>               </color>
362              <property name="paletteBackgroundColor">              </brush>
363                  <color>             </colorrole>
364                      <red>0</red>            </active>
365                      <green>0</green>            <inactive>
366                      <blue>0</blue>             <colorrole role="WindowText" >
367                  </color>              <brush brushstyle="SolidPattern" >
368              </property>               <color alpha="255" >
369              <property name="frameShape">                <red>85</red>
370                  <enum>Panel</enum>                <green>255</green>
371              </property>                <blue>0</blue>
372              <property name="frameShadow">               </color>
373                  <enum>Sunken</enum>              </brush>
374              </property>             </colorrole>
375              <property name="text">            </inactive>
376                  <string>--/--</string>            <disabled>
377              </property>             <colorrole role="WindowText" >
378              <property name="alignment">              <brush brushstyle="SolidPattern" >
379                  <set>AlignCenter</set>               <color alpha="255" >
380              </property>                <red>119</red>
381              <property name="toolTip" stdset="0">                <green>119</green>
382                  <string>Stream / Voice count</string>                <blue>119</blue>
383              </property>               </color>
384          </widget>              </brush>
385      </hbox>             </colorrole>
386  </widget>            </disabled>
387  <connections>           </palette>
388      <connection>          </property>
389          <sender>ChannelSetupPushButton</sender>          <property name="toolTip" >
390          <signal>clicked()</signal>           <string>Instrument load status</string>
391          <receiver>qsamplerChannelStrip</receiver>          </property>
392          <slot>channelSetup()</slot>          <property name="text" >
393      </connection>           <string>--</string>
394      <connection>          </property>
395          <sender>VolumeSlider</sender>          <property name="alignment" >
396          <signal>valueChanged(int)</signal>           <set>Qt::AlignCenter</set>
397          <receiver>qsamplerChannelStrip</receiver>          </property>
398          <slot>volumeChanged(int)</slot>          <property name="wordWrap" >
399      </connection>           <bool>false</bool>
400      <connection>          </property>
401          <sender>VolumeSpinBox</sender>         </widget>
402          <signal>valueChanged(int)</signal>        </item>
403          <receiver>qsamplerChannelStrip</receiver>       </layout>
404          <slot>volumeChanged(int)</slot>      </widget>
405      </connection>     </item>
406  </connections>     <item>
407  <tabstops>      <widget class="QPushButton" name="ChannelMutePushButton" >
408      <tabstop>ChannelSetupPushButton</tabstop>       <property name="maximumSize" >
409      <tabstop>VolumeSlider</tabstop>        <size>
410      <tabstop>VolumeSpinBox</tabstop>         <width>48</width>
411  </tabstops>         <height>64</height>
412  <includes>        </size>
413      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>       </property>
414      <include location="local" impldecl="in implementation">qsamplerChannelStrip.ui.h</include>       <property name="toolTip" >
415  </includes>        <string>Channel mute</string>
416  <variables>       </property>
417      <variable access="private">qsamplerMainForm *m_pMainForm;</variable>       <property name="text" >
418      <variable access="private">qsamplerChannel *m_pChannel;</variable>        <string>&amp;Mute</string>
419      <variable access="private">int m_iDirtyChange;</variable>       </property>
420  </variables>       <property name="shortcut" >
421  <signals>        <string>Alt+M</string>
422      <signal>channelChanged( qsamplerChannelStrip * )</signal>       </property>
423  </signals>       <property name="checkable" >
424  <slots>        <bool>true</bool>
425      <slot specifier="non virtual">volumeChanged(int)</slot>       </property>
426      <slot specifier="non virtual" returnType="bool">channelSetup()</slot>      </widget>
427  </slots>     </item>
428  <functions>     <item>
429      <function access="private" specifier="non virtual">init()</function>      <widget class="QPushButton" name="ChannelSoloPushButton" >
430      <function access="private" specifier="non virtual">destroy()</function>       <property name="maximumSize" >
431      <function specifier="non virtual">setup( qsamplerMainForm *pMainForm, int iChannelID )</function>        <size>
432      <function specifier="non virtual" returnType="qsamplerChannel *">channel ( void )</function>         <width>48</width>
433      <function specifier="non virtual" returnType="QFont">displayFont( void )</function>         <height>64</height>
434      <function specifier="non virtual">setDisplayFont( const QFont &amp; font )</function>        </size>
435      <function specifier="non virtual">setDisplayEffect( bool bDisplayEffect )</function>       </property>
436      <function specifier="non virtual">setDisplayBackground( const QPixmap &amp; pm )</function>       <property name="toolTip" >
437      <function specifier="non virtual">updateChannelInfo( void )</function>        <string>Channel solo</string>
438      <function specifier="non virtual">updateChannelVolume( void )</function>       </property>
439      <function specifier="non virtual">updateChannelUsage( void )</function>       <property name="text" >
440      <function specifier="non virtual">contextMenuEvent( QContextMenuEvent *pEvent )</function>        <string>&amp;Solo</string>
441      <function specifier="non virtual">setMaxVolume( int iMaxVolume )</function>       </property>
442  </functions>       <property name="shortcut" >
443  <pixmapinproject/>        <string>Alt+S</string>
444  <layoutdefaults spacing="0" margin="0"/>       </property>
445  </UI>       <property name="checkable" >
446          <bool>true</bool>
447         </property>
448        </widget>
449       </item>
450       <item>
451        <widget class="QSlider" name="VolumeSlider" >
452         <property name="minimumSize" >
453          <size>
454           <width>120</width>
455           <height>0</height>
456          </size>
457         </property>
458         <property name="toolTip" >
459          <string>Channel volume</string>
460         </property>
461         <property name="maximum" >
462          <number>100</number>
463         </property>
464         <property name="orientation" >
465          <enum>Qt::Horizontal</enum>
466         </property>
467         <property name="tickPosition" >
468          <enum>QSlider::TicksBothSides</enum>
469         </property>
470         <property name="tickInterval" >
471          <number>10</number>
472         </property>
473        </widget>
474       </item>
475       <item>
476        <widget class="QSpinBox" name="VolumeSpinBox" >
477         <property name="minimumSize" >
478          <size>
479           <width>40</width>
480           <height>0</height>
481          </size>
482         </property>
483         <property name="maximumSize" >
484          <size>
485           <width>60</width>
486           <height>32767</height>
487          </size>
488         </property>
489         <property name="toolTip" >
490          <string>Channel volume</string>
491         </property>
492         <property name="suffix" >
493          <string> %</string>
494         </property>
495         <property name="maximum" >
496          <number>100</number>
497         </property>
498        </widget>
499       </item>
500       <item>
501        <widget class="QPushButton" name="ChannelEditPushButton" >
502         <property name="maximumSize" >
503          <size>
504           <width>48</width>
505           <height>64</height>
506          </size>
507         </property>
508         <property name="toolTip" >
509          <string>Edit channel</string>
510         </property>
511         <property name="text" >
512          <string>&amp;Edit</string>
513         </property>
514         <property name="shortcut" >
515          <string>Alt+E</string>
516         </property>
517        </widget>
518       </item>
519       <item>
520        <widget class="QProgressBar" name="StreamUsageProgressBar" >
521         <property name="sizePolicy" >
522          <sizepolicy>
523           <hsizetype>1</hsizetype>
524           <vsizetype>0</vsizetype>
525           <horstretch>0</horstretch>
526           <verstretch>0</verstretch>
527          </sizepolicy>
528         </property>
529         <property name="minimumSize" >
530          <size>
531           <width>100</width>
532           <height>0</height>
533          </size>
534         </property>
535         <property name="maximumSize" >
536          <size>
537           <width>32767</width>
538           <height>22</height>
539          </size>
540         </property>
541         <property name="toolTip" >
542          <string>Least buffer fill stream usage (%)</string>
543         </property>
544         <property name="orientation" >
545          <enum>Qt::Horizontal</enum>
546         </property>
547        </widget>
548       </item>
549       <item>
550        <widget class="QLabel" name="StreamVoiceCountTextLabel" >
551         <property name="minimumSize" >
552          <size>
553           <width>60</width>
554           <height>0</height>
555          </size>
556         </property>
557         <property name="maximumSize" >
558          <size>
559           <width>32767</width>
560           <height>22</height>
561          </size>
562         </property>
563         <property name="palette" >
564          <palette>
565           <active>
566            <colorrole role="WindowText" >
567             <brush brushstyle="SolidPattern" >
568              <color alpha="255" >
569               <red>85</red>
570               <green>255</green>
571               <blue>0</blue>
572              </color>
573             </brush>
574            </colorrole>
575            <colorrole role="Base" >
576             <brush brushstyle="SolidPattern" >
577              <color alpha="255" >
578               <red>255</red>
579               <green>255</green>
580               <blue>255</blue>
581              </color>
582             </brush>
583            </colorrole>
584            <colorrole role="Window" >
585             <brush brushstyle="SolidPattern" >
586              <color alpha="255" >
587               <red>0</red>
588               <green>0</green>
589               <blue>0</blue>
590              </color>
591             </brush>
592            </colorrole>
593           </active>
594           <inactive>
595            <colorrole role="WindowText" >
596             <brush brushstyle="SolidPattern" >
597              <color alpha="255" >
598               <red>85</red>
599               <green>255</green>
600               <blue>0</blue>
601              </color>
602             </brush>
603            </colorrole>
604            <colorrole role="Base" >
605             <brush brushstyle="SolidPattern" >
606              <color alpha="255" >
607               <red>255</red>
608               <green>255</green>
609               <blue>255</blue>
610              </color>
611             </brush>
612            </colorrole>
613            <colorrole role="Window" >
614             <brush brushstyle="SolidPattern" >
615              <color alpha="255" >
616               <red>0</red>
617               <green>0</green>
618               <blue>0</blue>
619              </color>
620             </brush>
621            </colorrole>
622           </inactive>
623           <disabled>
624            <colorrole role="WindowText" >
625             <brush brushstyle="SolidPattern" >
626              <color alpha="255" >
627               <red>119</red>
628               <green>119</green>
629               <blue>119</blue>
630              </color>
631             </brush>
632            </colorrole>
633            <colorrole role="Base" >
634             <brush brushstyle="SolidPattern" >
635              <color alpha="255" >
636               <red>0</red>
637               <green>0</green>
638               <blue>0</blue>
639              </color>
640             </brush>
641            </colorrole>
642            <colorrole role="Window" >
643             <brush brushstyle="SolidPattern" >
644              <color alpha="255" >
645               <red>0</red>
646               <green>0</green>
647               <blue>0</blue>
648              </color>
649             </brush>
650            </colorrole>
651           </disabled>
652          </palette>
653         </property>
654         <property name="toolTip" >
655          <string>Stream / Voice count</string>
656         </property>
657         <property name="frameShape" >
658          <enum>QFrame::Panel</enum>
659         </property>
660         <property name="frameShadow" >
661          <enum>QFrame::Sunken</enum>
662         </property>
663         <property name="text" >
664          <string>--/--</string>
665         </property>
666         <property name="alignment" >
667          <set>Qt::AlignCenter</set>
668         </property>
669         <property name="wordWrap" >
670          <bool>false</bool>
671         </property>
672        </widget>
673       </item>
674      </layout>
675     </widget>
676     <layoutdefault spacing="0" margin="0" />
677     <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
678     <tabstops>
679      <tabstop>ChannelSetupPushButton</tabstop>
680      <tabstop>ChannelMutePushButton</tabstop>
681      <tabstop>ChannelSoloPushButton</tabstop>
682      <tabstop>VolumeSlider</tabstop>
683      <tabstop>VolumeSpinBox</tabstop>
684     </tabstops>
685     <includes>
686      <include location="local" >qsamplerChannel.h</include>
687     </includes>
688     <resources>
689      <include location="../icons/qsampler.qrc" />
690     </resources>
691     <connections>
692      <connection>
693       <sender>ChannelSetupPushButton</sender>
694       <signal>clicked()</signal>
695       <receiver>qsamplerChannelStrip</receiver>
696       <slot>channelSetup()</slot>
697       <hints>
698        <hint type="sourcelabel" >
699         <x>20</x>
700         <y>20</y>
701        </hint>
702        <hint type="destinationlabel" >
703         <x>20</x>
704         <y>20</y>
705        </hint>
706       </hints>
707      </connection>
708      <connection>
709       <sender>ChannelMutePushButton</sender>
710       <signal>toggled(bool)</signal>
711       <receiver>qsamplerChannelStrip</receiver>
712       <slot>channelMute(bool)</slot>
713       <hints>
714        <hint type="sourcelabel" >
715         <x>20</x>
716         <y>20</y>
717        </hint>
718        <hint type="destinationlabel" >
719         <x>20</x>
720         <y>20</y>
721        </hint>
722       </hints>
723      </connection>
724      <connection>
725       <sender>ChannelSoloPushButton</sender>
726       <signal>toggled(bool)</signal>
727       <receiver>qsamplerChannelStrip</receiver>
728       <slot>channelSolo(bool)</slot>
729       <hints>
730        <hint type="sourcelabel" >
731         <x>20</x>
732         <y>20</y>
733        </hint>
734        <hint type="destinationlabel" >
735         <x>20</x>
736         <y>20</y>
737        </hint>
738       </hints>
739      </connection>
740      <connection>
741       <sender>VolumeSlider</sender>
742       <signal>valueChanged(int)</signal>
743       <receiver>qsamplerChannelStrip</receiver>
744       <slot>volumeChanged(int)</slot>
745       <hints>
746        <hint type="sourcelabel" >
747         <x>20</x>
748         <y>20</y>
749        </hint>
750        <hint type="destinationlabel" >
751         <x>20</x>
752         <y>20</y>
753        </hint>
754       </hints>
755      </connection>
756      <connection>
757       <sender>VolumeSpinBox</sender>
758       <signal>valueChanged(int)</signal>
759       <receiver>qsamplerChannelStrip</receiver>
760       <slot>volumeChanged(int)</slot>
761       <hints>
762        <hint type="sourcelabel" >
763         <x>20</x>
764         <y>20</y>
765        </hint>
766        <hint type="destinationlabel" >
767         <x>20</x>
768         <y>20</y>
769        </hint>
770       </hints>
771      </connection>
772      <connection>
773       <sender>ChannelEditPushButton</sender>
774       <signal>clicked()</signal>
775       <receiver>qsamplerChannelStrip</receiver>
776       <slot>channelEdit()</slot>
777       <hints>
778        <hint type="sourcelabel" >
779         <x>20</x>
780         <y>20</y>
781        </hint>
782        <hint type="destinationlabel" >
783         <x>20</x>
784         <y>20</y>
785        </hint>
786       </hints>
787      </connection>
788     </connections>
789    </ui>

Legend:
Removed from v.295  
changed lines
  Added in v.1463

  ViewVC Help
Powered by ViewVC