feat: Remove auto locate in scan process and change prompt after scanning one side.
This commit is contained in:
@@ -194,9 +194,9 @@ void CoordinateXYWidget::updateStopFlash()
|
||||
void CoordinateXYWidget::startFlash()
|
||||
{
|
||||
show();
|
||||
connect(mTimer,&QTimer::timeout,this, &CoordinateXYWidget::updateFlash);
|
||||
mStopGradientEnd = 1;
|
||||
mTimer->start(20);
|
||||
// connect(mTimer,&QTimer::timeout,this, &CoordinateXYWidget::updateFlash);
|
||||
// mStopGradientEnd = 1;
|
||||
// mTimer->start(20);
|
||||
}
|
||||
|
||||
void CoordinateXYWidget::stopFlash()
|
||||
|
||||
Reference in New Issue
Block a user