Hello.
I'd like the top left corner of my widget (a QLabel) to stay fixed relative to the main layout so that when I 1) resize the window, 2) change the size of the widget, 3) change the identity of the widget, the absolute coordinate (relative to the main layout) of my widget is not changed. I know that stretch can't do what I want.
Thanks in advance!