2012-07-12 18:45:22 +02:00
|
|
|
LogoutWindow < MainWindow
|
|
|
|
id: logoutWindow
|
|
|
|
!text: tr('Logout')
|
2012-08-06 23:47:58 +02:00
|
|
|
size: 230 100
|
2012-07-12 18:45:22 +02:00
|
|
|
|
|
|
|
Label
|
|
|
|
!text: tr('Are you sure you want to logout?')
|
2012-08-06 23:47:58 +02:00
|
|
|
text-auto-resize: true
|
|
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
2012-07-12 18:45:22 +02:00
|
|
|
anchors.top: parent.top
|
|
|
|
margin-top: 2
|
|
|
|
|
|
|
|
Button
|
|
|
|
id: buttonYes
|
|
|
|
!text: tr('Yes')
|
|
|
|
width: 64
|
2012-08-06 23:47:58 +02:00
|
|
|
anchors.right: parent.horizontalCenter
|
2012-07-12 18:45:22 +02:00
|
|
|
anchors.bottom: parent.bottom
|
2012-08-06 23:47:58 +02:00
|
|
|
margin-right: 5
|
2012-07-28 05:54:47 +02:00
|
|
|
|
2012-07-12 18:45:22 +02:00
|
|
|
Button
|
|
|
|
id: buttonNo
|
|
|
|
!text: tr('No')
|
|
|
|
width: 64
|
2012-08-06 23:47:58 +02:00
|
|
|
anchors.left: parent.horizontalCenter
|
2012-07-12 18:45:22 +02:00
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin-left: 5
|