Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QGraphicsEffect with QOpenGLWidget issue #15

Open
MattGuerrette opened this issue Feb 6, 2018 · 1 comment
Open

QGraphicsEffect with QOpenGLWidget issue #15

MattGuerrette opened this issue Feb 6, 2018 · 1 comment

Comments

@MattGuerrette
Copy link

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

@Jorgen-VikingGod
Copy link
Owner

Did not know this issue in combination with the QOpenGLWidget.
Maybe I have some time on weekend to hack in a switch for the drop shadow feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants