login working

This commit is contained in:
Jeena 2015-01-12 05:44:42 +01:00
parent 5101a426c0
commit 7dbf05e2e1
5 changed files with 27 additions and 13 deletions

View file

@ -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