-
Notifications
You must be signed in to change notification settings - Fork 209
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
QGraphicsView and QGLWidget #18
Comments
Sorry, I'm not familiar with QGraphicsView. |
I just forgot this problem, but I just come to it again ... so ... the problem is not the QGraphicsView but the openGl... if you had a widget that inherit from QGlWidget inside the Frameless Window ... it is not possible anymore to move it or resize it ... 🈂️ Any Idea ? |
no idea too...... |
same here, |
Hi, I try to use your Nice Frameless Window, but with a QGraphicsView.
Indeed, the content of my MainWindow, is juste a QGraphicsView.
To be able to optimize the performance of my GraphicsView, I use an openGL Viewport with :
ui->graphicsView->setViewport(new QGLWidget(QGLFormat(QGL::SampleBuffers)));
When I add this line, then we can't move the MainWindows, and the "Hover" on button didn't work too.
Thanks
The text was updated successfully, but these errors were encountered: