summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-10-04 13:37:33 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-10-04 13:37:33 +0200
commitf17b484b99b8b92b52907682d171f6d5c2cf56bf (patch)
tree81915fd9b43585bf57eb0c1018c9160b3b421542
parent1aacdc7ec2e4e21bd5141db0533b8d17ca160950 (diff)
downloadkube-f17b484b99b8b92b52907682d171f6d5c2cf56bf.tar.gz
kube-f17b484b99b8b92b52907682d171f6d5c2cf56bf.zip
add initial sign/encrypt switches
-rw-r--r--components/kube/contents/ui/ComposerView.qml15
1 files changed, 15 insertions, 0 deletions
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
@@ -442,6 +442,21 @@ Kube.View {
442 } 442 }
443 443
444 RowLayout { 444 RowLayout {
445 Kube.Switch {}
446 Kube.Label {
447 text: qsTr("encrypt")
448 }
449 }
450
451 RowLayout {
452 Kube.Switch {
453 }
454 Kube.Label {
455 text: qsTr("sign")
456 }
457 }
458
459 RowLayout {
445 width: parent.width 460 width: parent.width
446 height: Kube.Units.gridUnit 461 height: Kube.Units.gridUnit
447 462