QmlExpression
Qt Base Class: QQmlExpression
Signature: QQmlExpression(self) -> None
QQmlExpression(self, arg__1: PySide6.QtQml.QQmlContext, arg__2: PySide6.QtCore.QObject, arg__3: str, arg__4: Optional[PySide6.QtCore.QObject] = None) -> None
QQmlExpression(self, arg__1: PySide6.QtQml.QQmlScriptString, arg__2: Optional[PySide6.QtQml.QQmlContext] = None, arg__3: Optional[PySide6.QtCore.QObject] = None, arg__4: Optional[PySide6.QtCore.QObject] = None) -> None
Base classes
Name | Children | Inherits |
---|---|---|
ObjectMixin prettyqt.core.object |
||
QQmlExpression PySide6.QtQml QQmlExpression(self) -> None |
⋔ Inheritance diagram
🛈 DocStrings
Bases: ObjectMixin
, QQmlExpression
Evaluates JavaScript in a QML context.
Source code in prettyqt\qml\qmlexpression.py
⌗ Property table
Qt Property | Type | Doc |
---|---|---|
objectName |
QString |