Home
last modified time | relevance | path

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

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/
H A Dgeoreferencing_dialog.cpp156 map_y_edit = Util::SpinBox::create<MapCoordF>(tr("mm")); in GeoreferencingDialog()
161 map_ref_layout->addWidget(map_y_edit, 1); in GeoreferencingDialog()
288 …connect(map_y_edit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &GeoreferencingDia… in GeoreferencingDialog()
351 map_x_edit, map_y_edit, in transformationChanged()
357 setValueIfChanged(map_y_edit, -georef->getMapRefPoint().y()); in transformationChanged()
689 MapCoord coord(map_x_edit->value(), -1 * map_y_edit->value()); in mapRefChanged()
H A Dgeoreferencing_dialog.h274 QDoubleSpinBox* map_y_edit; variable