pyqt  

[PyQt] How to add buttons to showMessage() in QSystemTrayIcon ?

Fatih Arslan
Wed, 10 Sep 2008 01:04:59 -0700

Hi,

I'm developing a fronted for Synergy. I'm using intensive the
showMessage() method of the QSystremTrayIcon.
My application receives after some time some information, that will
showed  in the tray with this showMessage()

Now i want that, if this message popup, there should be 2 buttons,
like accept and reject.
I know that if i clicked the showMessage i get a Signal, and that i
can reject it with the x button on the message.

I couldn't find any solution or example code, beside that, is it
possible to do something like that ?

Regards

-- 
Fatih ARSLAN
blog.arsln.org
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
  • [PyQt] How to add buttons to showMessage() in QSystemTrayIcon ? Fatih Arslan