I had the same issue when using Qt Designer. I used a simple frame as a placeholder for an OpenGL widget, then in the main window designer I manually created an OpenGL widget and assigned it to a placeholder frame (as a child).
The main advantage here is that you see where the OpenGL widget should be when developing your interface. The main disadvantage is that some coding is still required to configure the GUI.
Sadsido
source share