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

HungItem {
    id: root
    itemX: 13;
    itemY: 420;

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