Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.0
-
None
Description
Hello guys, I got one suggestion for you.
When I am working with native events and I want them to transform into a QEvent, I have to do it manually, to handle all events.
It would be really helpful for people, working with native events to have a static method which transform native event to a QEvent*:
static QEvent* QEvent::fromNativeEvent(...) { }
Attachments
Issue Links
- relates to
-
QTBUG-35968 support native event in qtestlib
- Open