qmlmirror/Weather.qml
2015-06-18 21:42:30 -07:00

13 lines
171 B
QML

import QtQuick 2.0
import net.frozentux.weatherinfo 1.0
Rectangle {
width: 360
height: 600
color: "black"
WeatherInfo {
id: weatherdata
}
}