hello, I made a custom widget named PopUpIrregularWidget, I want to make this customed widget has transparent background, and I use the code, but the background is white, not transparent.Qt Code:
this->setStyleSheet("PopUpIrregularWidget{background : transparent;}");To copy to clipboard, switch view to plain text mode
So how to make the custom widget background transparent?
or I lost something ?
Bookmarks