~fboucault/dee-qt/array_support

1
2
3
4
5
6
7
8
9
10
11
12
13
14
import Qt 4.7

ListView {
    width: 200
    height: 200
    delegate: Text {
        x: 66
        y: 93
        text: column_0
    }
    model: DeeListModel {
        name: "com.canonical.Unity.ApplicationsPlace.SectionsModel"
    }
}