Re: [Interest] QGraphicsView and OpenGL in Qt6

2023-11-24 Thread Volker Hilsheimer via Interest
Hi Calogero, QGraphicsView is still supported, and, like all of Qt Widgets, is in no danger of being deprecated. If you think that you are experiencing a bug in Qt, please report as usual, with a reproducer that is ideally not your pretty complex application :) Interesting information might be

[Interest] As anyone here extended or used MultiPointHandler?

2023-11-24 Thread Nuno Santos
Hi, I need a MultPointHanlder. It appears as an abstract class on Qt documentation: https://doc.qt.io/qt-6/qml-qtquick-multipointhandler.html I cannot find an example on how to extend it or use. Simply exposing it to Qml does not even seem to trigger onGrabChanged. Looking at PinchHandler and