OpenGL implementation
Unsolved
Game Development
-
Hi and welcome to devnet,
What version of Qt are you using ?
On what platform ?
How did you install it ?In Qt 5, QGLWidget has been deprecated in favour of QOpenGLWidget. Also depending now what you want to do a QWindow might be a better starting point.