Subgroup: Project

Class: QgsProjectPropertyValue

class qgis.core.QgsProjectPropertyValue

Bases: qgis._core.QgsProjectProperty

Constructor for QgsProjectPropertyValue.

QgsProjectPropertyValue(value: Any) Constructor for QgsProjectPropertyValue, initialized to a specified value.

QgsProjectPropertyValue(QgsProjectPropertyValue)

Project property value node, contains a QgsProjectPropertyKey’s value.

New in version 3.0: Methods

dump
isKey
isLeaf
isValue
readXml
value
writeXml

Signals

Attributes

dump(self, tabs: int = 0)
isKey(self) → bool
isLeaf(self) → bool
isValue(self) → bool
readXml(self, keyNode: QDomNode) → bool
value(self) → Any
writeXml(self, nodeName: str, element: QDomElement, document: QDomDocument) → bool