QQmlExpression

PyQt5.QtQml.QQmlExpression

Inherits from QObject.

Description

TODO

Methods

__init__()

TODO


__init__(QQmlContext, QObject, str, parent: QObject = None)

TODO


__init__(QQmlScriptString, context: QQmlContext = None, scope: QObject = None, parent: QObject = None)

TODO


clearError()

TODO


columnNumber() int

TODO


context() QQmlContext

TODO


engine() QQmlEngine

TODO


error() QQmlError

TODO


evaluate() (Any, bool)

TODO


expression() str

TODO


hasError() bool

TODO


lineNumber() int

TODO


notifyOnValueChanged() bool

TODO


scopeObject() QObject

TODO


setExpression(str)

TODO


setNotifyOnValueChanged(bool)

TODO


setSourceLocation(str, int, column: int = 0)

TODO


sourceFile() str

TODO

Signals

valueChanged()

TODO