Just import nio
Instead of nio.events, nio.responses, etc. All the classes are already available at nio.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user