Using kdedvelop and openGL

i need to setup multiples windows or frame in the main windows and i need one or two using opengl to draw the data that is incoming from the principal windows
QUIZ
How do i set up the frame to use OPengl?
thanks.

Using QT you will have to create a new widget class derived form a GLWidget (dont remember exactly the name)… look at Qt help in Qt designer… it`s quite simple.

Any windows from this class will be able to display OpenGL rendering

however, if you have an old version of Kdevelop (1.x), there is a project call TGL that let you create QT opengl windowS.

I don’t know why, this has disappear.

thanks for the guide!!!

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.