From f8aa599c5d3acc3ca52010837e4cbf9935908135 Mon Sep 17 00:00:00 2001 From: Titta Heikkala Date: Tue, 14 Feb 2017 08:44:07 +0200 Subject: iot-sensortag: Add possibility to scan sensors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added possibility to start scanning of sensors to SensorSettings. Change-Id: I1ebb5da22a4e98d6c2220bb6d51f17641c7821ec Reviewed-by: Otto Ryynänen --- tradeshow/iot-sensortag/resources/base/SensorSettings.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tradeshow/iot-sensortag/resources') diff --git a/tradeshow/iot-sensortag/resources/base/SensorSettings.qml b/tradeshow/iot-sensortag/resources/base/SensorSettings.qml index bd13ef5..a2a8202 100644 --- a/tradeshow/iot-sensortag/resources/base/SensorSettings.qml +++ b/tradeshow/iot-sensortag/resources/base/SensorSettings.qml @@ -79,6 +79,11 @@ Rectangle { anchors.horizontalCenter: parent.horizontalCenter anchors.margins: 8 source: pathPrefix + "Toolbar/icon_topbar_sensor.png" + + MouseArea { + anchors.fill: parent + onClicked: dataProviderPool.startScanning() + } } ListView { -- cgit v1.2.3