/[svn]/qsampler/trunk/src/qsamplerOptionsForm.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerOptionsForm.cpp

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

revision 1473 by capela, Mon Nov 5 19:07:26 2007 UTC revision 1474 by schoenebeck, Mon Nov 5 20:47:38 2007 UTC
# Line 48  OptionsForm::OptionsForm(QWidget* parent Line 48  OptionsForm::OptionsForm(QWidget* parent
48          adjustSize();          adjustSize();
49    
50          QObject::connect(ui.ServerHostComboBox,          QObject::connect(ui.ServerHostComboBox,
51                  SIGNAL(textChanged(const QString&)),                  SIGNAL(textChanged(const QString&)),
52                  SLOT(optionsChanged()));                  SLOT(optionsChanged()));
53          QObject::connect(ui.ServerPortComboBox,          QObject::connect(ui.ServerPortComboBox,
54                  SIGNAL(textChanged(const QString&)),                  SIGNAL(textChanged(const QString&)),
55                  SLOT(optionsChanged()));                  SLOT(optionsChanged()));
56          QObject::connect(ui.ServerTimeoutSpinBox,          QObject::connect(ui.ServerTimeoutSpinBox,
57                  SIGNAL(valueChanged(int)),                  SIGNAL(valueChanged(int)),
# Line 60  OptionsForm::OptionsForm(QWidget* parent Line 60  OptionsForm::OptionsForm(QWidget* parent
60                  SIGNAL(stateChanged(int)),                  SIGNAL(stateChanged(int)),
61                  SLOT(optionsChanged()));                  SLOT(optionsChanged()));
62          QObject::connect(ui.ServerCmdLineComboBox,          QObject::connect(ui.ServerCmdLineComboBox,
63                  SIGNAL(textChanged(const QString&)),                  SIGNAL(textChanged(const QString&)),
64                  SLOT(optionsChanged()));                  SLOT(optionsChanged()));
65          QObject::connect(ui.StartDelaySpinBox,          QObject::connect(ui.StartDelaySpinBox,
66                  SIGNAL(valueChanged(int)),                  SIGNAL(valueChanged(int)),

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

  ViewVC Help
Powered by ViewVC