Just import nio

Instead of nio.events, nio.responses, etc.
All the classes are already available at nio.
This commit is contained in:
miruka
2019-04-28 01:00:59 -04:00
parent d3749af4bc
commit f65ea9dd0d
4 changed files with 15 additions and 25 deletions

View File

@@ -67,7 +67,6 @@ Item {
loginWith === "phone" ? "Phone" :
"Username"
)
text: "test_mary"
onAccepted: signInBox.clickEnterButtonTarget()
Layout.fillWidth: true
@@ -75,7 +74,6 @@ Item {
}
Base.HTextField {
text: "1234"
id: passwordField
placeholderText: qsTr("Password")
echoMode: TextField.Password