I am trying to render a QOpenGLContext to a QWindow. The goal is to use this QWindow in another MainWindow. Is it possible to display a QWindow inside another Qt program's MainWindow?
Asked
Active
Viewed 311 times
1 Answers
0
Well, if you are trying to open an extra window from your application's MainWindow, you could check this post, it is a nice guide on the topic. Also this Stackoverflow post could help.
In his comment, @Samoth told you that's not possible to open a window inside another one, and he's right. But I think that you only want to open a new window from the starting one (in that case, see the links above).