Index: sources/gui/qml/main.qml =================================================================== diff -u -r296e0e140bfeb193a9f571873afa6934143b1075 -r4a6abe765f03feae8100ec660aa04aa218d4dfa3 --- sources/gui/qml/main.qml (.../main.qml) (revision 296e0e140bfeb193a9f571873afa6934143b1075) +++ sources/gui/qml/main.qml (.../main.qml) (revision 4a6abe765f03feae8100ec660aa04aa218d4dfa3) @@ -23,7 +23,10 @@ // TODO : When Testing data on Setting screen is removed // This needs to be moved into the TreatmentFlows.qml -import Gui.VTreatmentFlows 0.1; +import Gui.VTreatmentFlows 0.1; +import Gui.VTreatmentUltrafiltration 0.1; +import Gui.VTreatmentTime 0.1; +import Gui.VAlarmStatus 0.1; // Qml imports import "qrc:/globals" @@ -73,7 +76,10 @@ // TODO : When Testing data on Setting screen is removed // This needs to be moved into the TreatmentFlows.qml - VTreatmentFlows { id: vTreatmentFlows } + VTreatmentFlows { id: vTreatmentFlows } + VTreatmentUltrafiltration { id: vTreatmentUltrafiltration } + VTreatmentTime { id: vTreatmentTime } + VAlarmStatus { id: vAlarmStatus } // ----- Follow the below Z order ----- // 1 - Screens