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

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

  ViewVC Help
Powered by ViewVC