Index: sources/gui/qml/main.qml =================================================================== diff -u -r3e2866b98a67e772686d5190eacfd4ee437bcd0f -r666594860f4ea32da9a2bd362d40325b881b11f9 --- sources/gui/qml/main.qml (.../main.qml) (revision 3e2866b98a67e772686d5190eacfd4ee437bcd0f) +++ sources/gui/qml/main.qml (.../main.qml) (revision 666594860f4ea32da9a2bd362d40325b881b11f9) @@ -50,6 +50,7 @@ import VTreatmentBegin 0.1; import VTreatmentEnd 0.1; import VVitals 0.1; +import VAlert 0.1; // Qml imports import "qrc:/globals" @@ -110,6 +111,7 @@ VTreatmentBegin { id: vTreatmentBegin } VTreatmentEnd { id: vTreatmentEnd } VVitals { id: vVitals } + VAlert { id: vAlert } // ----- Follow the below Z order ----- // 1 - Screens @@ -290,6 +292,8 @@ } } + Alert { id: _alert } + Connections { target: vAlarmStatus onRaiseAlarm: { updateAlarm();