Hi,
Here it is.
Text {
id: _unitName
anchors {
left:parent.left;leftMargin: 30;top: parent.top;topMargin: _screenName.text===""? 45 : 24
}
font.pixelSize: 28
font.family: appStyle.font.familyRegular
}
Text {
id: _unitTime
anchors{ left:parent.left;leftMargin: 30; top: _unitName.bottom }
text: time+"<font color=\"#4F555A\"> | </font>" +date
font.pixelSize: 26
font.family: appStyle.font.familyRegular
}
Text {
id: _unitName
anchors {
left:parent.left;leftMargin: 30;top: parent.top;topMargin: _screenName.text===""? 45 : 24
}
font.pixelSize: 28
font.family: appStyle.font.familyRegular
}
Text {
id: _unitTime
anchors{ left:parent.left;leftMargin: 30; top: _unitName.bottom }
text: time+"<font color=\"#4F555A\"> | </font>" +date
font.pixelSize: 26
font.family: appStyle.font.familyRegular
}
To copy to clipboard, switch view to plain text mode
Bookmarks