implement auto login and remember password

This commit is contained in:
Eduardo Bart
2011-11-16 16:59:55 -02:00
parent f381cb0a74
commit 9159e14895
6 changed files with 62 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ CharacterListLabel < Label
MainWindow
id: charactersWindow
title: Character List
size: 250 250
size: 250 248
onEnter: CharacterList.doLogin()
onEscape: CharacterList.destroy()
@@ -35,11 +35,12 @@ MainWindow
Free Account
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: next.top
anchors.bottom: separator.top
margin.left: 16
margin.bottom: 5
HorizontalSeparator
id: separator
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: next.top
@@ -47,6 +48,17 @@ MainWindow
margin.right: 16
margin.bottom: 10
CheckBox
id: charAutoLoginBox
text: Auto login
tooltip: Auto login selected character on next charlist load
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: next.top
margin.bottom: 6
margin.left: 18
margin.right: 18
Button
id: buttonOk
text: Ok