Adding wip version for meego harmattan
[feedingit] / psa_harmattan / feedingit / deb_dist / feedingit-0.1.0 / debian / feedingit / usr / share / feedingit / qml / common / ManageSubs.qml
1 import Qt 4.7
2
3 Rectangle {
4     width: 640
5     height: 480
6
7     ListView {
8         id: categoryList; model: categories; delegate: categoryDelegate; z: 6;
9         cacheBuffer: 100; width: parent.width; height: parent.height;
10     }
11
12
13
14 }