Hi,
I got a QPushButton and added an image on it using stylesheet. Is there anyway to stretch the image like in QLabel setScaledContents? I'm searching for stylesheet syntax to stretch the image but i can't find any.
Thanks.
Hi,
I got a QPushButton and added an image on it using stylesheet. Is there anyway to stretch the image like in QLabel setScaledContents? I'm searching for stylesheet syntax to stretch the image but i can't find any.
Thanks.
Problem solved through reimplementing paintEvent.
Bookmarks