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...
Bookmarks