PDA

View Full Version : KDE Signals



chombium
25th January 2006, 19:22
Hi,

does someone send me a link on
KDE Signals. I mean signals send by the KDE like, key press, right click.......
I want to handle externals signals from my App, but I don't know the names of the KDE signals.

GREETZ, chombium

e8johan
25th January 2006, 19:45
These are handled like the events of the QWidget class. Look at http://doc.trolltech.com/3.3/qwidget.html and the protected members - there are all the events.