Consider a QWidget, normally a child in some Layout.
Supposed I want to make it fullScreen for a while, then have it return to it’s old spot.
QWidget::setFullScreen() requires that the widget needs to be an independent window – any ideas how to work it out?
The simplest way I can see is to reparent to 0. Something like this: