4 : QDoubleSpinBox(parent)
11 double oldVal = value();
16 for (
int i=0; i<n; i++) {
22 int newFound = foundAt + steps;
26 }
else if (newFound >= n) {
34 emit valueChanged(newVal);
virtual void stepBy(int steps)
QVector< double > m_PreferredExposures
QxrdExposureTimeSpinner(QWidget *parent=0)