summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2012-02-10 10:37:11 +0000
committerQt by Nokia <qt-info@nokia.com>2012-02-13 01:31:00 +0100
commitf21c62394eaba1687eb2d81fb6b188ba256f41ba (patch)
tree2eab34b15f12117b1ba620eb1fc31b25403a0e8c /examples
parenta93be80d33ab4af20f10de946b0aa3785fc2d843 (diff)
Disable flicking of qmlvideofx example parameter panel
Change-Id: I4cf563c288aaf37fe60ba1ec56ffc9fd72060b99 Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml b/examples/video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml
index 2571b6e65..6b76b2527 100644
--- a/examples/video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml
+++ b/examples/video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml
@@ -104,5 +104,6 @@ Rectangle {
anchors.fill: parent
model: root.model
delegate: editDelegate
+ interactive: false
}
}