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.
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
If brute force doesn`t solve your problem,... you aren`t using enought!!
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!!!!!!!