Base Plugins
- class qtpyvcp.plugins.base_plugins.Plugin[source]
QtPyVCP Plugin base class.
- initialise()[source]
Initialize the plugin.
This method is called after the main event loop has started. Any timers or threads used by the plugin should be started here.
This method should set
self._initialized
to true if successfully.
- class qtpyvcp.plugins.base_plugins.DataPlugin[source]
DataPlugin.