PythonQt
|
Some methods to set properties of PythonQt from Python. More...
#include <PythonQtStdDecorators.h>
Public Slots | |
void | setTaskDoneCallback (PyObject *object) |
Public Member Functions | |
PythonQtConfigAPI (QObject *parent) | |
Some methods to set properties of PythonQt from Python.
Definition at line 197 of file PythonQtStdDecorators.h.
|
inline |
Definition at line 201 of file PythonQtStdDecorators.h.
|
slot |
Set a callable that is used as the argument for the add_done_callback for the Task/Future created when, e.g., an async function is connected to signal.