[Qgis-developer] modifier le code source de qgis avec QtCretor sous mac OX

2014-07-18 Thread otmane yazidi alaoui
I have no problem running the cmake but I can not open the source code of qgis on qtcreator to change there's someone there who can help me a thank you -- YAZIDI ALAOUI OTMANE Ingénieur d'état en Géomatique

[Qgis-developer] Accessing Plugin metadata

2014-07-18 Thread Andrew McClure
Sorry guys but this one has taken a bit too long to resolve: iface.pluginManagerInterface().pluginMetadata(u"name") returns None iface.pluginManagerInterface().pluginMetadata(u"general.name") returns None The fall back is of course something like this: self.metadata = ConfigParser()