How do I overlay widgets in Qt?
I want to create some widgets and place them out-of-layout, but rather tweak their size and position when some other widget\'s geomet
If they're child of a widget without a layout, you should be able to move them around as you please, I think.