2011-08-14 04:09:11 +02:00
|
|
|
MainWindow
|
|
|
|
id: enterGameWindow
|
2011-04-10 23:16:24 +02:00
|
|
|
title: Enter Game
|
2011-08-14 04:09:11 +02:00
|
|
|
size: 236 160
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-08-14 04:09:11 +02:00
|
|
|
LargerLabel
|
2011-04-10 23:16:24 +02:00
|
|
|
text: Account name
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin.left: 18
|
2011-07-27 01:13:27 +02:00
|
|
|
margin.top: 28
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-08-14 04:09:11 +02:00
|
|
|
LineEdit
|
|
|
|
id: accountNameLineEdit
|
2011-08-01 06:28:41 +02:00
|
|
|
text: otclient0
|
2011-04-10 23:16:24 +02:00
|
|
|
anchors.left: parent.left
|
2011-07-27 01:13:27 +02:00
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.top: prev.bottom
|
2011-04-10 23:16:24 +02:00
|
|
|
margin.left: 18
|
2011-07-27 01:13:27 +02:00
|
|
|
margin.right: 18
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-08-14 04:09:11 +02:00
|
|
|
LargerLabel
|
2011-07-27 01:13:27 +02:00
|
|
|
text: Password
|
|
|
|
anchors.left: prev.left
|
|
|
|
anchors.top: prev.bottom
|
|
|
|
margin.top: 8
|
2011-04-10 23:16:24 +02:00
|
|
|
|
2011-08-14 04:09:11 +02:00
|
|
|
LineEdit
|
|
|
|
id: accountPasswordLineEdit
|
2011-08-01 06:28:41 +02:00
|
|
|
text: 123456
|
2011-04-10 23:16:24 +02:00
|
|
|
anchors.left: parent.left
|
2011-07-27 01:13:27 +02:00
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.top: prev.bottom
|
|
|
|
margin.left: 18
|
|
|
|
margin.right: 18
|
2011-04-10 23:16:24 +02:00
|
|
|
|
2011-08-14 04:09:11 +02:00
|
|
|
Button
|
2011-04-10 23:16:24 +02:00
|
|
|
text: Ok
|
2011-07-27 01:13:27 +02:00
|
|
|
width: 64
|
|
|
|
anchors.right: next.left
|
2011-04-10 23:16:24 +02:00
|
|
|
anchors.bottom: parent.bottom
|
2011-07-27 01:13:27 +02:00
|
|
|
margin.bottom: 16
|
|
|
|
margin.right: 16
|
2011-07-17 08:56:57 +02:00
|
|
|
onClick: EnterGame_connectToLoginServer()
|
2011-04-10 23:16:24 +02:00
|
|
|
|
2011-08-14 04:09:11 +02:00
|
|
|
Button
|
2011-04-10 23:16:24 +02:00
|
|
|
text: Cancel
|
2011-07-27 01:13:27 +02:00
|
|
|
width: 64
|
2011-04-10 23:16:24 +02:00
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
2011-07-27 01:13:27 +02:00
|
|
|
margin.bottom: 16
|
|
|
|
margin.right: 16
|
2011-08-20 22:30:41 +02:00
|
|
|
onClick: function(self) GFX.fadeOut(self:getParent()) end
|