PyloidAPI
The PyloidAPI
class is implemented by inheriting from QObject.
Used with Bridge
The PyloidAPI
class is used in conjunction with the Bridge
decorator to enable interaction between JavaScript and Python. The Bridge
decorator allows Python methods to be called from JavaScript.
Bridge
Decorator
Bridge
DecoratorThe Bridge
decorator can take the following parameters:
result
: Specifies the return type.args
: Specifies the argument types.
Usage Example
Last updated