QQmlPropertyMap

PyQt5.QtQml.QQmlPropertyMap

Inherits from QObject.

Description

TODO

Methods

__init__(parent: QObject = None)

TODO


clear(str)

TODO


contains(str) bool

TODO


count() int

TODO


__getitem__(str) Any

TODO


insert(str, Any)

TODO


isEmpty() bool

TODO


keys() List[str]

TODO


__len__() int

TODO


size() int

TODO


updateValue(str, Any) Any

TODO


value(str) Any

TODO

Signals

valueChanged(str, Any)

TODO