forked from jeena/FeedTheMonkey
login working
This commit is contained in:
parent
5101a426c0
commit
7dbf05e2e1
5 changed files with 27 additions and 13 deletions
|
@ -5,9 +5,9 @@ Rectangle {
|
|||
color: "white"
|
||||
anchors.fill: parent
|
||||
|
||||
property string serverUrl: serverUrl.getText()
|
||||
property string userName: userName.getText()
|
||||
property string password: password.getText()
|
||||
property string serverUrl: serverUrl.text
|
||||
property string userName: userName.text
|
||||
property string password: password.text
|
||||
|
||||
Column {
|
||||
width: parent.width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue