To load a project file call QgisInterface::actionOpenProject()
most app-related stuff that a plugin can do are in the QgisInterface class
On a related note:
If you want the plugin to do something when a project file is loaded,
you need to connect to the QGisInterface projectRead() signal
http://www.qgis.org/api/classQgisInterface.html#af740dfa32487613224a249c8f5c2111b
This will ensure that when a project is loaded your code will get called.
On Mon, Nov 19, 2012 at 2:12 PM, Justin Hubbard
<[email protected]> wrote:
> Hi
>
> I must be missing something... I have searched the API and the web, but
> cannot find out how to do this seemingly simple task
>
> I want to make my plugin automatically load a specified .qgs Project file
> into QGIS when the plugin is activated.
>
> I'm sure that I must be missing something.
> Any help appreciated
>
> Thanks
> Justin
>
> _______________________________________________
> Qgis-developer mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer