There is always an workaround!
My issue is to show a Text in OpenGL Widget.
But I can't do it becouse QPainter that privided renderText() have to be initilized in main thread or OpenGL must run in main thread. But I can't run OpenGL in main thread, becouse I have to show 9 videos (about 40*9 images in HD format per second) at the same time. If I will do this my main windows will freez.
Do I have other optionts?
thanks!
Bookmarks