Platform specific events generation
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 ?
Re: Platform specific events generation
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.