Hi
I want to set image which have transparent background on my label . But the image is not displayed on the label.
I i change the background of the image so it is not transparent, then the image is displayed in my label.
So, what could be the problem with showing image with transparent background ?
here is the code :
Qt Code:
myLabel->setPixmap(pix);To copy to clipboard, switch view to plain text mode
Bookmarks