[Qgis-developer] modifier le code source de qgis avec QtCretor sous mac OX
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
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()