From d40b79cb1d3304f113df3091662760f585ee389e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20H=C3=B6ltt=C3=A4?= Date: Tue, 18 Dec 2018 11:38:37 +0100 Subject: Add more features for the demo app Add a common cursor indicator item that all navigable items may use for visualizing the cursor. Add a cursor navigable delegate. Make lists more generic by adding a CNItemDelegate. Add CNFlipButton that has flipping animations when used with CursorNavigation. Update Page4 with the new button type. --- CursorNavigation.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CursorNavigation.pro') diff --git a/CursorNavigation.pro b/CursorNavigation.pro index 0a01c20..26eb54b 100644 --- a/CursorNavigation.pro +++ b/CursorNavigation.pro @@ -6,4 +6,7 @@ SUBDIRS += \ tests DISTFILES += \ - DemoApplication/pages/Page6.qml + DemoApplication/pages/Page6.qml \ + DemoApplication/controls/CNCursorIndicator.qml \ + DemoApplication/controls/CNListDelegate.qml \ + DemoApplication/controls/CNFlipButton.qml -- cgit v1.2.3