11 lines
140 B
QML
11 lines
140 B
QML
import QtQuick 2.0
|
|
import net.frozentux.weatherinfo 1.0
|
|
|
|
|
|
Rectangle {
|
|
color: "black"
|
|
WeatherInfo {
|
|
|
|
id: weatherdata
|
|
}
|
|
}
|