How can i set a projectproperty with a python plugin? I like to activate the legendfilter for Nodes with existing feature.
Asked
Active
Viewed 30 times
1 Answers
1
I think this should be a comment but I have not enough rep.
This answer might help you. You need to use the QgsProject class which has a writeEntry() member function. You can get the current project with QgsProject.instance().