Re: [PyKDE] PyQt: Better highlighting in QTabWidgets (improves eric3 and other Qt3.x apps)

2005-12-14 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thilo Ernst schrieb: > Hello, > > > in our own simulation-related PyQt app as well as in eric3 we found that > the current tab in a QTabWidget is visually hard to recognize: apart > form the decoration lines and a barely visible increase in the heigh

[PyKDE] Using kdedistutils to install application icon

2005-12-14 Thread Ismail Donmez
Hi, Did anyone managed to use kdedistutils from PyKDEeXtensions to install application icon ( not icon data but the icon of the main application ) ? Regards, ismail ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/m

Re: [PyKDE] PyQt: Better highlighting in QTabWidgets (improves eric3 and other Qt3.x apps)

2005-12-14 Thread Thilo Ernst
Hello, apparently the source text was a bit mangled on the way through the mailing list, so I re-send it as an attachment "hltabwidget.py". The monkey-patching can also be done by simply importing this module before any QTabWidget's are instantiated. Best regards, Thilo Ernst, Fraunhofer FI

[PyKDE] PyQt: Better highlighting in QTabWidgets (improves eric3 and other Qt3.x apps)

2005-12-14 Thread Thilo Ernst
Hello, in our own simulation-related PyQt app as well as in eric3 we found that the current tab in a QTabWidget is visually hard to recognize: apart form the decoration lines and a barely visible increase in the height of the tab's background it looks just like the other tabs. As a consequence,