Re: [Interest] QGraphicsView and OpenGL in Qt6

2023-11-23 Thread Calogero Mauceri
Hi Shawn, Thanks for your exhaustive explanation. As I mentioned the application is pretty complex, it is not only showing tiles but much more items the user can interact with. Reimplementing it would be a huge amount of work that would require too much time and resources and be bug prone. I am l

Re: [Interest] QGraphicsView and OpenGL in Qt6

2023-11-23 Thread Shawn Rutledge via Interest
On 23 Nov 2023, at 02:37, Calogero Mauceri wrote: Hi all, We finally decided to port our Qt5 based application to Qt6. It is a pretty complex application. The main view is a QGraphicsView with multiple items: images, paths, possible animations and so on. I remember in Qt5 OpenGL rendering was

[Interest] Preventing MultiPointTouchArea interactions to pass through to Flickable

2023-11-23 Thread Nuno Santos
Hi, I’m handling touch interaction on some custom knobs with MultiPointTouchArea. The problem is when I try to interact with this elements when they are contained in a Flickable. Depending on the orientation of the flickable and the interaction, the flickable moves as well. Is there anyway to