Display coordinates
This commit is contained in:
@@ -99,6 +99,8 @@ void MainWindow::loadPath()
|
||||
|
||||
if(!steps.isEmpty()) {
|
||||
ui->stepTitle->setText(p->getStep().first().getTitle());
|
||||
ui->LatitudeSpin->setValue(p->getStep().first().getLatitude());
|
||||
ui->longitudeSpin->setValue(p->getStep().first().getLongitude());
|
||||
}
|
||||
|
||||
int pathCount = path.length();
|
||||
|
||||
Reference in New Issue
Block a user