aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-03-13 11:55:43 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2017-03-13 14:47:16 +0000
commitd1ac6e3dc8b6919bcba4278a4cef8cbfa83f30a1 (patch)
tree32099ee6e42e6c0993612b306776dd8e42e6e3ae /examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml
parent7e382538fad487204885025f43409e265d58788c (diff)
Wearable: move app-specific images into each app's own folder
Change-Id: Ie378f19a1ccfd962528f47263d03cac6bf7dc03f Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
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