Hello,
I have an application that consist of a glutdisplay.
I want put this gutdisplay in a my layout.
It's possible?
Any suggestions?
Regards
Hello,
I have an application that consist of a glutdisplay.
I want put this gutdisplay in a my layout.
It's possible?
Any suggestions?
Regards
Unlikely. You should create the window from QGLWidget instead of using GLUT for that. You can still use GLUT for other things.
Bookmarks