aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml b/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml
index fa04f38f..69797f3a 100644
--- a/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml
+++ b/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml
@@ -81,7 +81,7 @@ Item {
spacing: 50
Image {
anchors.verticalCenter: parent.verticalCenter
- source: "../../images/settings/bluetooth.png"
+ source: "images/bluetooth.png"
}
QQC2.Switch {
id: bluetoothSwitch
@@ -93,7 +93,7 @@ Item {
spacing: 50
Image {
anchors.verticalCenter: parent.verticalCenter
- source: "../../images/settings/wifi.png"
+ source: "images/wifi.png"
}
QQC2.Switch {
id: wirelessSwitch
@@ -114,7 +114,7 @@ Item {
Column {
Image {
anchors.horizontalCenter: parent.horizontalCenter
- source: "../../images/settings/brightness.png"
+ source: "images/brightness.png"
}
QQC2.Slider {
id: brightnessSlider
@@ -129,7 +129,7 @@ Item {
spacing: 2
Image {
anchors.horizontalCenter: parent.horizontalCenter
- source: "../../images/settings/contrast.png"
+ source: "images/contrast.png"
}
QQC2.Slider {
id: contrastSlider