Fixed some more stuff. weatherinfo works now
This commit is contained in:
parent
2dca04fe35
commit
92456d99d4
6 changed files with 13 additions and 59 deletions
10
Weather.qml
10
Weather.qml
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue