ExitWindow < MainWindow
id: exitWindow
!text: tr('Exit')
size: 550 135
Label
!text: tr('If you shut down the program, you character might stay in the game.\nClick on "Logout" to ensure that you character leaves the game property.\nClick on "Exit" if you want to exit the program without logging out your character.')
width: 500
height: 45
anchors.left: parent.left
anchors.top: parent.top
margin-left: 10
margin-top: 2
Button
id: buttonExit
width: 64
anchors.bottom: parent.bottom
margin-left: 160
id: buttonLogout
!text: tr('Logout')
anchors.left: prev.right
margin-left: 5
id: buttonCancel
!text: tr('Cancel')