aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/includes/item.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/doc/src/includes/item.qdocinc')
-rw-r--r--src/quick/doc/src/includes/item.qdocinc15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/quick/doc/src/includes/item.qdocinc b/src/quick/doc/src/includes/item.qdocinc
new file mode 100644
index 0000000000..4cb2652bbf
--- /dev/null
+++ b/src/quick/doc/src/includes/item.qdocinc
@@ -0,0 +1,15 @@
+//! [mapping]
+
+The following properties of the item are used in the mapping:
+\l x, \l y, \l scale, \l rotation, \l transformOrigin, and \l [QML]{Item::}{transform}.
+
+//! [mapping]
+
+
+//! [accepting-events]
+
+The event is accepted by default, so it is not necessary to explicitly
+accept the event if you reimplement this function. If you don't accept the
+event, call \c event->ignore().
+
+//! [accepting-events]