Hi,
i would like to know thru' example how to use QT::Event Priority. I read QT documentation but couldn't come to know how to use it.
or how to set priority for events in QT?
e.g. if there are 3 events:
1.button clicked
2. paint event
3. timer event
now how to set highest priority to button clicked event?
Thanks,
sanujas


Reply With Quote

ostEvent() API. You cannot set the priority of the events generated internally by Qt Framework.
Bookmarks