Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello everyone!
I have a couple of qDockWidgets on my MainWindow. So the question is : Is it possible to set QDockWidgets behind the mainwindow, when mainwindow is active?
Thank's a lot!
I believe the QDockWidgets' parent is the QMainWindow, so they will always be stacked on top of it.
Ok, thank's
Hi,
An alternative you have is to make them invisible when your main window is not active.