Hi,

This concerns PyQt code. I am trying to process attribute data on acceptance of a QgsAttributeDialog and can't find the correct signal name that I could attach my function to.

I tried

myDialog.accepted.connect(myFunction)

but it tells me

AttributeError: 'QgsAttributeForm' object has no attribute 'accepted'

Anyone has a hint what kind of signal I could use to process data on acceptance or closing of an attribute form?

Thanks,

Andreas
_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to