Yes, you can use a stylesheet !
It's very elegant, and easy to use / change...
This should be something like this :
stack->setStyleSheet( "{background-image : url(your_image.png)}" );
Not sure of this syntax though, but that's the idea.
EDIT :
You can even specify the stylesheet through Qt Designer
Bookmarks