Added Synoptic Analysis, UV Imagers, and Spectrometric Coronagraph
This commit is contained in:
@@ -56,6 +56,12 @@ Window {
|
||||
TabButton {
|
||||
text: qsTr("Aurora")
|
||||
}
|
||||
TabButton {
|
||||
text: qsTr("SSA")
|
||||
}
|
||||
TabButton {
|
||||
text: qsTr("Sun Imagers")
|
||||
}
|
||||
}
|
||||
|
||||
StackLayout {
|
||||
@@ -86,6 +92,18 @@ Window {
|
||||
id: spaceWeatherAuroraPage
|
||||
}
|
||||
}
|
||||
|
||||
Item {
|
||||
SpaceWeatherSSA {
|
||||
id: spaceWeatherSSA
|
||||
}
|
||||
}
|
||||
|
||||
Item {
|
||||
SpaceWeatherSunImagers {
|
||||
id: spaceWeatherSunImagers
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user