2011-04-23 22:04:49 +02:00
|
|
|
window#messageBoxWindow:
|
2011-05-12 00:16:11 +02:00
|
|
|
size: [192, 78]
|
2011-04-23 22:04:49 +02:00
|
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
|
|
anchors.verticalCenter: parent.verticalCenter
|
|
|
|
|
2011-05-01 20:47:35 +02:00
|
|
|
|
2011-05-03 00:48:41 +02:00
|
|
|
label#textLabel:
|
2011-04-23 22:04:49 +02:00
|
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin.top: 27
|
|
|
|
|
2011-05-03 00:48:41 +02:00
|
|
|
button#okButton:
|
2011-04-23 22:04:49 +02:00
|
|
|
text: Ok
|
|
|
|
size: [43, 20]
|
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
margin.bottom: 10
|
2011-04-24 01:23:52 +02:00
|
|
|
margin.right: 10
|