diff options
Diffstat (limited to 'accounts/gmail/qml/AccountSettings.qml')
-rw-r--r-- | accounts/gmail/qml/AccountSettings.qml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/accounts/gmail/qml/AccountSettings.qml b/accounts/gmail/qml/AccountSettings.qml index 16f7dbf3..0ebce1d3 100644 --- a/accounts/gmail/qml/AccountSettings.qml +++ b/accounts/gmail/qml/AccountSettings.qml | |||
@@ -27,7 +27,7 @@ Item { | |||
27 | 27 | ||
28 | property string accountId | 28 | property string accountId |
29 | property string heading: qsTr("Connect your GMail account") | 29 | property string heading: qsTr("Connect your GMail account") |
30 | property string subheadline: qsTr("To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube.") | 30 | property string subheadline: qsTr("To let Kube access your account, fill in email address, username and give the account a title that will be displayed inside Kube.") |
31 | property bool valid: true | 31 | property bool valid: true |
32 | implicitHeight: grid.implicitHeight | 32 | implicitHeight: grid.implicitHeight |
33 | 33 | ||
@@ -101,22 +101,5 @@ Item { | |||
101 | } | 101 | } |
102 | placeholderText: qsTr("Your email address") | 102 | placeholderText: qsTr("Your email address") |
103 | } | 103 | } |
104 | |||
105 | Kube.Label { | ||
106 | text: qsTr("Password") | ||
107 | Layout.alignment: Qt.AlignRight | ||
108 | } | ||
109 | |||
110 | Kube.PasswordField { | ||
111 | id: pwField | ||
112 | Layout.fillWidth: true | ||
113 | |||
114 | placeholderText: qsTr("Password of your email account") | ||
115 | text: gmailSettings.imapPassword | ||
116 | onTextChanged: { | ||
117 | gmailSettings.imapPassword = text | ||
118 | gmailSettings.smtpPassword = text | ||
119 | } | ||
120 | } | ||
121 | } | 104 | } |
122 | } | 105 | } |