opengl+interaction
-
If I want to use Qt's opengl module to render something, and then use 2D Graphics to do some interactive operations, such as rectangular cropping and circular selection, are there any ready-made components to achieve this, or do I have to listen to some events to implement it myself?
-
Hi and welcome to devnet,
Are you thinking about something like QRubberBand ?