Index: sources/gui/qml/pages/SettingsHome.qml =================================================================== diff -u -r66e87ea403ec12a273553284919684282d87bc6a -r3d0a160e4e8c0348c688ed5efe4d86dc66121e6b --- sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision 66e87ea403ec12a273553284919684282d87bc6a) +++ sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision 3d0a160e4e8c0348c688ed5efe4d86dc66121e6b) @@ -82,6 +82,23 @@ } } + TouchRect { id : _clearAlarmCondition + objectName: "_clearAlarmCondition" + width: 300 + height: Variables.logoHeight + animated: true + anchors { + top : parent.top + right : _endTreatmentButton.left + topMargin : (Variables.headerHeight - Variables.logoHeight) / 2 + rightMargin : (Variables.headerHeight - Variables.logoHeight) / 2 + } + text.text: qsTr("Clear Alarm Condition") + button.onPressed: { + vAlarmStatus.doClearCondition(); + } + } + TitleText { id: _titleText anchors.horizontalCenter: parent.horizontalCenter; anchors.top: parent.top