If you put them in a QStackedWidget the way Santosh suggests then the top widget will stay the correct size. You can do that with Designer if you wish.
If you actually want to paint two separate images into the one QLabel then you need to subclass and reimplement paintEvent() to call drawPixmap() twice with different offsets and images.
Bookmarks