2012-06-09 15:00:08 +02:00
|
|
|
CenterLabel < UILabel
|
2011-11-01 03:35:50 +01:00
|
|
|
font: verdana-11px-rounded
|
2011-11-17 22:41:02 +01:00
|
|
|
text-align: center
|
2012-03-26 20:33:00 +02:00
|
|
|
text-wrap: true
|
2012-06-09 15:00:08 +02:00
|
|
|
text-auto-resize: true
|
|
|
|
margin-bottom: 2
|
|
|
|
visible: false
|
2011-09-04 19:21:42 +02:00
|
|
|
|
2012-06-09 15:00:08 +02:00
|
|
|
TopCenterLabel < UILabel
|
2011-11-01 03:35:50 +01:00
|
|
|
font: verdana-11px-rounded
|
2011-11-17 22:41:02 +01:00
|
|
|
text-align: center
|
2012-06-09 15:00:08 +02:00
|
|
|
text-wrap: true
|
|
|
|
visible: false
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.bottom: centerTextMessagePanel.top
|
2012-03-26 20:33:00 +02:00
|
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
2012-06-09 15:00:08 +02:00
|
|
|
width: 360
|
|
|
|
|
|
|
|
BottomLabel < CenterLabel
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|