View Single Post
Old 02-08-2011, 11:48 PM   #17
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by Valentino View Post
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)
This is good info but I have few questions.
  • Do you need to be running from source to do this?
  • Where is the widgets.py file? I don't have one on my Windows XP machine in the install directory or its sub-directories.
  • If I were to find this file and I'm not running from source, would this change survive an upgrade?
  • Is it possible for you to implement this as a tweak?
DoctorOhh is offline   Reply With Quote