Profile menu tooltips
authorstack <stack@inventati.org>
Sun, 8 Jul 2012 17:59:45 +0000 (19:59 +0200)
committerstack <stack@inventati.org>
Sun, 8 Jul 2012 18:02:26 +0000 (20:02 +0200)
commitf19cd7df7f4f366e903c5160d6ca9eceb8555db5
treed1d276b506e8770eb3b5a192d27ccfa6d7db2413
parentd13b4666ed644a5bc5c0cee5657ad0b801ee5ad6
Profile menu tooltips

for enabling QMenu to display tooltips I subclassed QMenu and overloaded
    event with a method that actually displays the tooltip, this is done
    in the class QMenuToolTip in the new added file qmenutooltip.py
gui.py
qmenutooltip.py [new file with mode: 0644]