coin3d / quarter

Coin GUI binding for Qt
BSD 3-Clause "New" or "Revised" License
39 stars 28 forks source link

Qt version check #58

Closed limingyin18 closed 2 years ago

limingyin18 commented 2 years ago

QOpenGLWidget introduce since Qt 5.4.

https://github.com/coin3d/quarter/blob/6297049ae09920e945d8c63671e1d907ecfa8ebb/include/Quarter/QuarterWidget.h#L42-L47

VolkerEnderlein commented 2 years ago

Thanks for your comment. This should read the other way round. QGLWidget has been removed since Qt6 and therefore cannot be used anymore. As QGLWidget provided some additional features that have not been added to QOpenGLWidget we wanted to stick as long as possible to the QGLWidget.

limingyin18 commented 2 years ago

Thanks for reply. Get the point.