/[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 109 by capela, Sat Jun 5 11:37:06 2004 UTC revision 3438 by capela, Tue Dec 4 09:52:38 2018 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <?xml version="1.0" encoding="UTF-8"?>
2  <class>qsamplerChannelStrip</class>  <ui version="4.0">
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.   <author>rncbc aka Rui Nuno Capela</author>
4     <comment>qsampler - A LinuxSampler Qt GUI Interface.
5    
6     Copyright (C) 2004, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2018, 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 14  Line 16 
16     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17     GNU General Public License for more details.     GNU General Public License for more details.
18    
19     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
20     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
21     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22    
23  </comment>  </comment>
24  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerChannelStrip</class>
25  <widget class="QWidget">   <widget class="QWidget" name="qsamplerChannelStrip">
26      <property name="name">    <property name="geometry">
27          <cstring>qsamplerChannelStrip</cstring>     <rect>
28      </property>      <x>0</x>
29      <property name="geometry">      <y>0</y>
30          <rect>      <width>640</width>
31              <x>0</x>      <height>64</height>
32              <y>0</y>     </rect>
33              <width>693</width>    </property>
34              <height>43</height>    <property name="sizePolicy">
35          </rect>     <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
36      </property>      <horstretch>0</horstretch>
37      <property name="sizePolicy">      <verstretch>0</verstretch>
38          <sizepolicy>     </sizepolicy>
39              <hsizetype>7</hsizetype>    </property>
40              <vsizetype>1</vsizetype>    <property name="focusPolicy">
41              <horstretch>0</horstretch>     <enum>Qt::StrongFocus</enum>
42              <verstretch>0</verstretch>    </property>
43          </sizepolicy>    <property name="windowTitle">
44      </property>     <string>Qsampler: Channel</string>
45      <property name="caption">    </property>
46          <string>Channel</string>    <property name="windowIcon">
47      </property>     <iconset resource="qsampler.qrc">:/images/qsamplerChannel.png</iconset>
48      <property name="icon">    </property>
49          <pixmap>qsamplerChannel.png</pixmap>    <layout class="QHBoxLayout">
50      </property>     <item>
51      <property name="focusPolicy">      <widget class="QPushButton" name="ChannelSetupPushButton">
52          <enum>StrongFocus</enum>       <property name="minimumSize">
53      </property>        <size>
54      <hbox>         <width>100</width>
55          <property name="name">         <height>22</height>
56              <cstring>unnamed</cstring>        </size>
57          </property>       </property>
58          <property name="margin">       <property name="maximumSize">
59              <number>4</number>        <size>
60          </property>         <width>120</width>
61          <property name="spacing">         <height>32</height>
62              <number>4</number>        </size>
63          </property>       </property>
64          <widget class="QPushButton">       <property name="toolTip">
65              <property name="name">        <string>Channel setup</string>
66                  <cstring>ChannelSetupPushButton</cstring>       </property>
67              </property>       <property name="text">
68              <property name="text">        <string>&amp;Channel</string>
69                  <string>&amp;Channel</string>       </property>
70              </property>       <property name="icon">
71              <property name="accel">        <iconset resource="qsampler.qrc">:/images/qsamplerChannel.png</iconset>
72                  <string>Alt+C</string>       </property>
73              </property>      </widget>
74              <property name="iconSet">     </item>
75                  <iconset>qsamplerChannel.png</iconset>     <item>
76              </property>      <widget class="QFrame" name="ChannelInfoFrame">
77              <property name="flat">       <property name="sizePolicy">
78                  <bool>true</bool>        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
79              </property>         <horstretch>0</horstretch>
80              <property name="toolTip" stdset="0">         <verstretch>0</verstretch>
81                  <string>Channel setup</string>        </sizepolicy>
82              </property>       </property>
83          </widget>       <property name="minimumSize">
84          <widget class="QFrame">        <size>
85              <property name="name">         <width>240</width>
86                  <cstring>ChannelInfoFrame</cstring>         <height>48</height>
87              </property>        </size>
88              <property name="sizePolicy">       </property>
89                  <sizepolicy>       <property name="maximumSize">
90                      <hsizetype>5</hsizetype>        <size>
91                      <vsizetype>5</vsizetype>         <width>320</width>
92                      <horstretch>0</horstretch>         <height>64</height>
93                      <verstretch>0</verstretch>        </size>
94                  </sizepolicy>       </property>
95              </property>       <property name="autoFillBackground">
96              <property name="minimumSize">        <bool>true</bool>
97                  <size>       </property>
98                      <width>200</width>       <property name="frameShape">
99                      <height>0</height>        <enum>QFrame::StyledPanel</enum>
100                  </size>       </property>
101              </property>       <property name="frameShadow">
102              <property name="maximumSize">        <enum>QFrame::Sunken</enum>
103                  <size>       </property>
104                      <width>320</width>       <layout class="QGridLayout">
105                      <height>64</height>        <property name="margin">
106                  </size>         <number>2</number>
107              </property>        </property>
108              <property name="paletteBackgroundColor">        <property name="spacing">
109                  <color>         <number>0</number>
110                      <red>0</red>        </property>
111                      <green>0</green>        <item row="0" column="0">
112                      <blue>0</blue>         <widget class="QLabel" name="EngineNameTextLabel">
113                  </color>          <property name="text">
114              </property>           <string>--</string>
115              <property name="paletteBackgroundPixmap">          </property>
116                  <pixmap>displaybg1.png</pixmap>         </widget>
117              </property>        </item>
118              <property name="frameShape">        <item row="0" column="2">
119                  <enum>Panel</enum>         <widget class="QLabel" name="MidiPortChannelTextLabel">
120              </property>          <property name="sizePolicy">
121              <property name="frameShadow">           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
122                  <enum>Sunken</enum>            <horstretch>0</horstretch>
123              </property>            <verstretch>0</verstretch>
124              <grid>           </sizepolicy>
125                  <property name="name">          </property>
126                      <cstring>unnamed</cstring>          <property name="minimumSize">
127                  </property>           <size>
128                  <property name="margin">            <width>20</width>
129                      <number>2</number>            <height>0</height>
130                  </property>           </size>
131                  <widget class="QLabel" row="1" column="0" rowspan="1" colspan="2">          </property>
132                      <property name="name">          <property name="toolTip">
133                          <cstring>InstrumentNameTextLabel</cstring>           <string>MIDI port / channel</string>
134                      </property>          </property>
135                      <property name="paletteForegroundColor">          <property name="text">
136                          <color>           <string>-- / --</string>
137                              <red>0</red>          </property>
138                              <green>255</green>          <property name="alignment">
139                              <blue>0</blue>           <set>Qt::AlignCenter</set>
140                          </color>          </property>
141                      </property>          <property name="wordWrap">
142                      <property name="paletteBackgroundPixmap">           <bool>false</bool>
143                          <pixmap>displaybg1.png</pixmap>          </property>
144                      </property>         </widget>
145                      <property name="backgroundOrigin">        </item>
146                          <enum>ParentOrigin</enum>        <item row="1" column="2">
147                      </property>         <widget class="QLabel" name="InstrumentStatusTextLabel">
148                      <property name="text">          <property name="minimumSize">
149                          <string>--</string>           <size>
150                      </property>            <width>20</width>
151                      <property name="toolTip" stdset="0">            <height>0</height>
152                          <string>Instrument file [index]</string>           </size>
153                      </property>          </property>
154                  </widget>          <property name="toolTip">
155                  <widget class="QLabel" row="0" column="0">           <string>Instrument load status</string>
156                      <property name="name">          </property>
157                          <cstring>EngineNameTextLabel</cstring>          <property name="text">
158                      </property>           <string>--</string>
159                      <property name="sizePolicy">          </property>
160                          <sizepolicy>          <property name="alignment">
161                              <hsizetype>7</hsizetype>           <set>Qt::AlignCenter</set>
162                              <vsizetype>5</vsizetype>          </property>
163                              <horstretch>0</horstretch>          <property name="wordWrap">
164                              <verstretch>0</verstretch>           <bool>false</bool>
165                          </sizepolicy>          </property>
166                      </property>         </widget>
167                      <property name="paletteForegroundColor">        </item>
168                          <color>        <item row="0" column="1">
169                              <red>255</red>         <widget class="QLabel" name="MidiActivityLabel">
170                              <green>255</green>          <property name="sizePolicy">
171                              <blue>127</blue>           <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
172                          </color>            <horstretch>0</horstretch>
173                      </property>            <verstretch>0</verstretch>
174                      <property name="paletteBackgroundPixmap">           </sizepolicy>
175                          <pixmap>displaybg1.png</pixmap>          </property>
176                      </property>          <property name="minimumSize">
177                      <property name="backgroundOrigin">           <size>
178                          <enum>ParentOrigin</enum>            <width>16</width>
179                      </property>            <height>16</height>
180                      <property name="text">           </size>
181                          <string>--</string>          </property>
182                      </property>          <property name="maximumSize">
183                      <property name="alignment">           <size>
184                          <set>AlignTop</set>            <width>16</width>
185                      </property>            <height>16</height>
186                      <property name="toolTip" stdset="0">           </size>
187                          <string>Engine name</string>          </property>
188                      </property>          <property name="baseSize">
189                  </widget>           <size>
190                  <widget class="QLabel" row="0" column="1">            <width>16</width>
191                      <property name="name">            <height>16</height>
192                          <cstring>MidiPortChannelTextLabel</cstring>           </size>
193                      </property>          </property>
194                      <property name="minimumSize">          <property name="toolTip">
195                          <size>           <string>MIDI activity</string>
196                              <width>20</width>          </property>
197                              <height>0</height>          <property name="frameShape">
198                          </size>           <enum>QFrame::NoFrame</enum>
199                      </property>          </property>
200                      <property name="paletteForegroundColor">          <property name="frameShadow">
201                          <color>           <enum>QFrame::Plain</enum>
202                              <red>255</red>          </property>
203                              <green>255</green>          <property name="text">
204                              <blue>127</blue>           <string/>
205                          </color>          </property>
206                      </property>          <property name="alignment">
207                      <property name="paletteBackgroundPixmap">           <set>Qt::AlignCenter</set>
208                          <pixmap>displaybg1.png</pixmap>          </property>
209                      </property>         </widget>
210                      <property name="backgroundOrigin">        </item>
211                          <enum>ParentOrigin</enum>        <item row="1" column="0">
212                      </property>         <widget class="QPushButton" name="InstrumentNamePushButton">
213                      <property name="text">          <property name="toolTip">
214                          <string>--/--</string>           <string>Instrument name</string>
215                      </property>          </property>
216                      <property name="alignment">          <property name="styleSheet">
217                          <set>AlignTop</set>           <string notr="true">text-align: left; margin: 0px;</string>
218                      </property>          </property>
219                      <property name="toolTip" stdset="0">          <property name="text">
220                          <string>MIDI Port/Channel</string>           <string>--</string>
221                      </property>          </property>
222                  </widget>          <property name="flat">
223              </grid>           <bool>true</bool>
224          </widget>          </property>
225          <widget class="QSlider">         </widget>
226              <property name="name">        </item>
227                  <cstring>VolumeSlider</cstring>       </layout>
228              </property>      </widget>
229              <property name="minimumSize">     </item>
230                  <size>     <item>
231                      <width>180</width>      <widget class="QPushButton" name="ChannelMutePushButton">
232                      <height>0</height>       <property name="maximumSize">
233                  </size>        <size>
234              </property>         <width>48</width>
235              <property name="maxValue">         <height>32</height>
236                  <number>100</number>        </size>
237              </property>       </property>
238              <property name="orientation">       <property name="toolTip">
239                  <enum>Horizontal</enum>        <string>Channel mute</string>
240              </property>       </property>
241              <property name="tickmarks">       <property name="text">
242                  <enum>Both</enum>        <string>&amp;Mute</string>
243              </property>       </property>
244              <property name="tickInterval">       <property name="checkable">
245                  <number>10</number>        <bool>true</bool>
246              </property>       </property>
247              <property name="toolTip" stdset="0">      </widget>
248                  <string>Channel volume</string>     </item>
249              </property>     <item>
250          </widget>      <widget class="QPushButton" name="ChannelSoloPushButton">
251          <widget class="QSpinBox">       <property name="maximumSize">
252              <property name="name">        <size>
253                  <cstring>VolumeSpinBox</cstring>         <width>48</width>
254              </property>         <height>32</height>
255              <property name="minimumSize">        </size>
256                  <size>       </property>
257                      <width>40</width>       <property name="toolTip">
258                      <height>0</height>        <string>Channel solo</string>
259                  </size>       </property>
260              </property>       <property name="text">
261              <property name="maximumSize">        <string>&amp;Solo</string>
262                  <size>       </property>
263                      <width>60</width>       <property name="checkable">
264                      <height>32767</height>        <bool>true</bool>
265                  </size>       </property>
266              </property>      </widget>
267              <property name="maxValue">     </item>
268                  <number>100</number>     <item>
269              </property>      <widget class="QSlider" name="ChannelVolumeSlider">
270              <property name="toolTip" stdset="0">       <property name="minimumSize">
271                  <string>Channel volume</string>        <size>
272              </property>         <width>100</width>
273          </widget>         <height>0</height>
274          <widget class="QProgressBar">        </size>
275              <property name="name">       </property>
276                  <cstring>StreamUsageProgressBar</cstring>       <property name="toolTip">
277              </property>        <string>Channel volume</string>
278              <property name="sizePolicy">       </property>
279                  <sizepolicy>       <property name="maximum">
280                      <hsizetype>1</hsizetype>        <number>100</number>
281                      <vsizetype>0</vsizetype>       </property>
282                      <horstretch>0</horstretch>       <property name="orientation">
283                      <verstretch>0</verstretch>        <enum>Qt::Horizontal</enum>
284                  </sizepolicy>       </property>
285              </property>       <property name="tickPosition">
286              <property name="minimumSize">        <enum>QSlider::TicksBothSides</enum>
287                  <size>       </property>
288                      <width>100</width>       <property name="tickInterval">
289                      <height>0</height>        <number>10</number>
290                  </size>       </property>
291              </property>      </widget>
292              <property name="maximumSize">     </item>
293                  <size>     <item>
294                      <width>32767</width>      <widget class="QSpinBox" name="ChannelVolumeSpinBox">
295                      <height>22</height>       <property name="minimumSize">
296                  </size>        <size>
297              </property>         <width>60</width>
298              <property name="indicatorFollowsStyle">         <height>0</height>
299                  <bool>false</bool>        </size>
300              </property>       </property>
301              <property name="toolTip" stdset="0">       <property name="maximumSize">
302                  <string>Least buffer fill stream usage (%)</string>        <size>
303              </property>         <width>120</width>
304          </widget>         <height>24</height>
305          <widget class="QLabel">        </size>
306              <property name="name">       </property>
307                  <cstring>StreamVoiceCountTextLabel</cstring>       <property name="toolTip">
308              </property>        <string>Channel volume</string>
309              <property name="minimumSize">       </property>
310                  <size>       <property name="suffix">
311                      <width>60</width>        <string> %</string>
312                      <height>0</height>       </property>
313                  </size>       <property name="maximum">
314              </property>        <number>100</number>
315              <property name="maximumSize">       </property>
316                  <size>      </widget>
317                      <width>32767</width>     </item>
318                      <height>22</height>     <item>
319                  </size>      <widget class="QPushButton" name="ChannelFxPushButton">
320              </property>       <property name="maximumSize">
321              <property name="paletteForegroundColor">        <size>
322                  <color>         <width>48</width>
323                      <red>0</red>         <height>32</height>
324                      <green>255</green>        </size>
325                      <blue>0</blue>       </property>
326                  </color>       <property name="toolTip">
327              </property>        <string>Edit Channel's Effect Settings</string>
328              <property name="paletteBackgroundColor">       </property>
329                  <color>       <property name="text">
330                      <red>0</red>        <string>&amp;FX</string>
331                      <green>0</green>       </property>
332                      <blue>0</blue>      </widget>
333                  </color>     </item>
334              </property>     <item>
335              <property name="frameShape">      <widget class="QPushButton" name="ChannelEditPushButton">
336                  <enum>Panel</enum>       <property name="maximumSize">
337              </property>        <size>
338              <property name="frameShadow">         <width>48</width>
339                  <enum>Sunken</enum>         <height>32</height>
340              </property>        </size>
341              <property name="text">       </property>
342                  <string>--/--</string>       <property name="toolTip">
343              </property>        <string>Edit channel's instrument</string>
344              <property name="alignment">       </property>
345                  <set>AlignCenter</set>       <property name="text">
346              </property>        <string>&amp;Edit</string>
347              <property name="toolTip" stdset="0">       </property>
348                  <string>Stream / Voice count</string>      </widget>
349              </property>     </item>
350          </widget>     <item>
351      </hbox>      <spacer>
352  </widget>       <property name="orientation" >
353  <connections>        <enum>Qt::Horizontal</enum>
354      <connection>       </property>
355          <sender>ChannelSetupPushButton</sender>       <property name="sizeType" >
356          <signal>clicked()</signal>        <enum>QSizePolicy::Preferred</enum>
357          <receiver>qsamplerChannelStrip</receiver>       </property>
358          <slot>channelSetup()</slot>       <property name="sizeHint" >
359      </connection>        <size>
360      <connection>         <width>8</width>
361          <sender>VolumeSlider</sender>         <height>22</height>
362          <signal>valueChanged(int)</signal>        </size>
363          <receiver>qsamplerChannelStrip</receiver>       </property>
364          <slot>volumeChanged(int)</slot>      </spacer>
365      </connection>     </item>
366      <connection>     <item>
367          <sender>VolumeSpinBox</sender>      <widget class="QProgressBar" name="StreamUsageProgressBar">
368          <signal>valueChanged(int)</signal>       <property name="sizePolicy">
369          <receiver>qsamplerChannelStrip</receiver>        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
370          <slot>volumeChanged(int)</slot>         <horstretch>0</horstretch>
371      </connection>         <verstretch>0</verstretch>
372  </connections>        </sizepolicy>
373  <tabstops>       </property>
374      <tabstop>ChannelSetupPushButton</tabstop>       <property name="minimumSize">
375      <tabstop>VolumeSlider</tabstop>        <size>
376      <tabstop>VolumeSpinBox</tabstop>         <width>64</width>
377  </tabstops>         <height>22</height>
378  <includes>        </size>
379      <include location="global" impldecl="in declaration">lscp/client.h</include>       </property>
380      <include location="local" impldecl="in implementation">qsamplerChannelStrip.ui.h</include>       <property name="toolTip">
381  </includes>        <string>Least buffer fill stream usage (%)</string>
382  <forwards>       </property>
383      <forward>class qsamplerOptions;</forward>       <property name="orientation">
384      <forward>class qsamplerMainForm;</forward>        <enum>Qt::Horizontal</enum>
385  </forwards>       </property>
386  <variables>      </widget>
387      <variable access="private">qsamplerMainForm *m_pMainForm;</variable>     </item>
388      <variable access="private">int m_iChannelID;</variable>     <item>
389      <variable access="private">QString m_sEngineName;</variable>      <widget class="QLabel" name="StreamVoiceCountTextLabel">
390      <variable access="private">QString m_sInstrumentFile;</variable>       <property name="minimumSize">
391      <variable access="private">int m_iInstrumentNr;</variable>        <size>
392      <variable access="private">QString m_sMidiDriver;</variable>         <width>48</width>
393      <variable access="private">int m_iMidiDevice;</variable>         <height>22</height>
394      <variable access="private">int m_iMidiPort;</variable>        </size>
395      <variable access="private">int m_iMidiChannel;</variable>       </property>
396      <variable access="private">QString m_sAudioDriver;</variable>       <property name="maximumSize">
397      <variable access="private">int m_iAudioDevice;</variable>        <size>
398      <variable access="private">float m_fVolume;</variable>         <width>64</width>
399      <variable access="private">int m_iDirtyChange;</variable>         <height>32</height>
400  </variables>        </size>
401  <signals>       </property>
402      <signal>channelChanged( qsamplerChannelStrip * )</signal>       <property name="toolTip">
403  </signals>        <string>Stream / Voice count</string>
404  <slots>       </property>
405      <slot specifier="non virtual">channelSetup()</slot>       <property name="autoFillBackground">
406      <slot specifier="non virtual">volumeChanged(int)</slot>        <bool>true</bool>
407  </slots>       </property>
408  <functions>       <property name="frameShape">
409      <function access="private" specifier="non virtual">init()</function>        <enum>QFrame::StyledPanel</enum>
410      <function access="private" specifier="non virtual">destroy()</function>       </property>
411      <function specifier="non virtual">setup( qsamplerMainForm *pMainForm, int iChannelID )</function>       <property name="frameShadow">
412      <function specifier="non virtual" returnType="qsamplerOptions *">options( void )</function>        <enum>QFrame::Sunken</enum>
413      <function specifier="non virtual" returnType="lscp_client_t *">client( void )</function>       </property>
414      <function specifier="non virtual" returnType="int">channelID( void )</function>       <property name="text">
415      <function specifier="non virtual">setChannelID( int iChannelID )</function>        <string>--/--</string>
416      <function specifier="non virtual" returnType="QString&amp;">engineName( void )</function>       </property>
417      <function specifier="non virtual" returnType="bool">loadEngine( const QString&amp; sEngineName )</function>       <property name="alignment">
418      <function specifier="non virtual" returnType="QString&amp;">instrumentFile( void )</function>        <set>Qt::AlignCenter</set>
419      <function specifier="non virtual" returnType="int">instrumentNr( void )</function>       </property>
420      <function specifier="non virtual" returnType="bool">loadInstrument( const QString&amp; sInstrumentFile, int iInstrumentNr )</function>       <property name="wordWrap">
421      <function specifier="non virtual" returnType="QString&amp;">midiDriver( void )</function>        <bool>false</bool>
422      <function specifier="non virtual" returnType="bool">setMidiDriver( const QString&amp; sMidiDriver )</function>       </property>
423      <function specifier="non virtual" returnType="int">midiDevice( void )</function>      </widget>
424      <function specifier="non virtual" returnType="bool">setMidiDevice( int iMidiDevice )</function>     </item>
425      <function specifier="non virtual" returnType="int">midiPort( void )</function>     <item>
426      <function specifier="non virtual" returnType="bool">setMidiPort( int iMidiPort )</function>      <spacer>
427      <function specifier="non virtual" returnType="int">midiChannel( void )</function>       <property name="orientation" >
428      <function specifier="non virtual" returnType="bool">setMidiChannel( int iMidiChannel )</function>        <enum>Qt::Horizontal</enum>
429      <function specifier="non virtual" returnType="int">audioDevice( void )</function>       </property>
430      <function specifier="non virtual" returnType="bool">setAudioDevice( int iAudioDevice )</function>       <property name="sizeType" >
431      <function specifier="non virtual" returnType="QString&amp;">audioDriver( void )</function>        <enum>QSizePolicy::Preferred</enum>
432      <function specifier="non virtual" returnType="bool">setAudioDriver( const QString&amp; sAudioDriver )</function>       </property>
433      <function specifier="non virtual" returnType="float">volume( void )</function>       <property name="sizeHint" >
434      <function specifier="non virtual" returnType="bool">setVolume( float fVolume )</function>        <size>
435      <function specifier="non virtual" returnType="QFont">displayFont( void )</function>         <width>8</width>
436      <function specifier="non virtual">setDisplayFont( const QFont &amp; font )</function>         <height>22</height>
437      <function specifier="non virtual">updateChannelInfo( void )</function>        </size>
438      <function specifier="non virtual">updateChannelVolume( void )</function>       </property>
439      <function specifier="non virtual">updateChannelUsage( void )</function>      </spacer>
440      <function specifier="non virtual">appendMessages( const QString &amp; s )</function>     </item>
441      <function specifier="non virtual">appendMessagesColor( const QString &amp; s, const QString &amp; c )</function>    </layout>
442      <function specifier="non virtual">appendMessagesText( const QString &amp; s )</function>   </widget>
443      <function specifier="non virtual">appendMessagesError( const QString &amp; s )</function>   <layoutdefault spacing="4" margin="4"/>
444      <function specifier="non virtual">appendMessagesClient( const QString &amp; s )</function>   <tabstops>
445  </functions>    <tabstop>ChannelSetupPushButton</tabstop>
446  <pixmapinproject/>    <tabstop>ChannelMutePushButton</tabstop>
447  <layoutdefaults spacing="0" margin="0"/>    <tabstop>ChannelSoloPushButton</tabstop>
448  </UI>    <tabstop>ChannelVolumeSlider</tabstop>
449      <tabstop>ChannelVolumeSpinBox</tabstop>
450      <tabstop>ChannelFxPushButton</tabstop>
451      <tabstop>ChannelEditPushButton</tabstop>
452     </tabstops>
453     <resources>
454      <include location="qsampler.qrc"/>
455     </resources>
456     <connections/>
457    </ui>

Legend:
Removed from v.109  
changed lines
  Added in v.3438

  ViewVC Help
Powered by ViewVC