summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-08-29 10:09:45 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2017-02-13 13:55:27 +0000
commit0d9441ea3db5ae9cb3a564ebfbd923b8adc97665 (patch)
treed1392dcb7c7d5684d0501feadaefa4a753b776d3
parent860804a58bf47eaecdcc1acf81620bb998bf8cbf (diff)
allow disabling mouse navigation
Change-Id: I1017662ee815ef1cd651774f0d5b0bca40e82751 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
-rw-r--r--src/Presentation.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Presentation.qml b/src/Presentation.qml
index 1616ff3..d922f2d 100644
--- a/src/Presentation.qml
+++ b/src/Presentation.qml
@@ -51,6 +51,7 @@ Item {
property bool showNotes: false;
property bool allowDelay: true;
+ property alias mouseNavigation: mouseArea.enabled
property color titleColor: textColor;
property color textColor: "black"