Normalized K and A index lights to NOAA standard nomnclature

This commit is contained in:
Marco Dalla Tiezza
2024-06-06 18:11:15 +02:00
parent e58cf4d206
commit faf9a5293a
3 changed files with 9 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ Item {
Layout.fillHeight: true
clip: true
Label {
text: qsTr("MAJOR STORM")
text: qsTr("STRONG STORM")
anchors.fill: parent
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
@@ -78,7 +78,7 @@ Item {
Layout.fillHeight: true
clip: true
Label {
text: qsTr("MINOR STORM")
text: qsTr("MODERATE STORM")
anchors.fill: parent
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
@@ -94,7 +94,7 @@ Item {
Layout.fillHeight: true
clip: true
Label {
text: qsTr("ACTIVE")
text: qsTr("ACTIVE-STORM")
anchors.fill: parent
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter