QGIS/plugins/plugin_template
timlinux 92e1be151a Implemented state handling via qgsproject for copyright label.
Updated _all_ plugins so that initGui() is implemented as a slot.
This is required if you wish to use qgsproject for storing and reinstating state in qgis. The reason for this is that the initGui() method is only called once at the moment when qgis starts up. I will be adding a signal to qgisproject 'projectLoaded' that will be emitted when a new project is loaded. I will also be adding connect() for each plugin when its initially loaded in qgisapp so that the initgui slot is called whenever the project loads.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2238 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-11-12 13:55:19 +00:00
..
2004-06-04 10:23:47 +00:00
2004-05-27 11:09:44 +00:00
2004-04-27 16:15:19 +00:00

##############################################
    QGIS PLUGIN TEMPLATE DIRECTORY

              T.Sutton 2004
##############################################

Please do not edit the files in this directory
unless you know exactly what you are doing - 
these files are used as the basis for creating
new plugins. Altering these files may break
the automated plugin template generation process.

Please visit: http://mrcc.com/qgiswiki/PluginDevelopersGuide

For more information on creating plugins.