I want to display an animation stacked over a tableview when the table is updating, so im trying to generate a Qgraphicsview with transparent background (which i managed to do with the Qpalette), but im unable to make the frame transparent
thanks
I want to display an animation stacked over a tableview when the table is updating, so im trying to generate a Qgraphicsview with transparent background (which i managed to do with the Qpalette), but im unable to make the frame transparent
thanks
have you tried QFrame::setFrameStyle() with QFrame::NoFrame?
indeed it does the trick
thanks!
Bookmarks