2011-08-26 17:06:52 +02:00
|
|
|
Window
|
|
|
|
id: messageBoxWindow
|
|
|
|
anchors.centerIn: parent
|
|
|
|
height: 80
|
|
|
|
width: 120
|
|
|
|
|
|
|
|
Label
|
|
|
|
id: messageBoxLabel
|
|
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
|
|
anchors.top: parent.top
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-top: 27
|
|
|
|
margin-bottom : 27
|
2011-08-26 17:06:52 +02:00
|
|
|
|
|
|
|
Button
|
|
|
|
id: messageBoxRightButton
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
anchors.right: parent.right
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-right: 10
|
|
|
|
margin-bottom: 10
|
2011-08-26 17:06:52 +02:00
|
|
|
width: 64
|
|
|
|
visible: true
|