Ubuntu Pastebin

Paste from scorer at Mon, 23 Mar 2015 00:19:51 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
Column {
    spacing: units.gu(1)
    anchors {
        top: parent.top
        left: parent.left
        right: parent.right
        margins: units.gu(2)
        fill: parent
        property TextField focusedField = score1.text
    }
Download as text