0.9 beta 3 - Added features to qml interface (dbus, edit mode...)
[feedingit] / src / 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 }