I am happily using QTestLib
to write tests for my Qt5
widgets based UI. There has seemed to be no shortage of features and convenience functionality until now, when I tried to find a way to simulate mouse wheel events.
I have looked at the official documentation, and an official example but I can't seem to figure out how to go about simulating mouse wheel events.
Does this not exist? Or am I missing something? How should I create dummy mouse wheel events using QTestLib
?