[PyKDE] systray in PyQt

Jim Bublitz jbublitz at nwinternet.com
Thu Mar 25 05:31:01 GMT 2004


On Thursday March 18 2004 11:43, Maciej Paszta wrote:

> And another question: Is there any way of implementing systray
> icon in pure PyQt. I know there's suitable class provided in
> PyKDE, but it's not my intention to make my programme
> PyKDE-dependent

Yes, but you'd either have to do your own sip-based wrappers for 
the KDE code or write a C++ wrapper for your Python program that 
links it into the KDE libs.

Jim




More information about the PyQt mailing list