Hi, I have a Qt Quick application with a QQuickItem derived class that does some GL rendering. In this QuickItem i have overridden mouseMoveEvent(). As with QWidgets, this event only fires when the mouse button is pressed, but unlike QWidget there is no setMouseTracking method to enable mouse move events without pressing the button.
What is the correct way of doing this in Qt Quick? I.e how do I get mouse move events in my custom QuickItem without pressing the mouse button?
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest