aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/includes/item.qdocinc
blob: 733589be5d6b72567c0cf6e15af885e179efacd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//! [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}.

If the items are part of different scenes, the mapping includes
the relative position of the two scenes.

//! [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]