[Qgis-user] How can I call pluginA from pluginB?
Luigi Pirelli
luipir at gmail.com
Tue Apr 19 04:12:43 PDT 2016
hi Ryo
remember that python plugins simply are python modules => import your
plugin PluginB and instantiate or get it's instance from
qgis.utils.plugins dictionary
regards
Luigi Pirelli
**************************************************************************************************
* Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS:
https://www.packtpub.com/application-development/mastering-qgis
**************************************************************************************************
On 19 April 2016 at 12:47, 荻原 <pushbonx at gmail.com> wrote:
> Hi!
> I would like to ask a question how to call different plugin from a plugin.
>
> I made two plugin using plugin builder .
>
> when I want to use plugin, I click plugin Icon in toolbar or menu,and
> the main window open.
> (That plugin is dockwidget plugin)
>
> I would like to do that from plugin.
> when I click one button in pluginA , pluginB Main Window Open,That's it.
>
> If anyone know that solution, please help me .
> thank you for reading my question.
>
> Ryo Ogiwara
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
More information about the Qgis-user
mailing list