Qt 6.11 is out! See what's new in the release
blog
QOpenGLWidget or QWindow/QOpenGLFunctions
General and Desktop
2
Posts
2
Posters
1.0k
Views
1
Watching
-
Hello,
Now that QOpenGLWidget is out, are there major differences I should be aware of when choosing between the two? I am using a QWindow/QOpenGLFunctions implementation now which works OK but I am curious about QOpenGLWidget.
Specifically, one of the features I would like is the ability to switch from having a widget being "inside" the QMainWindow to the same widget being popped into a separate window, full screen.
Is that possible with QOpenGLWidget?
Thank you.
-
Hi,
I'd say yes. It's possible with QGLWidget so I don't see any reason it wouldn't with QOpenGLWidget