Added Aurora Forecast Model
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user