Ubuntu Pastebin

Paste from jgdx at Tue, 10 Nov 2015 16:21:49 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
import QtQuick 2.4
import Ubuntu.Components 1.3

Rectangle {
width: units.gu(10)
height: width

    ListItem {
        selected: true
        ListItemLayout {
            title.text: "foo"
        }
    }
}
Download as text