aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/includes/item.qdocinc
blob: 4cb2652bbfc1dc1f3852b071e58d2b9b8d22c18d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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]