Re: [Interest] setMouseTracking() equivalent for QQuickItem?

2014-07-26 Thread Agocs Laszlo
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=

[Interest] Use Qt ActiveX framework to create a Credential Provider server

2014-07-26 Thread Denis Shienkov
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

[Interest] setMouseTracking() equivalent for QQuickItem?

2014-07-26 Thread Thomas Sevaldrud
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