2012-02-06 20:19:47 +01:00
|
|
|
MessageBoxLabel < Label
|
|
|
|
id: messageBoxLabel
|
2012-08-13 01:27:41 +02:00
|
|
|
text-auto-resize: true
|
2012-02-06 20:19:47 +01:00
|
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
|
|
anchors.top: parent.top
|
|
|
|
|
2012-08-13 01:27:41 +02:00
|
|
|
MessageBoxButtonHolder < UIWidget
|
|
|
|
id: buttonHolder
|
|
|
|
margin-top: 10
|
2012-02-06 20:19:47 +01:00
|
|
|
anchors.bottom: parent.bottom
|
2012-08-13 01:27:41 +02:00
|
|
|
|
|
|
|
MessageBoxButton < Button
|
|
|
|
margin-left: 10
|
|
|
|
width: 80
|