Using QSystemTrayIcon with PyQt

Phil Thompson phil at riverbankcomputing.com
Sun Mar 30 05:08:06 EDT 2008


On Sunday 30 March 2008, Alex Teiche wrote:
> Hello,
>
> I am pretty new to Python, and have never learned C++.  I am trying to
> implement the following thing into my python application:
>
> http://doc.trolltech.com/4.3/qsystemtrayicon.html
>
> Through PyQt.  I have been using PyQt for awhile and I know how do use
> it, but I could not get this specific thing to work.  Can someone give
> me some hints as to get it working in Python?
>
> Thanks a ton,
>
> Alex

Have you looked at PyQt's systray example?

Phil



More information about the Python-list mailing list