美文网首页
QGIS: create plugin with plugin

QGIS: create plugin with plugin

作者: cnfeigo | 来源:发表于2017-03-05 02:41 被阅读0次

用plugin builder初始化plugin
1,使用plugin builder,按要求填写资料
2,在OSGeo4w shell 中运行:
pyuic4 -o FeigoTest_dialog_base.py FeigoTest_dialog_base.ui (重点)
pyrcc4 -o resources.py resources.qrc
3,重启qgis

网上有很多教程,大多数漏了(重点),导致失败。

相关文章

网友评论

      本文标题:QGIS: create plugin with plugin

      本文链接:https://www.haomeiwen.com/subject/pslsgttx.html