aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-07-11 13:59:49 +0200
committerMitch Curtis <mitch.curtis@qt.io>2016-07-11 13:40:38 +0000
commit6a8513909cf3aaad6be41a325129cf22f61842bf (patch)
treef34869c42c6f0dfcbce85c1ef65aea0ca598b6f9 /src/quicktemplates2
parent7c3600887ed79b6758dbbabd58fc3240846d6c65 (diff)
Document which controls consume mouse/touch events
Change-Id: I284b0d84363a172b2f11093b01157d00db69103a Task-number: QTBUG-54658 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/quicktemplates2')
-rw-r--r--src/quicktemplates2/qquickcontrol.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickcontrol.cpp b/src/quicktemplates2/qquickcontrol.cpp
index c9220826..0e2154e7 100644
--- a/src/quicktemplates2/qquickcontrol.cpp
+++ b/src/quicktemplates2/qquickcontrol.cpp
@@ -72,6 +72,12 @@ QT_BEGIN_NAMESPACE
\image qtquickcontrols2-control.png
+ All controls, except non-interactive indicators, do not let clicks and
+ touches through to items below them. For example, if \l Pane is used as the
+ \l {ApplicationWindow::}{header} or \l {ApplicationWindow::}{footer} of
+ \l ApplicationWindow, items underneath it will not get mouse or touch
+ events.
+
\sa ApplicationWindow, Container
*/