Quote Originally Posted by ChrisW67 View Post
So you want the QLabel to simultaneously resize with the containing window and not resize with the containing window? Perhaps you can see the potential for confusion.

Put the QLabel in a QGridLayout with some spacers or other widgets in the other cells and set the stretch factors.
I wanted it to resize, but not to expand at the whole window, using the stretch factors did the trick, thanks so much!