Hi guys,

I got a question on the z order of QLabels in a QFrame.
The QFrame contains QLabels without any layout, so they can overlap each other.
The QLabels can be moved by clicking on them and with QLabels::raise() I can guarantee, that the one, that is moving is on top of the other labels.
My Problem:
In case I want to drag them out of the QFrame the part of the label that is outside the QFrame.

How can I get the QLabel in front of its parent QFrame?

Thanks for answers