Using glfw window inside Pyqt Window
问题 I have a user interface that I designed using QT designer, and converted using pyqt4. In this user interface I have tables, tabs and more... I would like to also add a glfw window inside that user interface that will interact those tables and draw some 3D objects. So i will use pyopengl in this glfw window. I am aware how to do this in seperate window, but this window has to be inside that. Is there any way to do this ? Thanks 回答1: Qt has a builtin widget for an OpenGL context called a