Results 1 to 3 of 3

Thread: What is equivalent to CreateEvent of windows(VC++) in QT???

  1. #1
    Join Date
    Mar 2011
    Location
    Coimbatore,TamilNadu,India
    Posts
    382
    Thanks
    10
    Thanked 13 Times in 12 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default What is equivalent to CreateEvent of windows(VC++) in QT???

    CreateEvent equivalent in QT??

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: What is equivalent to CreateEvent of windows(VC++) in QT???

    From http://msdn.microsoft.com/en-us/libr...vs.85%29.aspx:
    Applications can use event objects in a number of situations to notify a waiting thread of the occurrence of an event.
    In some circumstances the Qt equivalent is signal and slot(s). It seems the CreateEvent mechanism can be used to provide mutual exclusion in which case QMutex would be a close match and QSemaphore less so. Which suits your application best really depends on what your application is.

  3. #3
    Join Date
    Mar 2011
    Location
    Coimbatore,TamilNadu,India
    Posts
    382
    Thanks
    10
    Thanked 13 Times in 12 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: What is equivalent to CreateEvent of windows(VC++) in QT???

    How to set those events when ever we want.??/

Similar Threads

  1. cin Equivalent in Qt
    By amiref in forum Qt Programming
    Replies: 1
    Last Post: 27th March 2011, 18:16
  2. Standars windows list view equivalent
    By Vertilka in forum Qt Programming
    Replies: 4
    Last Post: 19th October 2009, 14:22
  3. equivalent
    By deepa.selvaraj in forum Qt Programming
    Replies: 3
    Last Post: 12th November 2007, 18:33
  4. Equivalent function
    By Sarma in forum Qt Programming
    Replies: 5
    Last Post: 10th March 2006, 13:03
  5. what's the equivalent with DPtoLP in windows
    By cocalele in forum Qt Programming
    Replies: 6
    Last Post: 1st March 2006, 06:57

Tags for this Thread

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.