21 #ifndef TY_G_A_PYTHONRUNNER_H
22 #define TY_G_A_PYTHONRUNNER_H
25 #include <QStringList>
39 explicit PythonRunner(QStringList args, QObject* parent =
nullptr);
Runs the blocking python(...) computation in a worker thread.
void finished(bool ok, QString errorMsg)
Emitted when the computation completes.
void run()
Call this slot to start the computation (meant to be invoked from the worker thread).
PythonRunner(QStringList args, QObject *parent=nullptr)