fixed logout

This commit is contained in:
Jeena 2015-02-17 23:31:23 +01:00
parent ba5f901a78
commit d02b713341
10 changed files with 90 additions and 25 deletions

View file

@ -2,7 +2,7 @@ import QtQuick 2.0
import QtQuick.Controls 1.2
Rectangle {
color: "white"
color: "transparent"
anchors.fill: parent
property string serverUrl: serverUrl.text
@ -10,7 +10,8 @@ Rectangle {
property string password: password.text
Column {
width: parent.width
anchors.centerIn: parent
width: parent.width / 2
anchors.margins: parent.width / 4
spacing: 10
@ -20,6 +21,7 @@ Rectangle {
anchors.left: parent.left
anchors.right: parent.right
anchors.margins: 20
font.pointSize: 20
}
TextField {