PDA

View Full Version : renderText is not working correctly



validator
26th May 2008, 08:24
I have a class by name Map that inherits from QGLWidget. I draw all shape in PaintGL method of Map class. I have another class by name Objects that inherits from QGLWidget. Objects class has writeText Method. I want to write text with renderText function so I call renderTexr function in writeText method. Problem is that I can not write any text in mainwindow. What is the problem...

validator
26th May 2008, 14:06
Answer??????

validator
27th May 2008, 08:17
answerrrrrr

jpn
27th May 2008, 16:55
Perhaps it would help if you attach something minimal but compilable people can try themselves out.