Hello,
Try enabling hover events (QQuickItem::setAcceptHoverEvents), they are disabled
by default. Then handle them in hoverEnter/Leave/MoveEvent().
Best regard,
Laszlo
From: interest-bounces+laszlo.agocs=digia@qt-project.org
[interest-bounces+laszlo.agocs=
Hi all.
I found out in Qt documentation an opportunity to use the ActiveX feature:
http://qt-project.org/doc/qt-5/activeqt-index.html
Having read documentation and having looked at examples I have some more
questions:
1) Whether it is possible to implement the MS Credential Provider
feature
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