How to raise one undocked dockable widget above another?
Unsolved
General and Desktop
-
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