c++ - How to put my QMainWindow behind my OpenGL application? -


i created qmainwindow (inherits) opens expect.

i start process (an opengl application/game), when click on button inside qmainwindow.

the problem game opens behind qmainwindow , don't know how put in foreground qmainwindow.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -