Added D-Region Absorption Predictions
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user