aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml b/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml
index 7b9cb916..4bb944cb 100644
--- a/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml
+++ b/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml
@@ -81,7 +81,7 @@ Item {
anchors.verticalCenter: parent.verticalCenter
height: 64
width: 64
- source: "../../images/weather/temperature.png"
+ source: "images/temperature.png"
}
Column {
@@ -146,7 +146,7 @@ Item {
anchors.verticalCenter: parent.verticalCenter
height: 64
width: 64
- source: "../../images/weather/wind.png"
+ source: "images/wind.png"
}
Text {
@@ -174,7 +174,7 @@ Item {
anchors.verticalCenter: parent.verticalCenter
height: 64
width: 64
- source: "../../images/weather/humidity.png"
+ source: "images/humidity.png"
}
Text {
anchors.left: hImg.right
@@ -206,7 +206,7 @@ Item {
anchors.verticalCenter: parent.verticalCenter
height: 64
width: 64
- source: "../../images/weather/pressure.png"
+ source: "images/pressure.png"
}
Column {
@@ -271,7 +271,7 @@ Item {
anchors.verticalCenter: parent.verticalCenter
height: 64
width: 64
- source: "../../images/weather/sunrise.png"
+ source: "images/sunrise.png"
}
Text {
@@ -300,7 +300,7 @@ Item {
anchors.verticalCenter: parent.verticalCenter
height: 64
width: 64
- source: "../../images/weather/sunset.png"
+ source: "images/sunset.png"
}
Text {