If you want to change the position of the label you use move() or setGeometry(). But understand that if the label is inside a layout the layout manager is going to more or less immediately "readjust" the size/position of the label back to where it was.
And remember that you may need to update() the label after changing its position, for the change to be made visible.
Bookmarks