<div></div>Hi,<br>I am trying to acces to the value stored in a field defined as Relation Reference widget, I tried this code:<br><br><span>    </span>dialog.findChild(QWidget,"fk_via_cod")<br><br>so I access to the object but not to the value.<br><br>I need to do something like this<br> <span>    </span>nameFieldDir = dialog.findChild(QLineEdit,"cod_direzione")<br><br>How I can perform this?<br><br>Regards<br><br>Enrico Fiore<br><br><br><br><br>