@@ -90,7 +90,7 Rectangle { | |||||
90 |
|
90 | |||
91 | Row { |
|
91 | Row { | |
92 | id: weatherImageRow |
|
92 | id: weatherImageRow | |
93 |
anchors.bottom: p |
|
93 | anchors.bottom: poweredByText.top | |
94 | anchors.bottomMargin: 10 |
|
94 | anchors.bottomMargin: 10 | |
95 | anchors.left: parent.left |
|
95 | anchors.left: parent.left | |
96 | anchors.leftMargin: 25 |
|
96 | anchors.leftMargin: 25 | |
@@ -113,6 +113,15 Rectangle { | |||||
113 | } |
|
113 | } | |
114 | } |
|
114 | } | |
115 |
|
115 | |||
|
116 | Text { | |||
|
117 | id: poweredByText | |||
|
118 | anchors.bottom: parent.bottom | |||
|
119 | anchors.bottomMargin: 10 | |||
|
120 | anchors.left: parent.left | |||
|
121 | anchors.leftMargin: 25 | |||
|
122 | text: "Powered by World Weather Online" | |||
|
123 | } | |||
|
124 | ||||
116 | function parseWeatherData(weatherData) { |
|
125 | function parseWeatherData(weatherData) { | |
117 | // Clear previous values |
|
126 | // Clear previous values | |
118 | chartView.axisX.min = 0; |
|
127 | chartView.axisX.min = 0; |
General Comments 0
You need to be logged in to leave comments.
Login now