Index: sources/gui/qml/main.qml =================================================================== diff -u -r56eea041fb0995182b3d3ea0c0ac19e4933a2d3d -r296e0e140bfeb193a9f571873afa6934143b1075 --- sources/gui/qml/main.qml (.../main.qml) (revision 56eea041fb0995182b3d3ea0c0ac19e4933a2d3d) +++ sources/gui/qml/main.qml (.../main.qml) (revision 296e0e140bfeb193a9f571873afa6934143b1075) @@ -20,6 +20,11 @@ // C++ imports import Gui.View 0.1; import Gui.Actions 0.1; + +// TODO : When Testing data on Setting screen is removed +// This needs to be moved into the TreatmentFlows.qml +import Gui.VTreatmentFlows 0.1; + // Qml imports import "qrc:/globals" import "qrc:/pages" @@ -66,6 +71,10 @@ } } + // TODO : When Testing data on Setting screen is removed + // This needs to be moved into the TreatmentFlows.qml + VTreatmentFlows { id: vTreatmentFlows } + // ----- Follow the below Z order ----- // 1 - Screens // 1 - 1