PDA

View Full Version : Glut display into QMainwindow Layout



Daxos
11th September 2012, 11:36
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

wysota
12th September 2012, 08:30
Unlikely. You should create the window from QGLWidget instead of using GLUT for that. You can still use GLUT for other things.