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

Qt stdout runtime warnings: Attempt to set a screen on a child window. #135

Open
andyferris opened this issue Sep 15, 2016 · 1 comment
Open
Labels
Milestone

Comments

@andyferris
Copy link
Contributor

I'm getting a lot of stdout chatter of the form:

0x1d4d670 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x197b460) ): Attempt to set a screen on a child window.
0x1d6ee10 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x197b460) ): Attempt to set a screen on a child window.

There is a lot of related info at:

http://stackoverflow.com/questions/33545006/qt5-attempt-to-set-a-screen-on-a-child-window-many-runtime-warning-messages

@c42f
Copy link
Owner

c42f commented Sep 15, 2016

According to the stack overflow post, we'd need to move 100% to Qt5 and use QOpenGLWidget to fix this.

It's well past time for a displaz 0.4 release, maybe that should be the last version supporting Qt4, and then we move forward with Qt5.

@c42f c42f added the cleanup label Oct 2, 2016
@c42f c42f added this to the 0.5 milestone May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants