>
> Hi Victor
>
> in Python you can use 'hasattr' builtin function:
> edit = QLineEdit()
> if hasattr(edit, 'setPlaceholderText'): edit.setPlaceholderText('foo')
>
> Cheers
> MartinGreat! Thanks! _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
