November 2018
Beginner to intermediate
272 pages
5h 36m
English
One thing we still have to do is prepare the icon for the plugin toolbar. This requires us to compile the resources.qrc file, which Plugin Builder created automatically in order to turn the icon into usable Python code. This is done on the command line. On Windows, again I recommend using the OSGeo4W shell. This is because it makes sure that the environment variables are set in such a way that the necessary tools can be found. Navigate to the plugin folder and run the following command:
pyrcc5 -o resources.py resources.qrc
Restart QGIS and you should now see your ...
Read now
Unlock full access