2012-07-13 10:24:52 +02:00
|
|
|
DeathWindow < MainWindow
|
|
|
|
id: deathWindow
|
|
|
|
!text: tr('You are dead')
|
2015-03-07 06:09:00 +01:00
|
|
|
&baseWidth: 350
|
|
|
|
&baseHeight: 15
|
2012-07-13 10:24:52 +02:00
|
|
|
|
|
|
|
Label
|
2015-03-07 06:09:00 +01:00
|
|
|
id: labelText
|
2012-07-13 10:24:52 +02:00
|
|
|
width: 550
|
|
|
|
height: 140
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin-left: 10
|
|
|
|
margin-top: 2
|
|
|
|
|
|
|
|
Button
|
|
|
|
id: buttonOk
|
|
|
|
!text: tr('Ok')
|
|
|
|
width: 64
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin-left: 160
|
|
|
|
|
|
|
|
Button
|
|
|
|
id: buttonCancel
|
|
|
|
!text: tr('Cancel')
|
|
|
|
width: 64
|
|
|
|
anchors.left: prev.right
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin-left: 5
|