parkouss / funq

funq is a python framework to write FUNctional tests for Qt applications
Other
64 stars 18 forks source link

Trigger QAction #43

Closed ubruhin closed 6 years ago

ubruhin commented 6 years ago

For some tests, I need to trigger menu/toolbar actions (QAction). I guess this is not possible yet with funq (except with keyboard shortcuts, but not every action has a shortcut), right? Does someone already have an idea how this could be implemented?