Added D-Region Absorption Predictions

This commit is contained in:
Marco Dalla Tiezza
2024-05-31 19:59:51 +02:00
parent 359e5c9076
commit 3fdbdbfae4
6 changed files with 1561 additions and 153 deletions

View File

@@ -50,6 +50,9 @@ Window {
TabButton {
text: qsTr("Forecasts")
}
TabButton {
text: qsTr("DRAP")
}
}
StackLayout {
@@ -68,6 +71,12 @@ Window {
id: spaceWeatherForecastPage
}
}
Item {
SpaceWeatherDRAPPage {
id: spaceWeatherDRAPPage
}
}
}
}
}