/[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 395 by capela, Sun Feb 20 19:13:33 2005 UTC revision 1507 by capela, Wed Nov 21 23:22:18 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-2005, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6       Copyright (C) 2007, Christian Schoenebeck
7    
8     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
9     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 15 
15     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16     GNU General Public License for more details.     GNU General Public License for more details.
17    
18     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
19     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
20     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21    
22  </comment>  </comment>
23  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerChannelStrip</class>
24  <widget class="QWidget">   <widget class="QWidget" name="qsamplerChannelStrip" >
25      <property name="name">    <property name="geometry" >
26          <cstring>qsamplerChannelStrip</cstring>     <rect>
27      </property>      <x>0</x>
28      <property name="geometry">      <y>0</y>
29          <rect>      <width>795</width>
30              <x>0</x>      <height>56</height>
31              <y>0</y>     </rect>
32              <width>694</width>    </property>
33              <height>47</height>    <property name="sizePolicy" >
34          </rect>     <sizepolicy>
35      </property>      <hsizetype>7</hsizetype>
36      <property name="sizePolicy">      <vsizetype>1</vsizetype>
37          <sizepolicy>      <horstretch>0</horstretch>
38              <hsizetype>7</hsizetype>      <verstretch>0</verstretch>
39              <vsizetype>1</vsizetype>     </sizepolicy>
40              <horstretch>0</horstretch>    </property>
41              <verstretch>0</verstretch>    <property name="focusPolicy" >
42          </sizepolicy>     <enum>Qt::StrongFocus</enum>
43      </property>    </property>
44      <property name="caption">    <property name="windowTitle" >
45          <string>Channel</string>     <string>Qsampler: Channel</string>
46      </property>    </property>
47      <property name="icon">    <property name="windowIcon" >
48          <pixmap>qsamplerChannel.png</pixmap>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
49      </property>    </property>
50      <property name="focusPolicy">    <layout class="QHBoxLayout" >
51          <enum>StrongFocus</enum>     <property name="margin" >
52      </property>      <number>4</number>
53      <hbox>     </property>
54          <property name="name">     <property name="spacing" >
55              <cstring>unnamed</cstring>      <number>4</number>
56          </property>     </property>
57          <property name="margin">     <item>
58              <number>4</number>      <widget class="QPushButton" name="ChannelSetupPushButton" >
59          </property>       <property name="toolTip" >
60          <property name="spacing">        <string>Channel setup</string>
61              <number>4</number>       </property>
62          </property>       <property name="text" >
63          <widget class="QPushButton">        <string>&amp;Channel</string>
64              <property name="name">       </property>
65                  <cstring>ChannelSetupPushButton</cstring>       <property name="icon" >
66              </property>        <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
67              <property name="text">       </property>
68                  <string>&amp;Channel</string>       <property name="shortcut" >
69              </property>        <string>Alt+C</string>
70              <property name="accel">       </property>
71                  <string>Alt+C</string>       <property name="flat" >
72              </property>        <bool>false</bool>
73              <property name="iconSet">       </property>
74                  <iconset>qsamplerChannel.png</iconset>      </widget>
75              </property>     </item>
76              <property name="flat">     <item>
77                  <bool>true</bool>      <widget class="QFrame" name="ChannelInfoFrame" >
78              </property>       <property name="sizePolicy" >
79              <property name="toolTip" stdset="0">        <sizepolicy>
80                  <string>Channel setup</string>         <hsizetype>5</hsizetype>
81              </property>         <vsizetype>5</vsizetype>
82          </widget>         <horstretch>0</horstretch>
83          <widget class="QFrame">         <verstretch>0</verstretch>
84              <property name="name">        </sizepolicy>
85                  <cstring>ChannelInfoFrame</cstring>       </property>
86              </property>       <property name="minimumSize" >
87              <property name="sizePolicy">        <size>
88                  <sizepolicy>         <width>200</width>
89                      <hsizetype>5</hsizetype>         <height>0</height>
90                      <vsizetype>5</vsizetype>        </size>
91                      <horstretch>0</horstretch>       </property>
92                      <verstretch>0</verstretch>       <property name="maximumSize" >
93                  </sizepolicy>        <size>
94              </property>         <width>320</width>
95              <property name="minimumSize">         <height>64</height>
96                  <size>        </size>
97                      <width>200</width>       </property>
98                      <height>0</height>       <property name="autoFillBackground" >
99                  </size>        <bool>true</bool>
100              </property>       </property>
101              <property name="maximumSize">       <property name="frameShape" >
102                  <size>        <enum>QFrame::Panel</enum>
103                      <width>320</width>       </property>
104                      <height>64</height>       <property name="frameShadow" >
105                  </size>        <enum>QFrame::Sunken</enum>
106              </property>       </property>
107              <property name="paletteBackgroundColor">       <layout class="QGridLayout" >
108                  <color>        <property name="margin" >
109                      <red>0</red>         <number>2</number>
110                      <green>0</green>        </property>
111                      <blue>0</blue>        <property name="spacing" >
112                  </color>         <number>0</number>
113              </property>        </property>
114              <property name="paletteBackgroundPixmap">        <item row="0" column="0" >
115                  <pixmap>displaybg1.png</pixmap>         <widget class="QLabel" name="EngineNameTextLabel" >
116              </property>          <property name="sizePolicy" >
117              <property name="frameShape">           <sizepolicy>
118                  <enum>Panel</enum>            <hsizetype>7</hsizetype>
119              </property>            <vsizetype>5</vsizetype>
120              <property name="frameShadow">            <horstretch>0</horstretch>
121                  <enum>Sunken</enum>            <verstretch>0</verstretch>
122              </property>           </sizepolicy>
123              <grid>          </property>
124                  <property name="name">         </widget>
125                      <cstring>unnamed</cstring>        </item>
126                  </property>        <item row="1" column="0" >
127                  <property name="margin">         <widget class="QLabel" name="InstrumentNameTextLabel" >
128                      <number>2</number>          <property name="toolTip" >
129                  </property>           <string>Instrument name</string>
130                  <widget class="QLabel" row="0" column="0">          </property>
131                      <property name="name">          <property name="text" >
132                          <cstring>EngineNameTextLabel</cstring>           <string>--</string>
133                      </property>          </property>
134                      <property name="sizePolicy">          <property name="wordWrap" >
135                          <sizepolicy>           <bool>false</bool>
136                              <hsizetype>7</hsizetype>          </property>
137                              <vsizetype>5</vsizetype>         </widget>
138                              <horstretch>0</horstretch>        </item>
139                              <verstretch>0</verstretch>        <item row="0" column="1" >
140                          </sizepolicy>         <widget class="QLabel" name="MidiPortChannelTextLabel" >
141                      </property>          <property name="minimumSize" >
142                      <property name="paletteForegroundColor">           <size>
143                          <color>            <width>20</width>
144                              <red>255</red>            <height>0</height>
145                              <green>255</green>           </size>
146                              <blue>127</blue>          </property>
147                          </color>          <property name="toolTip" >
148                      </property>           <string>MIDI port / channel</string>
149                      <property name="paletteBackgroundPixmap">          </property>
150                          <pixmap>displaybg1.png</pixmap>          <property name="text" >
151                      </property>           <string>-- / --</string>
152                      <property name="backgroundOrigin">          </property>
153                          <enum>ParentOrigin</enum>          <property name="alignment" >
154                      </property>           <set>Qt::AlignHCenter|Qt::AlignTop</set>
155                      <property name="text">          </property>
156                          <string>--</string>          <property name="wordWrap" >
157                      </property>           <bool>false</bool>
158                      <property name="alignment">          </property>
159                          <set>AlignTop</set>         </widget>
160                      </property>        </item>
161                      <property name="toolTip" stdset="0">        <item row="1" column="1" >
162                          <string>Engine name</string>         <widget class="QLabel" name="InstrumentStatusTextLabel" >
163                      </property>          <property name="minimumSize" >
164                  </widget>           <size>
165                  <widget class="QLabel" row="1" column="0">            <width>20</width>
166                      <property name="name">            <height>0</height>
167                          <cstring>InstrumentNameTextLabel</cstring>           </size>
168                      </property>          </property>
169                      <property name="paletteForegroundColor">          <property name="toolTip" >
170                          <color>           <string>Instrument load status</string>
171                              <red>0</red>          </property>
172                              <green>255</green>          <property name="text" >
173                              <blue>0</blue>           <string>--</string>
174                          </color>          </property>
175                      </property>          <property name="alignment" >
176                      <property name="paletteBackgroundPixmap">           <set>Qt::AlignCenter</set>
177                          <pixmap>displaybg1.png</pixmap>          </property>
178                      </property>          <property name="wordWrap" >
179                      <property name="backgroundOrigin">           <bool>false</bool>
180                          <enum>ParentOrigin</enum>          </property>
181                      </property>         </widget>
182                      <property name="text">        </item>
183                          <string>--</string>       </layout>
184                      </property>      </widget>
185                      <property name="toolTip" stdset="0">     </item>
186                          <string>Instrument name</string>     <item>
187                      </property>      <widget class="QPushButton" name="ChannelMutePushButton" >
188                  </widget>       <property name="maximumSize" >
189                  <widget class="QLabel" row="0" column="1">        <size>
190                      <property name="name">         <width>48</width>
191                          <cstring>MidiPortChannelTextLabel</cstring>         <height>64</height>
192                      </property>        </size>
193                      <property name="minimumSize">       </property>
194                          <size>       <property name="toolTip" >
195                              <width>20</width>        <string>Channel mute</string>
196                              <height>0</height>       </property>
197                          </size>       <property name="text" >
198                      </property>        <string>&amp;Mute</string>
199                      <property name="paletteForegroundColor">       </property>
200                          <color>       <property name="shortcut" >
201                              <red>255</red>        <string>Alt+M</string>
202                              <green>255</green>       </property>
203                              <blue>127</blue>       <property name="checkable" >
204                          </color>        <bool>true</bool>
205                      </property>       </property>
206                      <property name="paletteBackgroundPixmap">      </widget>
207                          <pixmap>displaybg1.png</pixmap>     </item>
208                      </property>     <item>
209                      <property name="backgroundOrigin">      <widget class="QPushButton" name="ChannelSoloPushButton" >
210                          <enum>ParentOrigin</enum>       <property name="maximumSize" >
211                      </property>        <size>
212                      <property name="text">         <width>48</width>
213                          <string>--/--</string>         <height>64</height>
214                      </property>        </size>
215                      <property name="alignment">       </property>
216                          <set>AlignTop|AlignHCenter</set>       <property name="toolTip" >
217                      </property>        <string>Channel solo</string>
218                      <property name="toolTip" stdset="0">       </property>
219                          <string>MIDI Port/Channel</string>       <property name="text" >
220                      </property>        <string>&amp;Solo</string>
221                  </widget>       </property>
222                  <widget class="QLabel" row="1" column="1">       <property name="shortcut" >
223                      <property name="name">        <string>Alt+S</string>
224                          <cstring>InstrumentStatusTextLabel</cstring>       </property>
225                      </property>       <property name="checkable" >
226                      <property name="minimumSize">        <bool>true</bool>
227                          <size>       </property>
228                              <width>20</width>      </widget>
229                              <height>0</height>     </item>
230                          </size>     <item>
231                      </property>      <widget class="QSlider" name="VolumeSlider" >
232                      <property name="paletteForegroundColor">       <property name="minimumSize" >
233                          <color>        <size>
234                              <red>0</red>         <width>120</width>
235                              <green>255</green>         <height>0</height>
236                              <blue>0</blue>        </size>
237                          </color>       </property>
238                      </property>       <property name="toolTip" >
239                      <property name="paletteBackgroundPixmap">        <string>Channel volume</string>
240                          <pixmap>displaybg1.png</pixmap>       </property>
241                      </property>       <property name="maximum" >
242                      <property name="backgroundOrigin">        <number>100</number>
243                          <enum>ParentOrigin</enum>       </property>
244                      </property>       <property name="orientation" >
245                      <property name="text">        <enum>Qt::Horizontal</enum>
246                          <string>--</string>       </property>
247                      </property>       <property name="tickPosition" >
248                      <property name="alignment">        <enum>QSlider::TicksBothSides</enum>
249                          <set>AlignCenter</set>       </property>
250                      </property>       <property name="tickInterval" >
251                      <property name="toolTip" stdset="0">        <number>10</number>
252                          <string>IInstrument load status</string>       </property>
253                      </property>      </widget>
254                  </widget>     </item>
255              </grid>     <item>
256          </widget>      <widget class="QSpinBox" name="VolumeSpinBox" >
257          <widget class="QSlider">       <property name="minimumSize" >
258              <property name="name">        <size>
259                  <cstring>VolumeSlider</cstring>         <width>40</width>
260              </property>         <height>0</height>
261              <property name="minimumSize">        </size>
262                  <size>       </property>
263                      <width>180</width>       <property name="maximumSize" >
264                      <height>0</height>        <size>
265                  </size>         <width>60</width>
266              </property>         <height>32767</height>
267              <property name="maxValue">        </size>
268                  <number>100</number>       </property>
269              </property>       <property name="toolTip" >
270              <property name="orientation">        <string>Channel volume</string>
271                  <enum>Horizontal</enum>       </property>
272              </property>       <property name="suffix" >
273              <property name="tickmarks">        <string> %</string>
274                  <enum>Both</enum>       </property>
275              </property>       <property name="maximum" >
276              <property name="tickInterval">        <number>100</number>
277                  <number>10</number>       </property>
278              </property>      </widget>
279              <property name="toolTip" stdset="0">     </item>
280                  <string>Channel volume</string>     <item>
281              </property>      <widget class="QPushButton" name="ChannelEditPushButton" >
282          </widget>       <property name="maximumSize" >
283          <widget class="QSpinBox">        <size>
284              <property name="name">         <width>48</width>
285                  <cstring>VolumeSpinBox</cstring>         <height>64</height>
286              </property>        </size>
287              <property name="minimumSize">       </property>
288                  <size>       <property name="toolTip" >
289                      <width>40</width>        <string>Edit channel's instrument</string>
290                      <height>0</height>       </property>
291                  </size>       <property name="text" >
292              </property>        <string>&amp;Edit</string>
293              <property name="maximumSize">       </property>
294                  <size>       <property name="shortcut" >
295                      <width>60</width>        <string>Alt+E</string>
296                      <height>32767</height>       </property>
297                  </size>      </widget>
298              </property>     </item>
299              <property name="suffix">     <item>
300                  <string> %</string>      <widget class="QProgressBar" name="StreamUsageProgressBar" >
301              </property>       <property name="sizePolicy" >
302              <property name="maxValue">        <sizepolicy>
303                  <number>100</number>         <hsizetype>1</hsizetype>
304              </property>         <vsizetype>0</vsizetype>
305              <property name="toolTip" stdset="0">         <horstretch>0</horstretch>
306                  <string>Channel volume</string>         <verstretch>0</verstretch>
307              </property>        </sizepolicy>
308          </widget>       </property>
309          <widget class="QProgressBar">       <property name="minimumSize" >
310              <property name="name">        <size>
311                  <cstring>StreamUsageProgressBar</cstring>         <width>100</width>
312              </property>         <height>0</height>
313              <property name="sizePolicy">        </size>
314                  <sizepolicy>       </property>
315                      <hsizetype>1</hsizetype>       <property name="maximumSize" >
316                      <vsizetype>0</vsizetype>        <size>
317                      <horstretch>0</horstretch>         <width>32767</width>
318                      <verstretch>0</verstretch>         <height>22</height>
319                  </sizepolicy>        </size>
320              </property>       </property>
321              <property name="minimumSize">       <property name="toolTip" >
322                  <size>        <string>Least buffer fill stream usage (%)</string>
323                      <width>100</width>       </property>
324                      <height>0</height>       <property name="orientation" >
325                  </size>        <enum>Qt::Horizontal</enum>
326              </property>       </property>
327              <property name="maximumSize">      </widget>
328                  <size>     </item>
329                      <width>32767</width>     <item>
330                      <height>22</height>      <widget class="QLabel" name="StreamVoiceCountTextLabel" >
331                  </size>       <property name="minimumSize" >
332              </property>        <size>
333              <property name="indicatorFollowsStyle">         <width>60</width>
334                  <bool>false</bool>         <height>0</height>
335              </property>        </size>
336              <property name="toolTip" stdset="0">       </property>
337                  <string>Least buffer fill stream usage (%)</string>       <property name="maximumSize" >
338              </property>        <size>
339          </widget>         <width>32767</width>
340          <widget class="QLabel">         <height>22</height>
341              <property name="name">        </size>
342                  <cstring>StreamVoiceCountTextLabel</cstring>       </property>
343              </property>       <property name="palette" >
344              <property name="minimumSize">        <palette>
345                  <size>         <active>
346                      <width>60</width>          <colorrole role="WindowText" >
347                      <height>0</height>           <brush brushstyle="SolidPattern" >
348                  </size>            <color alpha="255" >
349              </property>             <red>85</red>
350              <property name="maximumSize">             <green>255</green>
351                  <size>             <blue>0</blue>
352                      <width>32767</width>            </color>
353                      <height>22</height>           </brush>
354                  </size>          </colorrole>
355              </property>          <colorrole role="Base" >
356              <property name="paletteForegroundColor">           <brush brushstyle="SolidPattern" >
357                  <color>            <color alpha="255" >
358                      <red>0</red>             <red>255</red>
359                      <green>255</green>             <green>255</green>
360                      <blue>0</blue>             <blue>255</blue>
361                  </color>            </color>
362              </property>           </brush>
363              <property name="paletteBackgroundColor">          </colorrole>
364                  <color>          <colorrole role="Window" >
365                      <red>0</red>           <brush brushstyle="SolidPattern" >
366                      <green>0</green>            <color alpha="255" >
367                      <blue>0</blue>             <red>0</red>
368                  </color>             <green>0</green>
369              </property>             <blue>0</blue>
370              <property name="frameShape">            </color>
371                  <enum>Panel</enum>           </brush>
372              </property>          </colorrole>
373              <property name="frameShadow">         </active>
374                  <enum>Sunken</enum>         <inactive>
375              </property>          <colorrole role="WindowText" >
376              <property name="text">           <brush brushstyle="SolidPattern" >
377                  <string>--/--</string>            <color alpha="255" >
378              </property>             <red>85</red>
379              <property name="alignment">             <green>255</green>
380                  <set>AlignCenter</set>             <blue>0</blue>
381              </property>            </color>
382              <property name="toolTip" stdset="0">           </brush>
383                  <string>Stream / Voice count</string>          </colorrole>
384              </property>          <colorrole role="Base" >
385          </widget>           <brush brushstyle="SolidPattern" >
386      </hbox>            <color alpha="255" >
387  </widget>             <red>255</red>
388  <connections>             <green>255</green>
389      <connection>             <blue>255</blue>
390          <sender>ChannelSetupPushButton</sender>            </color>
391          <signal>clicked()</signal>           </brush>
392          <receiver>qsamplerChannelStrip</receiver>          </colorrole>
393          <slot>channelSetup()</slot>          <colorrole role="Window" >
394      </connection>           <brush brushstyle="SolidPattern" >
395      <connection>            <color alpha="255" >
396          <sender>VolumeSlider</sender>             <red>0</red>
397          <signal>valueChanged(int)</signal>             <green>0</green>
398          <receiver>qsamplerChannelStrip</receiver>             <blue>0</blue>
399          <slot>volumeChanged(int)</slot>            </color>
400      </connection>           </brush>
401      <connection>          </colorrole>
402          <sender>VolumeSpinBox</sender>         </inactive>
403          <signal>valueChanged(int)</signal>         <disabled>
404          <receiver>qsamplerChannelStrip</receiver>          <colorrole role="WindowText" >
405          <slot>volumeChanged(int)</slot>           <brush brushstyle="SolidPattern" >
406      </connection>            <color alpha="255" >
407  </connections>             <red>119</red>
408  <tabstops>             <green>119</green>
409      <tabstop>ChannelSetupPushButton</tabstop>             <blue>119</blue>
410      <tabstop>VolumeSlider</tabstop>            </color>
411      <tabstop>VolumeSpinBox</tabstop>           </brush>
412  </tabstops>          </colorrole>
413  <includes>          <colorrole role="Base" >
414      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>           <brush brushstyle="SolidPattern" >
415      <include location="local" impldecl="in implementation">qsamplerChannelStrip.ui.h</include>            <color alpha="255" >
416  </includes>             <red>0</red>
417  <variables>             <green>0</green>
418      <variable access="private">qsamplerChannel *m_pChannel;</variable>             <blue>0</blue>
419      <variable access="private">int m_iDirtyChange;</variable>            </color>
420      <variable access="private">int m_iErrorCount;</variable>           </brush>
421  </variables>          </colorrole>
422  <signals>          <colorrole role="Window" >
423      <signal>channelChanged( qsamplerChannelStrip * )</signal>           <brush brushstyle="SolidPattern" >
424  </signals>            <color alpha="255" >
425  <slots>             <red>0</red>
426      <slot specifier="non virtual">volumeChanged(int)</slot>             <green>0</green>
427      <slot specifier="non virtual" returnType="bool">channelSetup()</slot>             <blue>0</blue>
428  </slots>            </color>
429  <functions>           </brush>
430      <function access="private" specifier="non virtual">init()</function>          </colorrole>
431      <function access="private" specifier="non virtual">destroy()</function>         </disabled>
432      <function access="private" specifier="non virtual" returnType="bool">decodeDragFile( const QMimeSource * pEvent, QString &amp; sInstrumentFile )</function>        </palette>
433      <function access="private" specifier="non virtual">dragEnterEvent( QDragEnterEvent *pDragEnterEvent )</function>       </property>
434      <function access="private" specifier="non virtual">dropEvent( QDropEvent *pDropEvent )</function>       <property name="toolTip" >
435      <function access="private" specifier="non virtual">contextMenuEvent( QContextMenuEvent *pEvent )</function>        <string>Stream / Voice count</string>
436      <function specifier="non virtual">setup( qsamplerChannel *pChannel )</function>       </property>
437      <function specifier="non virtual" returnType="qsamplerChannel *">channel ( void )</function>       <property name="autoFillBackground" >
438      <function specifier="non virtual" returnType="QFont">displayFont( void )</function>        <bool>true</bool>
439      <function specifier="non virtual">setDisplayFont( const QFont &amp; font )</function>       </property>
440      <function specifier="non virtual">setDisplayEffect( bool bDisplayEffect )</function>       <property name="frameShape" >
441      <function specifier="non virtual">setDisplayBackground( const QPixmap &amp; pm )</function>        <enum>QFrame::Panel</enum>
442      <function specifier="non virtual">setMaxVolume( int iMaxVolume )</function>       </property>
443      <function specifier="non virtual" returnType="bool">updateInstrumentName( bool bForce )</function>       <property name="frameShadow" >
444      <function specifier="non virtual" returnType="bool">updateChannelInfo( void )</function>        <enum>QFrame::Sunken</enum>
445      <function specifier="non virtual" returnType="bool">updateChannelVolume( void )</function>       </property>
446      <function specifier="non virtual" returnType="bool">updateChannelUsage( void )</function>       <property name="text" >
447  </functions>        <string>--/--</string>
448  <pixmapinproject/>       </property>
449  <layoutdefaults spacing="0" margin="0"/>       <property name="alignment" >
450  </UI>        <set>Qt::AlignCenter</set>
451         </property>
452         <property name="wordWrap" >
453          <bool>false</bool>
454         </property>
455        </widget>
456       </item>
457      </layout>
458     </widget>
459     <layoutdefault spacing="0" margin="0" />
460     <tabstops>
461      <tabstop>ChannelSetupPushButton</tabstop>
462      <tabstop>ChannelMutePushButton</tabstop>
463      <tabstop>ChannelSoloPushButton</tabstop>
464      <tabstop>VolumeSlider</tabstop>
465      <tabstop>VolumeSpinBox</tabstop>
466     </tabstops>
467     <resources>
468      <include location="../icons/qsampler.qrc" />
469     </resources>
470    </ui>

Legend:
Removed from v.395  
changed lines
  Added in v.1507

  ViewVC Help
Powered by ViewVC