LDT-2712: Trends and Screensaver Screens - SW - 01 - Trends Screen - R&I - 05: DEV - Feature Implementation - Updated TreatmentStack.qml to reset state of TreatmentTrends and clear previous treatment data and history when op mode changes to in treatment. - Updated TreatmentTrends.qml to default to expanded Treatment Data table and to shift data and history tables to show new entries whenever they are added. - Updated VTreatmentTrends.h/cpp to add doClearData function, make data and history list model getters private, and add doxygen headers.
LDT-2712: Trends and Screensaver Screens - SW - 01 - Trends Screen - R&I - 05: DEV - Feature Implementation - Added ScrollBar2.qml, TreatmentTrends.qml, and VTreatmentTrends.h/cpp files for trends implementation. - Updated GuiGlobals.h to add MsgIDs ID_TreatmentLogAlarmData and ID_TreatmentLogEventData. - Updated TreatmentStack.qml to add TreeatmentTrends.qml. - Updated main.qml to add VTreatmentTrends. - Moved MTreatmentLogAlarmData.h, MTreatmentLogAlarmData.cpp, MTreatmentLogEventData.h, and MTreatmentLogEventData.cpp from hd to td directory. - Updated MListModel.h/cpp to add insertRow member function.