Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - Text {
 - id: headerText
 - color:"white"
 - // font.pixelSize: 28
 - anchors{
 - left: parent.left
 - leftMargin: 4
 - verticalCenter:headerBottomSpacer.verticalCenter
 - }
 - text:{
 - function headerTime(){
 - return parseISO8601(timeFrom)
 - }
 - Qt.formatDateTime(headerTime(), "dddd d MMMM")
 - }
 - }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment