Index: sources/gui/qml/main.qml =================================================================== diff -u -r2124420a19819f672e9180979ff3762dc083eb7f -rfe7605e216422cd8a9e39eca7cc609730a56fa32 --- sources/gui/qml/main.qml (.../main.qml) (revision 2124420a19819f672e9180979ff3762dc083eb7f) +++ sources/gui/qml/main.qml (.../main.qml) (revision fe7605e216422cd8a9e39eca7cc609730a56fa32) @@ -22,6 +22,7 @@ import Gui.Actions 0.1 // View classes +import VGeneralEvent 0.1 import VHDAccelerometer 0.1 import VHDSyringePump 0.1 import VHDBloodLeak 0.1 @@ -151,6 +152,13 @@ } + VGeneralEvent { id: vGeneralEvent } + VHDAccelerometer { id: vHDAccelerometer } + VHDSyringePump { id: vHDSyringePump } + VHDAirBubble { id: vHDAirBubble } + VHDBloodLeak { id: vHDBloodLeak } + VHDAirTrap { id: vHDAirTrap } + VTreatmentDialysateFlow { id: vTreatmentDialysateFlow } VTreatmentPressureOcclusion { id: vTreatmentPressureOcclusion } VTreatmentUltrafiltration { id: vTreatmentUltrafiltration } @@ -159,11 +167,6 @@ VTreatmentRinseback { id: vTreatmentRinseback } VTreatmentRecirculate { id: vTreatmentRecirculate } VTreatmentStop { id: vTreatmentStop } - VHDAccelerometer { id: vHDAccelerometer } - VHDSyringePump { id: vHDSyringePump } - VHDAirBubble { id: vHDAirBubble } - VHDBloodLeak { id: vHDBloodLeak } - VHDAirTrap { id: vHDAirTrap } // ---- DG VDGDrainPump { id: vDGDrainPump } VDGHeaters { id: vDGHeaters }