<div dir="ltr">Hi all,<div><br></div><div>Are there some ways to transfer data between different pyqgis plugins? I hope plugins share state.</div><div><br></div><div>The only way I found is to make pluginA to be a child component of QgisApp(iface.mainWindow()).</div><div><br></div><div>Then in another pluginB, call findChild() to get the object(pluginA) and connect its signal.</div><div><br></div><div>This is a possible solution, but it's not easy to maintain because plugins are not initiated in the same file.</div><div><br></div><div>Is there a better solution?</div><div><br></div><div>Regards,</div><div><br></div><div>Zac</div></div>