Graphics Reference
In-Depth Information
(label, str(info[field]),
suffix))
QMessageBox.information(self.iface.mainWindow(),
"Geometry Info",
"\n".join(results))
Your plugin will now display the statistics in a more readable format, for example:
We've now completed our plugin, and can use it to display information about any geo-
metry within QGIS. More importantly, we've learned how to create a complete and useful
QGIS plugin, and you can build on this knowledge to create your own plugins.
Search WWH ::




Custom Search