Tagged Questions
3
votes
1answer
302 views
Changing attribute data types using PyQGIS
OK, so I've already asked a question how to access attribute data types when developing plugin for QGIS, using PyQGIS. And one helpful member said i should use pendingFields() method on the current ...
2
votes
2answers
788 views
How to access attribute data type in QGIS?
I've been developing a plugin on QGIS platform using PyQGIS. So far plugin does the following: You can select any feature of the already loaded vector layer in QGIS. After selection, plugin displays ...