I'm currently trying to get Qt to work with my existing program.
I use SFML to create an OpenGL rendering context and create a window. What I have tried so far, however, always creates a separate Qt window instead of just converting to an existing context.
Is there a way to get Qt to render an existing OpenGL context?
source
share