-
-
Notifications
You must be signed in to change notification settings - Fork 117
Home
gena edited this page Oct 30, 2017
·
12 revisions
From Plugin Builder:
-
Copy or link the entire directory containing your new plugin to the QGIS plugin directory (~/.qgis2/python/plugins)
-
Compile the resources file using pyrcc4: pyrcc4 -o resources.py resources.qrc
-
Run the tests (
make test
) -
Test the plugin by enabling it in the QGIS plugin manager
-
Customize it by editing the implementation file:
qgis-earthengine-plugin.py
-
Modify your user interface by opening EarthEnginePlugin.ui in Qt Designer