summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-07-31 18:58:39 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-07-31 18:58:39 +0200
commited90f285745279e91743851ae49eeccf1d95710f (patch)
treec901f650c3b2b22e9cf0ce1af811452c5707e7ee /framework/qml/Icons.qml
parent32e9eda3bd93e3197234cd9947a5522e5eb9da94 (diff)
downloadkube-ed90f285745279e91743851ae49eeccf1d95710f.tar.gz
kube-ed90f285745279e91743851ae49eeccf1d95710f.zip
dedicated Kube.PasswordField
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r--framework/qml/Icons.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index d9612013..4d94f86a 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -55,6 +55,8 @@ Item {
55 property string goDown_inverted: "go-down-inverted" 55 property string goDown_inverted: "go-down-inverted"
56 property string goUp: "go-up" 56 property string goUp: "go-up"
57 property string checkbox: "checkbox" 57 property string checkbox: "checkbox"
58 property string password_show: "password-show-on"
59 property string password_hide: "password-show-off"
58 60
59 property string addNew: "list-add" 61 property string addNew: "list-add"
60 property string remove: "kube-list-remove-inverted" 62 property string remove: "kube-list-remove-inverted"