Drag and Drop to QWindow used to render OPENGL directly
-
Hi,
I'm changing my OpenGL code to use QWindow directly as suggested by examples as QGLWidget is deprecated.
The render is working well..
But I have a problem. I need to make drag and drops to the QWindow extended class. But I saw that QWindow does not callback method to do drag and drop as QWidget classes..
How can I do it??
Thanks,
Renato Dias Viana