Display coordinates

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-06-20 09:16:07 +02:00
parent 2126a66c96
commit aed27c2483
3 changed files with 12 additions and 1 deletions
+2
View File
@@ -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();