<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi,</p>
<p>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.</p>
<p>I tried</p>
<p><span style="font-family: courier new, courier, monospace;">myDialog.accepted.connect(myFunction)</span></p>
<p>but it tells me</p>
<p><span style="font-family: courier new, courier, monospace;">AttributeError: 'QgsAttributeForm' object has no attribute 'accepted'</span></p>
<p>Anyone has a hint what kind of signal I could use to process data on acceptance or closing of an attribute form?</p>
<p>Thanks,</p>
<p>Andreas</p>

</body></html>