summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/lowenergyscanner/assets/Characteristics.qml
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-11-27 18:28:25 +0100
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-11-27 18:28:25 +0100
commit3964a4a29d1237404bf554bb0b64d7de1d49155c (patch)
tree927c389d624826e08a1e293ef3fa3d2d4dc39ee1 /examples/bluetooth/lowenergyscanner/assets/Characteristics.qml
parent0e3046f29b0e86affeb33c8f6687618cfd1dfae2 (diff)
parent73563f571e6dfd37a0e4cf90f4679d9901b9233c (diff)
Merge remote-tracking branch 'origin/5.4' into dev
Diffstat (limited to 'examples/bluetooth/lowenergyscanner/assets/Characteristics.qml')
-rw-r--r--examples/bluetooth/lowenergyscanner/assets/Characteristics.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/bluetooth/lowenergyscanner/assets/Characteristics.qml b/examples/bluetooth/lowenergyscanner/assets/Characteristics.qml
index ac3b7151..8e6e2868 100644
--- a/examples/bluetooth/lowenergyscanner/assets/Characteristics.qml
+++ b/examples/bluetooth/lowenergyscanner/assets/Characteristics.qml
@@ -141,10 +141,11 @@ Rectangle {
id: menu
anchors.bottom: parent.bottom
menuWidth: parent.width
- menuText: "Scanning"
+ menuText: device.update
menuHeight: (parent.height/6)
onButtonClick: {
pageLoader.source = "Services.qml"
+ device.update = "Back"
}
}
}