Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
QtEventDispatching
Jump to navigation
Jump to search
Qt Event Dispatching
This Qt Quarterly article "Another Look at Events":http://doc.qt.digia.com/qq/qq11-events.html maybe suitable for this topic.
But from QtTimers we can see that:
- QtEventProcessing should provide an overview of how platform events are processed by Qt
- As noted in QtEventProcessing , Qt creates a hidden window with a callback function to process events.
However, "Another Look at Event":http://doc.trolltech.com/qq/qq11-events.html only provide general infomation about Qt Event System.
- The Origins of Events
- Synthetic Events
- Custom Event Types
- Event Handling and Filtering
- Accept or Ignore?