diff options
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gmail/qml/Login.qml | 1 | ||||
-rw-r--r-- | accounts/imap/qml/Login.qml | 1 | ||||
-rw-r--r-- | accounts/kolabnow/qml/Login.qml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/accounts/gmail/qml/Login.qml b/accounts/gmail/qml/Login.qml index 597e3ee3..bcab19be 100644 --- a/accounts/gmail/qml/Login.qml +++ b/accounts/gmail/qml/Login.qml | |||
@@ -26,6 +26,7 @@ Item { | |||
26 | property alias accountId: settings.accountIdentifier | 26 | property alias accountId: settings.accountIdentifier |
27 | property string heading: qsTr("Login") | 27 | property string heading: qsTr("Login") |
28 | property string subheadline: settings.accountName | 28 | property string subheadline: settings.accountName |
29 | property bool valid: pwField.acceptableInput | ||
29 | 30 | ||
30 | GmailAccount.GmailSettings { | 31 | GmailAccount.GmailSettings { |
31 | id: settings | 32 | id: settings |
diff --git a/accounts/imap/qml/Login.qml b/accounts/imap/qml/Login.qml index c9304b0e..d013f6ca 100644 --- a/accounts/imap/qml/Login.qml +++ b/accounts/imap/qml/Login.qml | |||
@@ -26,6 +26,7 @@ Item { | |||
26 | property alias accountId: settings.accountIdentifier | 26 | property alias accountId: settings.accountIdentifier |
27 | property string heading: qsTr("Login") | 27 | property string heading: qsTr("Login") |
28 | property string subheadline: settings.accountName | 28 | property string subheadline: settings.accountName |
29 | property bool valid: pwField.acceptableInput | ||
29 | 30 | ||
30 | ImapAccount.ImapSettings { | 31 | ImapAccount.ImapSettings { |
31 | id: settings | 32 | id: settings |
diff --git a/accounts/kolabnow/qml/Login.qml b/accounts/kolabnow/qml/Login.qml index 856f8ba4..877dd6a9 100644 --- a/accounts/kolabnow/qml/Login.qml +++ b/accounts/kolabnow/qml/Login.qml | |||
@@ -26,6 +26,7 @@ Item { | |||
26 | property alias accountId: settings.accountIdentifier | 26 | property alias accountId: settings.accountIdentifier |
27 | property string heading: qsTr("Login") | 27 | property string heading: qsTr("Login") |
28 | property string subheadline: settings.accountName | 28 | property string subheadline: settings.accountName |
29 | property bool valid: pwField.acceptableInput | ||
29 | 30 | ||
30 | KolabnowAccount.KolabnowSettings { | 31 | KolabnowAccount.KolabnowSettings { |
31 | id: settings | 32 | id: settings |