tibia-client/modules/mainmenu/ui/entergamewindow.otui

54 lines
1.1 KiB
Plaintext
Raw Normal View History

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
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
anchors.right: parent.right
anchors.top: prev.bottom
2011-04-10 23:16:24 +02:00
margin.left: 18
margin.right: 18
2011-05-01 20:47:35 +02:00
2011-08-14 04:09:11 +02:00
LargerLabel
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
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
width: 64
anchors.right: next.left
2011-04-10 23:16:24 +02:00
anchors.bottom: parent.bottom
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
width: 64
2011-04-10 23:16:24 +02:00
anchors.right: parent.right
anchors.bottom: parent.bottom
margin.bottom: 16
margin.right: 16
2011-08-14 04:09:11 +02:00
onClick: function(self) self.parent:destroy() end