diff options
Diffstat (limited to 'accounts/kolabnow/package/contents')
-rw-r--r-- | accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml index c691c44a..b2048827 100644 --- a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml +++ b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml | |||
@@ -100,7 +100,7 @@ Item { | |||
100 | Layout.alignment: Qt.AlignRight | 100 | Layout.alignment: Qt.AlignRight |
101 | } | 101 | } |
102 | 102 | ||
103 | Kube.TextField { | 103 | Kube.PasswordField { |
104 | id: pwField | 104 | id: pwField |
105 | Layout.fillWidth: true | 105 | Layout.fillWidth: true |
106 | 106 | ||
@@ -110,20 +110,6 @@ Item { | |||
110 | kolabnowSettings.imapPassword = text | 110 | kolabnowSettings.imapPassword = text |
111 | kolabnowSettings.smtpPassword = text | 111 | kolabnowSettings.smtpPassword = text |
112 | } | 112 | } |
113 | |||
114 | echoMode: pwCheck.checked ? TextInput.Normal : TextInput.Password | ||
115 | } | ||
116 | |||
117 | Kube.Label { | ||
118 | text: "" | ||
119 | } | ||
120 | RowLayout { | ||
121 | Kube.CheckBox { | ||
122 | id: pwCheck | ||
123 | } | ||
124 | Kube.Label { | ||
125 | text: qsTr("Show Password") | ||
126 | } | ||
127 | } | 113 | } |
128 | } | 114 | } |
129 | } | 115 | } |