How to add gui to opengl window
Unsolved
General and Desktop
-
wrote on 6 Feb 2017, 17:11 last edited by
Hi,
What libs are best to look into to add gui sidebar to opengl window?
Opengl window is constructed similar to qt opengl window example code. -
wrote on 6 Feb 2017, 17:31 last edited by
You want to add QT Elements "in" the OpenGl Window? Dont know if that works, but i think no. What about working with a OpenGLWidget and QT Elements near that Widget?
-
wrote on 7 Feb 2017, 09:00 last edited by
Yes , near widget is good.
-
wrote on 7 Mar 2017, 06:52 last edited by
You might want to look into using the QMainWindow widget. You can set a QOpenGLWidget as the "central" widget, and then add widgets on the sides by deriving from QDockWidget.