new osgQt version
bleich-t opened this issue · 2 comments
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?
There is no plan to update osgQt. However if you have some issues that you can describe, maybe someone will help ?
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