2012-07-12 18:45:22 +02:00
|
|
|
LogoutWindow < MainWindow
|
|
|
|
id: logoutWindow
|
|
|
|
!text: tr('Logout')
|
|
|
|
size: 300 100
|
|
|
|
|
|
|
|
Label
|
|
|
|
!text: tr('Are you sure you want to logout?')
|
2012-07-19 20:54:24 +02:00
|
|
|
width: 200
|
2012-07-12 18:45:22 +02:00
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin-left: 30
|
|
|
|
margin-top: 2
|
|
|
|
|
|
|
|
Button
|
|
|
|
id: buttonYes
|
|
|
|
!text: tr('Yes')
|
|
|
|
width: 64
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin-left: 65
|
|
|
|
|
|
|
|
Button
|
|
|
|
id: buttonNo
|
|
|
|
!text: tr('No')
|
|
|
|
width: 64
|
|
|
|
anchors.left: prev.right
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin-left: 5
|