--- qsampler/trunk/src/qsamplerChannelStrip.ui 2007/01/10 19:39:00 1018 +++ qsampler/trunk/src/qsamplerChannelStrip.ui 2007/10/01 22:03:35 1367 @@ -28,8 +28,8 @@ 0 0 - 720 - 48 + 795 + 56 @@ -351,6 +351,23 @@ Channel volume + + + ChannelEditPushButton + + + + 48 + 64 + + + + &Edit + + + Alt+E + + StreamUsageProgressBar @@ -461,6 +478,12 @@ qsamplerChannelStrip volumeChanged(int) + + ChannelEditPushButton + clicked() + qsamplerChannelStrip + channelEdit() + ChannelSetupPushButton @@ -471,6 +494,7 @@ qsamplerChannel.h + qsamplerChannelStrip.ui.h qsamplerChannel *m_pChannel; @@ -484,28 +508,29 @@ channelSetup() channelMute( bool bMute ) channelSolo( bool bSolo ) + channelEdit() channelReset() - volumeChanged(int) + volumeChanged( int iVolume ) init() destroy() decodeDragFile( const QMimeSource * pEvent, QString & sInstrumentFile ) - dragEnterEvent( QDragEnterEvent *pDragEnterEvent ) - dropEvent( QDropEvent *pDropEvent ) - contextMenuEvent( QContextMenuEvent *pEvent ) - setup( qsamplerChannel *pChannel ) - channel ( void ) - displayFont( void ) + dragEnterEvent( QDragEnterEvent * pDragEnterEvent ) + dropEvent( QDropEvent * pDropEvent ) + setup( qsamplerChannel * pChannel ) + channel() + displayFont() setDisplayFont( const QFont & font ) setDisplayEffect( bool bDisplayEffect ) setDisplayBackground( const QPixmap & pm ) setMaxVolume( int iMaxVolume ) updateInstrumentName( bool bForce ) - updateChannelVolume( void ) - updateChannelInfo( void ) - updateChannelUsage( void ) - resetErrorCount( void ) + updateChannelVolume() + updateChannelInfo() + updateChannelUsage() + contextMenuEvent( QContextMenuEvent * pEvent ) + resetErrorCount()