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

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

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

revision 1015 by capela, Sun Dec 17 22:29:29 2006 UTC revision 1016 by capela, Mon Jan 8 22:04:33 2007 UTC
# Line 2  Line 2 
2  //  //
3  // ui.h extension file, included from the uic-generated form implementation.  // ui.h extension file, included from the uic-generated form implementation.
4  /****************************************************************************  /****************************************************************************
5     Copyright (C) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 677  void qsamplerChannelForm::optionsChanged Line 677  void qsamplerChannelForm::optionsChanged
677  void qsamplerChannelForm::stabilizeForm (void)  void qsamplerChannelForm::stabilizeForm (void)
678  {  {
679          bool bValid = true;          bool bValid = true;
680    #if 0
681          const QString& sPath = InstrumentFileComboBox->currentText();          const QString& sPath = InstrumentFileComboBox->currentText();
682          bValid = bValid && !sPath.isEmpty() && QFileInfo(sPath).exists();          bValid = bValid && !sPath.isEmpty() && QFileInfo(sPath).exists();
683    #endif
684          OkPushButton->setEnabled(m_iDirtyCount > 0 && bValid);          OkPushButton->setEnabled(m_iDirtyCount > 0 && bValid);
685  }  }
686    

Legend:
Removed from v.1015  
changed lines
  Added in v.1016

  ViewVC Help
Powered by ViewVC