Added Synoptic Analysis, UV Imagers, and Spectrometric Coronagraph

This commit is contained in:
Marco Dalla Tiezza
2024-06-25 00:38:00 +02:00
parent b8e6075aa0
commit ccc6e99a7f
7 changed files with 465 additions and 54 deletions

View File

@@ -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
}
}
}
}
}