mirror of
https://github.com/edubart/otclient.git
synced 2025-05-02 18:49:21 +02:00
15 lines
246 B
Plaintext
15 lines
246 B
Plaintext
UIWidget
|
|
anchors.fill: parent
|
|
|
|
UIMap
|
|
id: gameMap
|
|
anchors.fill:parent
|
|
margin.right: 200
|
|
|
|
Button
|
|
anchors.left: gameMap.right
|
|
anchors.top: parent.top
|
|
text: Logout
|
|
onClick: |
|
|
Game.logout()
|
|
Game.onLogout() |