Results 1 to 2 of 2

Thread: Platform specific events generation

  1. #1
    Join Date
    Apr 2006
    Location
    Saint-Petersburg, Russia
    Posts
    63
    Thanks
    15
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default 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 ?
    Best regards,
    Yuriy Rusinov.

  2. #2
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default 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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.