/[svn]/qsampler/trunk/src/qsamplerChannelStrip.ui.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelStrip.ui.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 261 by capela, Wed Sep 29 07:43:26 2004 UTC revision 263 by capela, Wed Sep 29 09:01:35 2004 UTC
# Line 329  void qsamplerChannelStrip::setDisplayFon Line 329  void qsamplerChannelStrip::setDisplayFon
329      InstrumentStatusTextLabel->setFont(font);      InstrumentStatusTextLabel->setFont(font);
330  }  }
331    
332    
333    // Channel setup dialog slot.
334    void qsamplerChannelStrip::channelSetup (void)
335    {
336        showChannelSetup(false);
337    }
338    
339    
340  // Channel setup dialog.  // Channel setup dialog.
341  void qsamplerChannelStrip::channelSetup ( bool bNew )  void qsamplerChannelStrip::showChannelSetup ( bool bNew )
342  {  {
343      qsamplerChannelForm *pChannelForm = new qsamplerChannelForm(this);      qsamplerChannelForm *pChannelForm = new qsamplerChannelForm(this);
344      if (pChannelForm) {      if (pChannelForm) {

Legend:
Removed from v.261  
changed lines
  Added in v.263

  ViewVC Help
Powered by ViewVC