2012-07-12 18:45:22 +02:00
ExitWindow < MainWindow
id: exitWindow
!text: tr('Exit')
size: 550 135
Label
2012-08-06 22:19:32 +02:00
!text: tr("If you shut down the program, your character might stay in the game.\nClick on 'Logout' to ensure that you character leaves the game properly.\nClick on 'Exit' if you want to exit the program without logging out your character.")
2012-07-19 20:54:24 +02:00
width: 500
height: 45
2012-07-12 18:45:22 +02:00
anchors.left: parent.left
anchors.top: parent.top
margin-left: 10
margin-top: 2
Button
id: buttonExit
2012-08-06 22:19:32 +02:00
!text: tr('Force Exit')
width: 80
anchors.right: next.left
2012-07-12 18:45:22 +02:00
anchors.bottom: parent.bottom
2012-08-06 22:19:32 +02:00
margin-right: 5
2012-07-12 18:45:22 +02:00
Button
id: buttonLogout
!text: tr('Logout')
2012-08-06 22:19:32 +02:00
width: 80
anchors.horizontalCenter: parent.horizontalCenter
2012-07-12 18:45:22 +02:00
anchors.bottom: parent.bottom
margin-left: 5
Button
id: buttonCancel
!text: tr('Cancel')
2012-08-06 22:19:32 +02:00
width: 80
2012-07-12 18:45:22 +02:00
anchors.left: prev.right
anchors.bottom: parent.bottom
margin-left: 5