Index: sources/gui/qml/compounds/BPHREntry.qml =================================================================== diff -u -rc1d0546e2d1a51ff919b2172ce647003359f0853 -r31b1e7a5d69f014398827e16286f28515cd60e35 --- sources/gui/qml/compounds/BPHREntry.qml (.../BPHREntry.qml) (revision c1d0546e2d1a51ff919b2172ce647003359f0853) +++ sources/gui/qml/compounds/BPHREntry.qml (.../BPHREntry.qml) (revision 31b1e7a5d69f014398827e16286f28515cd60e35) @@ -131,6 +131,17 @@ width : unitWidth } } + +// Text { id: _lastRecorded +// height : 50 +// width : 50 +// font.pixelSize : 16 +// font.weight : Font.Normal +// verticalAlignment : Text.AlignBottom +// color : Colors.textMain +// text : qsTr("Last Recorded: %1").arg(vTreatmentVitals.lastRead) +// } + } } }