Is it a custom widget? Maybe you can paint it yourself?
Is it a custom widget? Maybe you can paint it yourself?
Although a weak solution, this is what got the job done:
Through Designer:
I simply created a QLabel and set the Pixmap of the label to be my background image. I then made sure that this new label was moved to the back, so that it was behind all other form items.
QT cannot do too much.
Cannot move icon/background image/border image to a fixed position.
And now, it stop you do it outside a customer widget.
So the only way is to paint by yourself, perfect.
Bookmarks