aboutsummaryrefslogtreecommitdiffstats
path: root/CursorNavigation.pro
diff options
context:
space:
mode:
authorAntti Hölttä <AHoelttae@luxoft.com>2018-12-18 11:38:37 +0100
committerAntti Hölttä <AHoelttae@luxoft.com>2019-03-18 16:34:23 +0100
commitd40b79cb1d3304f113df3091662760f585ee389e (patch)
tree70fb2d77ad5bd8026f487cb39322e8c587ca24ee /CursorNavigation.pro
parentfe5883489b5fffc2a833daa4d6a18cef1ac10696 (diff)
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.
Diffstat (limited to 'CursorNavigation.pro')
-rw-r--r--CursorNavigation.pro5
1 files changed, 4 insertions, 1 deletions
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