Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Greetings ex-trolls,
Qt 4 has a useful QGraphicsView function called items. It returns every single item at a given position.
QList<QGraphicsItem *> items(const QPoint & pos) const;
Is there something similar with a QQuickView ?
Thanks ♥.