You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using osgQt version 3.5.7 on Qt 5.15.2.
We ran into problems with the QGLWidget used by osgQt 3.5.7.
Therefore, we would like to migrate to a newer osgQt version.
Will there be a new osgQt version tag in the near future?
And what are the difficulties of such migration?
The text was updated successfully, but these errors were encountered:
Hi mathieu,
osgQt version 3.5.7 is still using the deprecated class QGLWidget.
These widgets are not automatically resized in our integration with Qt 5.15.2.
So, we were looking for an osgQt version using QOpenGLWidget instead.
What we found is that on the master branch of osgQt this is already the case, but there is no tagged version for it.
Best regards, Thomas
We are currently using osgQt version 3.5.7 on Qt 5.15.2.
We ran into problems with the QGLWidget used by osgQt 3.5.7.
Therefore, we would like to migrate to a newer osgQt version.
Will there be a new osgQt version tag in the near future?
And what are the difficulties of such migration?
The text was updated successfully, but these errors were encountered: