PDA

View Full Version : QT Designer : add an OpenGL control



pl01
6th October 2010, 08:51
Hi,

I would like to know if it is possible to 'visually add' a OpenGL control in the QT Designer ?

I have see several tutorial, even videos on Youtube... but it sounds that with the last version of the QTCreator it works differently ?

Thanks

Zlatomir
6th October 2010, 09:17
I don't know the answer to your question, but i guess you need to write code for that.

But i can give you a little "advice": learn to code (C++) because Qt is an C++ framework, it's it not meant to be a only "visual" tool (you need to write code eventually) and if you first learn C++ (especially pointers and OOP) the Qt framework will be very easy.

wysota
6th October 2010, 10:10
I would like to know if it is possible to 'visually add' a OpenGL control in the QT Designer ?
If you wrap it into QGLWidget and make a Designer widget plugin out of it then yes.