Questions tagged [qgis]

QGIS is a freely available software application designed for analyzing and displaying geographical data. It can be used on various desktop and mobile platforms, making it accessible to a wide range of users.

What could be causing autotyped variables to throw an attribute error in a QGIS Python plugin developed with PyDev on Eclipse 4.4 running on OSX 10.9.3?

After searching extensively on both here and GIS Stackexchange, I have yet to find a solution to my issue. My goal is to include an if statement in my plugin.py file that checks whether a checkbox is ticked. The plugin.py imports a class from dialog.py, w ...