1 #ifndef AVERAGINGSETTINGSWIDGET_H
2 #define AVERAGINGSETTINGSWIDGET_H
46 typedef QSharedPointer<AveragingSettingsWidget>
SPtr;
47 typedef QSharedPointer<AveragingSettingsWidget>
ConstSPtr;
56 QComboBox* m_pComboBoxChSelection;
58 QSpinBox* m_pSpinBoxNumAverages;
59 QSpinBox* m_pSpinBoxPreStimSamples;
60 QSpinBox* m_pSpinBoxPostStimSamples;
65 #endif // AVERAGINGSETTINGSWIDGET_H
The Averaging class provides a Averaging algorithm structure.