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

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

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

revision 870 by capela, Fri Aug 26 23:04:32 2005 UTC revision 871 by capela, Thu Jun 1 09:32:01 2006 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-2005, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2006, 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 132  void qsamplerOptionsForm::accept (void) Line 132  void qsamplerOptionsForm::accept (void)
132          m_pOptions->iServerPort         = ServerPortComboBox->currentText().toInt();          m_pOptions->iServerPort         = ServerPortComboBox->currentText().toInt();
133          m_pOptions->iServerTimeout      = ServerTimeoutSpinBox->value();          m_pOptions->iServerTimeout      = ServerTimeoutSpinBox->value();
134          m_pOptions->bServerStart        = ServerStartCheckBox->isChecked();          m_pOptions->bServerStart        = ServerStartCheckBox->isChecked();
135          m_pOptions->sServerCmdLine      = ServerCmdLineComboBox->currentText().simplifyWhiteSpace();          m_pOptions->sServerCmdLine      = ServerCmdLineComboBox->currentText().stripWhiteSpace();
136          m_pOptions->iStartDelay         = StartDelaySpinBox->value();          m_pOptions->iStartDelay         = StartDelaySpinBox->value();
137          // Channels options...          // Channels options...
138          m_pOptions->sDisplayFont        = DisplayFontTextLabel->font().toString();          m_pOptions->sDisplayFont        = DisplayFontTextLabel->font().toString();

Legend:
Removed from v.870  
changed lines
  Added in v.871

  ViewVC Help
Powered by ViewVC