From 4e7041c65216ada4f5fb604a9df840152ba60317 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Wed, 8 Feb 2017 15:08:53 +0100 Subject: pointer handlers manual test: can give arg with qml to launch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes it easier to repeatedly launch the same test: specify the qml file on the command line instead of having to click the list item each time. e.g. ./pointer tapHandler.qml Change-Id: I30b449b161107b1746418fc45518d202ba7d8381 Reviewed-by: Jan Arve Sæther --- examples/quick/shared/LauncherList.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/quick') diff --git a/examples/quick/shared/LauncherList.qml b/examples/quick/shared/LauncherList.qml index 6878cf01f2..1c83c99a33 100644 --- a/examples/quick/shared/LauncherList.qml +++ b/examples/quick/shared/LauncherList.qml @@ -52,6 +52,10 @@ Rectangle { { ei.visible = false; } + function showExample(url) + { + ei.exampleUrl = url; + } ListView { clip: true -- cgit v1.2.3