Qt 6.11 is out! See what's new in the release
blog
linuxdeployqt - GUI not repainting until mouse is over QOpenGLWidget
-
Hello,
I've a Qt-Widget application that I've build on Ubuntu20.4.
There it runs without any issue. (Also on Windows and Debian)
Now I want to use linuxdeployqt to generate an AppImage
This works fine (on the build system itself)
However on another system with Kubuntu 22.04 the GUI seems to not respond to clicks. When I move the mouse over the QOpenGLWidget though, everything gets updated.
So it seems that the GUI is responding but the repaint is not triggered until the mouse is over the QOpenGLWidget. What could be the reason for this? -
Hi,
That might be something you want to bring to the project author.