Quote:
Originally Posted by Valentino
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?