Added Aurora Forecast Model

This commit is contained in:
Marco Dalla Tiezza
2024-06-01 11:48:27 +02:00
parent 3fdbdbfae4
commit c6afcc0e75
5 changed files with 204 additions and 48 deletions

View File

@@ -53,6 +53,9 @@ Window {
TabButton {
text: qsTr("DRAP")
}
TabButton {
text: qsTr("Aurora")
}
}
StackLayout {
@@ -77,6 +80,12 @@ Window {
id: spaceWeatherDRAPPage
}
}
Item {
SpaceWeatherAuroraPage {
id: spaceWeatherAuroraPage
}
}
}
}
}