You can try overriding viewportEvent in your Qt QGraphicsView and call setCursor() there after the drag mode sets its own cursor. That way your custom cursor will be reapplied each time.
Javierowess Yesterday, 04:01Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at The Qt Company.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
Determining Field Index in QSqlRelationalTableModel when Using QSqlRelation
5th September 2025 17:38 by Spiff