From ba774b1654efcd7b27f84c3e0f6fd9d98bc0f0d0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 13 Jul 2018 14:56:07 +0200 Subject: Contact removal --- views/people/qml/People.qml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'views/people/qml') diff --git a/views/people/qml/People.qml b/views/people/qml/People.qml index 8b35f5e7..718d3c08 100644 --- a/views/people/qml/People.qml +++ b/views/people/qml/People.qml @@ -228,7 +228,20 @@ FocusScope { } Kube.Button { + anchors { + bottom: parent.bottom + left: parent.left + margins: Kube.Units.largeSpacing + } + text: qsTr("Remove") + onClicked: { + contactController.remove() + stack.pop() + } + } + + Kube.Button { anchors { bottom: parent.bottom right: parent.right -- cgit v1.2.3