PDA

View Full Version : create frameless Qgraphicsview



bossy
2nd May 2012, 13:01
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

Lykurg
2nd May 2012, 14:02
have you tried QFrame::setFrameStyle() with QFrame::NoFrame?

bossy
2nd May 2012, 22:34
indeed it does the trick

thanks!