PDA

View Full Version : OpenGL with Qt



sujan.dasmahapatra
10th August 2009, 17:25
Dear Friends
I want to use opengl graphics in Qt. Can I bind openGL with Qt framework. ??
I want my main screen to be openGL window and there would some graphicItems.
Like in VC++ I can bind openGL is there a way to integrate openGL with Qt ??
Please help me someone. !!!

georgep
10th August 2009, 20:18
http://www.digitalfanatics.org/projects/qt_tutorial/chapter14.html

john_god
10th August 2009, 21:02
Using Opengl in Qt is very easy.
You can start by open the Assitant and serch for QGLWidget. Also you have the opengl demos. They are very well explained.