Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.cpp2861 Ui::ManualDither ditherDialog; in handleManualDither() local
2863 ditherDialog.setupUi(&container); in handleManualDither()
2868 ditherDialog.x->setEnabled(false); in handleManualDither()
2869 ditherDialog.y->setEnabled(false); in handleManualDither()
2875 ditherDialog.x->setMinimum(minX); in handleManualDither()
2876 ditherDialog.x->setMaximum(maxX); in handleManualDither()
2877 ditherDialog.y->setMinimum(minY); in handleManualDither()
2878 ditherDialog.y->setMaximum(maxY); in handleManualDither()
2880 ditherDialog.x->setValue(starCenter.x()); in handleManualDither()
2881 ditherDialog.y->setValue(starCenter.y()); in handleManualDither()
[all …]