Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

OpenGL/Qt Quick Scene Graph and mouse interaction

$
0
0
There are different ways to achieve this. To handle mouse interaction on the lowest level possible you will have to subclass QQuickItem and reimplement the relevant functions there. This QQuickItem can then use your custom code for painting. Or you expose properties on your custom item to do what you want and use regular MouseAreas to connect to these properties.

Viewing all articles
Browse latest Browse all 4972

Trending Articles