HiI am working on an expression that creates an object, I need the reference to 
the object to be visible by other expressions.

I can create a global, project, variable with:
param='hello'param = QgsExpressionContextUtils.globalScope().variable('param')
But it only allows me to store text or numbers.
How can I store a reference to an object?
Oh how else can I achieve what I am looking for?

_______________________________________________
QGIS-Developer mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to