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 _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
