View Single Post
Old 02-08-2011, 05:13 PM   #12
Valentino
Connoisseur
Valentino ought to be getting tired of karma fortunes by now.Valentino ought to be getting tired of karma fortunes by now.Valentino ought to be getting tired of karma fortunes by now.Valentino ought to be getting tired of karma fortunes by now.Valentino ought to be getting tired of karma fortunes by now.Valentino ought to be getting tired of karma fortunes by now.Valentino ought to be getting tired of karma fortunes by now.Valentino ought to be getting tired of karma fortunes by now.Valentino ought to be getting tired of karma fortunes by now.Valentino ought to be getting tired of karma fortunes by now.Valentino ought to be getting tired of karma fortunes by now.
 
Posts: 86
Karma: 999999
Join Date: Dec 2010
Device: some.
You can get rid of it, just find the widgets.py file in your install and change this line.

painter.fillRect(self.rect(), Qt.yellow)

to

painter.fillRect(self.rect(), Qt.transparent)
Valentino is offline   Reply With Quote