Qt 6.11 is out! See what's new in the release
blog
How to raise one undocked dockable widget above another?
-
I haven't tested to be sure, but
QWidget::raise()should do it. -
Hi
Did you try lower() on the "other" one ?
or
http://doc.qt.io/qt-5/qwidget.html#stackUnder -
@Vadi2 Hmm, could you share some code to create the dock windows that I can test and try some things on? Doesn't have to be the actual code, just something I could use to duplicate the issue on my system.