PDA

View Full Version : Platform specific events generation



YuriyRusinov
19th April 2007, 10:06
Hello !

I develop dynamic link library under Qt 4. I have to send somewhere signal to test application. If this application is under Qt, then I connect signal from library object to some slot. Which way I can generate standard system Windows or X11 event if test application is under specific platform ?

marcel
19th April 2007, 10:11
Qt only handles incoming platform specific events ( like the macEvent handler ), but does not send them too...
You will have to do everything with the platform API.