From 2c5f43a7187960a78d6c824b73efbf45d34dd294 2012-06-05 06:21:43 From: Tero Ahola Date: 2012-06-05 06:21:43 Subject: [PATCH] World Weather Online credits to the QML weather app --- diff --git a/demos/qmlweather/qml/qmlweather/main.qml b/demos/qmlweather/qml/qmlweather/main.qml index 4d33049..ce38828 100644 --- a/demos/qmlweather/qml/qmlweather/main.qml +++ b/demos/qmlweather/qml/qmlweather/main.qml @@ -90,7 +90,7 @@ Rectangle { Row { id: weatherImageRow - anchors.bottom: parent.bottom + anchors.bottom: poweredByText.top anchors.bottomMargin: 10 anchors.left: parent.left anchors.leftMargin: 25 @@ -113,6 +113,15 @@ Rectangle { } } + Text { + id: poweredByText + anchors.bottom: parent.bottom + anchors.bottomMargin: 10 + anchors.left: parent.left + anchors.leftMargin: 25 + text: "Powered by World Weather Online" + } + function parseWeatherData(weatherData) { // Clear previous values chartView.axisX.min = 0;