Hello, I use QOpenGLWidget to paint , QLabel to show some messages.
The application needs to be rendered 60 fps. but when label->SetText() is called, the fps is reduced to 58-59
What it the relation of drawing between these?
And what else needs to be done to have smooth behavior?