From f17b484b99b8b92b52907682d171f6d5c2cf56bf Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 4 Oct 2017 13:37:33 +0200 Subject: add initial sign/encrypt switches --- components/kube/contents/ui/ComposerView.qml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index c7b32564..afa7bf43 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml @@ -441,6 +441,21 @@ Kube.View { } } + RowLayout { + Kube.Switch {} + Kube.Label { + text: qsTr("encrypt") + } + } + + RowLayout { + Kube.Switch { + } + Kube.Label { + text: qsTr("sign") + } + } + RowLayout { width: parent.width height: Kube.Units.gridUnit -- cgit v1.2.3