/[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 621 by capela, Wed Jun 8 23:42:51 2005 UTC revision 751 by capela, Fri Aug 19 17:10:16 2005 UTC
# Line 28  Line 28 
28          <rect>          <rect>
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>694</width>              <width>737</width>
32              <height>47</height>              <height>46</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# Line 253  Line 253 
253                  </widget>                  </widget>
254              </grid>              </grid>
255          </widget>          </widget>
256            <widget class="QPushButton">
257                <property name="name">
258                    <cstring>ChannelMutePushButton</cstring>
259                </property>
260                <property name="maximumSize">
261                    <size>
262                        <width>48</width>
263                        <height>64</height>
264                    </size>
265                </property>
266                <property name="text">
267                    <string>&amp;Mute</string>
268                </property>
269                <property name="accel">
270                    <string>Alt+M</string>
271                </property>
272                <property name="toggleButton">
273                    <bool>true</bool>
274                </property>
275                <property name="toolTip" stdset="0">
276                    <string>Channel Mute</string>
277                </property>
278            </widget>
279            <widget class="QPushButton">
280                <property name="name">
281                    <cstring>ChannelSoloPushButton</cstring>
282                </property>
283                <property name="maximumSize">
284                    <size>
285                        <width>48</width>
286                        <height>64</height>
287                    </size>
288                </property>
289                <property name="text">
290                    <string>&amp;Solo</string>
291                </property>
292                <property name="accel">
293                    <string>Alt+S</string>
294                </property>
295                <property name="toggleButton">
296                    <bool>true</bool>
297                </property>
298                <property name="toolTip" stdset="0">
299                    <string>Channel Solo</string>
300                </property>
301            </widget>
302          <widget class="QSlider">          <widget class="QSlider">
303              <property name="name">              <property name="name">
304                  <cstring>VolumeSlider</cstring>                  <cstring>VolumeSlider</cstring>
305              </property>              </property>
306              <property name="minimumSize">              <property name="minimumSize">
307                  <size>                  <size>
308                      <width>180</width>                      <width>120</width>
309                      <height>0</height>                      <height>0</height>
310                  </size>                  </size>
311              </property>              </property>
# Line 392  Line 438 
438          <slot>channelSetup()</slot>          <slot>channelSetup()</slot>
439      </connection>      </connection>
440      <connection>      <connection>
441            <sender>ChannelMutePushButton</sender>
442            <signal>toggled(bool)</signal>
443            <receiver>qsamplerChannelStrip</receiver>
444            <slot>channelMute(bool)</slot>
445        </connection>
446        <connection>
447            <sender>ChannelSoloPushButton</sender>
448            <signal>toggled(bool)</signal>
449            <receiver>qsamplerChannelStrip</receiver>
450            <slot>channelSolo(bool)</slot>
451        </connection>
452        <connection>
453          <sender>VolumeSlider</sender>          <sender>VolumeSlider</sender>
454          <signal>valueChanged(int)</signal>          <signal>valueChanged(int)</signal>
455          <receiver>qsamplerChannelStrip</receiver>          <receiver>qsamplerChannelStrip</receiver>
# Line 406  Line 464 
464  </connections>  </connections>
465  <tabstops>  <tabstops>
466      <tabstop>ChannelSetupPushButton</tabstop>      <tabstop>ChannelSetupPushButton</tabstop>
467        <tabstop>ChannelMutePushButton</tabstop>
468        <tabstop>ChannelSoloPushButton</tabstop>
469      <tabstop>VolumeSlider</tabstop>      <tabstop>VolumeSlider</tabstop>
470      <tabstop>VolumeSpinBox</tabstop>      <tabstop>VolumeSpinBox</tabstop>
471  </tabstops>  </tabstops>
472  <includes>  <includes>
473      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>
     <include location="local" impldecl="in implementation">qsamplerChannelStrip.ui.h</include>  
474  </includes>  </includes>
475  <variables>  <variables>
476      <variable access="private">qsamplerChannel *m_pChannel;</variable>      <variable access="private">qsamplerChannel *m_pChannel;</variable>
# Line 422  Line 481 
481      <signal>channelChanged( qsamplerChannelStrip * )</signal>      <signal>channelChanged( qsamplerChannelStrip * )</signal>
482  </signals>  </signals>
483  <slots>  <slots>
     <slot specifier="non virtual">volumeChanged(int)</slot>  
484      <slot specifier="non virtual" returnType="bool">channelSetup()</slot>      <slot specifier="non virtual" returnType="bool">channelSetup()</slot>
485        <slot specifier="non virtual" returnType="bool">channelMute( bool bMute )</slot>
486        <slot specifier="non virtual" returnType="bool">channelSolo( bool bSolo )</slot>
487      <slot specifier="non virtual" returnType="bool">channelReset()</slot>      <slot specifier="non virtual" returnType="bool">channelReset()</slot>
488        <slot specifier="non virtual">volumeChanged(int)</slot>
489  </slots>  </slots>
490  <functions>  <functions>
491      <function access="private" specifier="non virtual">init()</function>      <function access="private" specifier="non virtual">init()</function>

Legend:
Removed from v.621  
changed lines
  Added in v.751

  ViewVC Help
Powered by ViewVC