forked from mathieu/osgQt
-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Description
Is it possible to add a OpenGLWidget
which inherit from QOpenGLWidget
for QT5 because currently the GLWidget
inherit from QGLWidget
which has been deprecated.
Do you have some clue to do this ?
I saw some code with QOpenGLWidget
but all of them use a osgVierwer::Viewer
, but I need to use a osgViewer::CompositeViewer
and add each osgViewer::View
in a Qt5 widget.
The job is actually done with a QGLWidget, but they are a lot of glitches due to the complexity of the window structure and an upgrade to QOpenGLWidget
will normaly fix them.
Thanks,
Tom
Metadata
Metadata
Assignees
Labels
No labels