2011-07-27 01:13:27 +02:00
|
|
|
Window
|
|
|
|
id: enterGameWindow
|
2011-07-17 13:52:20 +02:00
|
|
|
title: Enter Game
|
|
|
|
size: 236 178
|
|
|
|
anchor.centerIn: parent
|
|
|
|
lockOnLoad: true
|
|
|
|
|
2011-07-27 01:13:27 +02:00
|
|
|
Label
|
2011-07-17 13:52:20 +02:00
|
|
|
text: Account name
|
|
|
|
position: 18 33
|
|
|
|
|
2011-07-27 01:13:27 +02:00
|
|
|
Label
|
2011-07-17 13:52:20 +02:00
|
|
|
text: "Password:"
|
|
|
|
position: 18 62
|
|
|
|
|
2011-07-27 01:13:27 +02:00
|
|
|
Label
|
|
|
|
text:
|
|
|
|
[[If you don't have
|
|
|
|
an account yet]]
|
|
|
|
|
2011-07-17 13:52:20 +02:00
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.left: parent.left
|
|
|
|
margin: 87 18
|
|
|
|
|
2011-07-27 01:13:27 +02:00
|
|
|
Button
|
2011-07-17 13:52:20 +02:00
|
|
|
text: Create Account
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.right: parent.right
|
|
|
|
margin: 94 18
|
2011-07-27 01:13:27 +02:00
|
|
|
onClick:
|
|
|
|
function(self)
|
|
|
|
displayErrorBox("Error", "Not implemented yet")
|
|
|
|
self.parent:destroy()
|
|
|
|
end
|
2011-07-17 13:52:20 +02:00
|
|
|
|
2011-07-27 01:13:27 +02:00
|
|
|
SmallButton
|
2011-07-17 13:52:20 +02:00
|
|
|
text: Ok
|
|
|
|
anchors.bottomRight: parent.bottomRight
|
|
|
|
margin: 10 66
|
|
|
|
onClick: EnterGame_connectToLoginServer()
|
|
|
|
|
2011-07-27 01:13:27 +02:00
|
|
|
SmallButton
|
2011-07-17 13:52:20 +02:00
|
|
|
text: Cancel
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
anchors.right: parent.right
|
|
|
|
margin: 10 13
|
2011-07-27 01:13:27 +02:00
|
|
|
onClick: displayErrorBox("Error", "Not implemented yet")
|
2011-07-17 13:52:20 +02:00
|
|
|
|
2011-07-27 01:13:27 +02:00
|
|
|
TextEdit
|
|
|
|
id: accountNameTextEdit
|
2011-07-17 13:52:20 +02:00
|
|
|
text: tibialua0
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.right: parent.right
|
|
|
|
margin: 32 18
|
|
|
|
|
2011-07-27 01:13:27 +02:00
|
|
|
TextEdit
|
|
|
|
id: passwordTextEdit
|
2011-07-17 13:52:20 +02:00
|
|
|
text: lua123456
|
|
|
|
text-hidden: true
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.right: parent.right
|
|
|
|
margin: 61 18
|
|
|
|
|