Hello,

I've a very simple QDialog that holds only a QTextBrowser, in order to simulate the bubbles of my TrayIcon (Cause the showMessage() function of the QSystemTrayIcon shows nothing on Win2000 ).

I would like to detect when the user click the QTextBrowser, but I've seen no signals to listen.
I'm not sure this is possible...

Have you got an idea ?
Thanks