>
> Hi Victor
>
> in Python you can use 'hasattr' builtin function:
> edit = QLineEdit()
> if hasattr(edit, 'setPlaceholderText'): edit.setPlaceholderText('foo')
>
> Cheers
> Martin

Great! Thanks!
_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to