You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use qt_monkey to automate PySide2 based application ?
If so, what is the approach ?
From theoretical point of view it is possible.
You only need somehow create object of class qt_monkey_agent::Agent at the start of program (just after QApplication creation and delete it just before QApplication destruction),
that's all. So if you use one of many ways to call C/C++ code from python,
and create shared library from qtmonkey_agent library all should works just fine.
Hi,
Is it possible to use qt_monkey to automate PySide2 based application ?
If so, what is the approach ?
Cheers
The text was updated successfully, but these errors were encountered: