summaryrefslogtreecommitdiffstats
path: root/weather-qml/SmallCloud.qml
blob: 38db715a60b8dff9eb8b6227def661e6a09ea3a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Qt 4.6

HungItem {
    id: root
    itemX: 10;
    itemY: 492;

    property string type: "cloud";
    itemImage: "images/" + root.type + "_3.png"
    lineImage: "images/" + root.type + "_3_line.png"
}