Hi, I am trying to acces to the value stored in a field defined as Relation Reference widget, I tried this code:
dialog.findChild(QWidget,"fk_via_cod")
so I access to the object but not to the value.
I need to do something like this
nameFieldDir = dialog.findChild(QLineEdit,"cod_direzione")
How I can perform this?
Regards
Enrico Fiore
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
