qmlmirror/Weather.qml
Oscar Andreasson 021547f3df Cleaned up weatherinfo and removed some visible stuff
Cleaned up the Transport module
Started adding a Position module
2015-06-20 10:00:08 -07:00

11 lines
140 B
QML

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