[Qgis-developer] quick noob python question

Germán Carrillo carrillo.german at gmail.com
Wed Dec 14 07:29:55 EST 2011


Hi Duarte,

from my experience it is not possible. You can of course re-use the ui file
and implement the whole functionality on your own based on the cpp file,
basically a translation from C++ to Python. I've done this before and it is
not a complex process, but it requires time.

By the way, the folder app of QGIS source code contains
QGIS-application-specific code, so I would say you won't find there
functionality available in PyQGIS, for that you would have to have a look
to the gui and core folders.

Perhaps there are other ways to set the project file programmatically from
Python, but I don't know them, sorry.

Regards,

Germán

2011/12/14 Duarte Carreira <DCarreira at edia.pt>

> Using python is it possible to call QgsEmbedLayerDialog and set the
> project file programmatically (mProjectFileLineEdit)?****
>
> ** **
>
>
> https://github.com/qgis/Quantum-GIS/blob/release-1_8/src/app/qgsembedlayerdialog.cpp
> ****
>
>
> https://github.com/qgis/Quantum-GIS/blob/release-1_8/src/ui/qgsembedlayerdialogbase.ui
> ****
>
> ** **
>
> Thanks,
> Duarte Carreira****
>
> ** **
>
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
> --
-----------
  |\__
(:>__)(
  |/

Soluciones Geoinformáticas Libres
http://geotux.tuxfamily.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/qgis-developer/attachments/20111214/4c23e4f2/attachment.html


More information about the Qgis-developer mailing list