Using opengl in QT
-
Hi jheengoo,
maybe those examples can be helpful: "examples-widgets-opengl":https://qt-project.org/doc/qt-5/examples-widgets-opengl.html -
Keep in mind however that some of the examples there are way too old and do not reflect the modern Qt & OpenGL practices that are desirable nowadays.
When starting from scratch, https://qt-project.org/doc/qt-5.0/qtgui/openglwindow.html is perhaps a better introductory example.