/[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 1464 by capela, Thu Nov 1 17:14:21 2007 UTC revision 1473 by capela, Mon Nov 5 19:07:26 2007 UTC
# Line 675  Line 675 
675    </layout>    </layout>
676   </widget>   </widget>
677   <layoutdefault spacing="0" margin="0" />   <layoutdefault spacing="0" margin="0" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>  
678   <tabstops>   <tabstops>
679    <tabstop>ChannelSetupPushButton</tabstop>    <tabstop>ChannelSetupPushButton</tabstop>
680    <tabstop>ChannelMutePushButton</tabstop>    <tabstop>ChannelMutePushButton</tabstop>
# Line 683  Line 682 
682    <tabstop>VolumeSlider</tabstop>    <tabstop>VolumeSlider</tabstop>
683    <tabstop>VolumeSpinBox</tabstop>    <tabstop>VolumeSpinBox</tabstop>
684   </tabstops>   </tabstops>
  <includes>  
   <include location="local" >qsamplerChannel.h</include>  
  </includes>  
685   <resources>   <resources>
686    <include location="../icons/qsampler.qrc" />    <include location="../icons/qsampler.qrc" />
687   </resources>   </resources>
  <connections>  
   <connection>  
    <sender>ChannelSetupPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>channelSetup()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>ChannelMutePushButton</sender>  
    <signal>toggled(bool)</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>channelMute(bool)</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>ChannelSoloPushButton</sender>  
    <signal>toggled(bool)</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>channelSolo(bool)</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>VolumeSlider</sender>  
    <signal>valueChanged(int)</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>volumeChanged(int)</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>VolumeSpinBox</sender>  
    <signal>valueChanged(int)</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>volumeChanged(int)</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>ChannelEditPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>channelEdit()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
  </connections>  
688  </ui>  </ui>

Legend:
Removed from v.1464  
changed lines
  Added in v.1473

  ViewVC Help
Powered by ViewVC