[PyQt] Taskbar daemon

basweber bastian.weber at gmx-topmail.de
Sun Dec 6 17:15:41 GMT 2009



lokev wrote:
> 
> I was wondering if I could get some pointers, or directions to good
> tutorials or examples for the following:
> I want to make a daemon that runs with an icon in the system
> tray/notification area, how to i do this?
> 

http://paste.pocoo.org/show/42329/
or look at real life examples via google code search (I love this google
feature)
http://www.google.com/codesearch?hl=en&lr=&q=lang%3Apython+QSystemTrayIcon&sbtn=Search


lokev wrote:
> 
> Also, are there any good pyqt tutorials or examples for SSL-sockets?
> 
I would do this without qt, simply using this:
http://docs.python.org/library/ssl.html

(But I've never done this)

Regards,
Bastian
-- 
View this message in context: http://old.nabble.com/Taskbar-daemon-tp26618709p26666933.html
Sent from the PyQt mailing list archive at Nabble.com.



More information about the PyQt mailing list