Fixed some more stuff. weatherinfo works now

This commit is contained in:
Oscar Andreasson 2015-06-18 21:42:30 -07:00
parent 2dca04fe35
commit 92456d99d4
6 changed files with 13 additions and 59 deletions

View file

@ -2,6 +2,12 @@ import QtQuick 2.0
import net.frozentux.weatherinfo 1.0
WeatherInfo {
id: weatherdata
Rectangle {
width: 360
height: 600
color: "black"
WeatherInfo {
id: weatherdata
}
}