6

The methods QgsProject.instance().writeEntry() and QgsProject.instance().readEntry() can be used to programmatically set project properties. According to the QGIS API reference the properties correspond to those of the .qgs project file (or rather to the xml tags within it). However, I'm interested in a compact list of all attributes that can be modified.

Is there any list which provides an overview of all properties that can be accessed using the above methods?

1
  • 1
    Tricky, because various bits of QGIS define their own properties for their section in the file. Hence the valid properties are defined all over the QGIS codebase. Commented Dec 5, 2016 at 16:31

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.