summaryrefslogtreecommitdiff
path: root/clMonty.py
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2008-12-25 21:47:56 +0100
committerAnton Khirnov <wyskas@gmail.com>2008-12-25 21:47:56 +0100
commite2e5fb8b7ad1a68feaee7e03c38088ce17f1c866 (patch)
treec69b2d2592b40489ed09ec97b4a6b89965f4a484 /clMonty.py
parent267bba9c18ca04d6b3426cf5e0492b4ac6b02122 (diff)
Use QPalette instead of hardcoded colors.
Diffstat (limited to 'clMonty.py')
-rw-r--r--clMonty.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/clMonty.py b/clMonty.py
index 7427394..ad2fbc8 100644
--- a/clMonty.py
+++ b/clMonty.py
@@ -26,6 +26,9 @@ class Monty(QtCore.QObject):
_timerID=None
+ " global palette"
+ palette = QtGui.QPalette()
+
events={
'beforeSongChange':'curSongID',
'onSongChange':'oldSongID, newSongID',