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" } } }