You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that when running my application with the frameless window. My QOpenGLWidget becomes unresponsive due to the calls to QGraphicsDropShadowEffect. Removing all calls in framelesswindow.cpp fixes this issue.
Here is a link to the known issue and they state they documented that QGraphicsEffect system is incompatible with QOpenGLWidget. For those wanting to use this utility, but that have need to using QOpenGLWidget or similar interface it would be nice to have a way to disable the QGraphicsEffect* calls altogether
The text was updated successfully, but these errors were encountered:
I've noticed that when running my application with the frameless window. My QOpenGLWidget becomes unresponsive due to the calls to QGraphicsDropShadowEffect. Removing all calls in framelesswindow.cpp fixes this issue.
Here is a link to the known issue and they state they documented that QGraphicsEffect system is incompatible with QOpenGLWidget. For those wanting to use this utility, but that have need to using QOpenGLWidget or similar interface it would be nice to have a way to disable the QGraphicsEffect* calls altogether
The text was updated successfully, but these errors were encountered: