Home
last modified time | relevance | path

Searched refs:vertSpinBox (Results 1 – 2 of 2) sorted by relevance

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DScreenPickerTool.cpp252 vertSpinBox = new DoubleSpinBox('g');
253 vertSpinBox->setMinimumWidth(80);
254 vertSpinBox->setSingleStep(1.0);
255 vertSpinBox->setLocale(QLocale());
256 vertSpinBox->setDecimals(6);
266 connect(vertSpinBox, SIGNAL(valueChanged(double)), this, SLOT(updateCursorPosition()));
282 hl->addWidget(vertSpinBox);
327 append(QwtDoublePoint(horSpinBox->value(), vertSpinBox->value()));
357 append(QwtDoublePoint(horSpinBox->value(), vertSpinBox->value()));
458 vertSpinBox->setValue(y);
H A DScreenPickerTool.h133 DoubleSpinBox *horSpinBox, *vertSpinBox; variable