Skip to content

QmlEngine

Qt Base Class: QQmlEngine

Signature: QQmlEngine(self, p: Optional[PySide6.QtCore.QObject] = None) -> None

Base classes

Name Children Inherits
QmlEngineMixin
prettyqt.qml.qmlengine
QQmlEngine
PySide6.QtQml
QQmlEngine(self, p: Optional[PySide6.QtCore.QObject] \= None) -> None

⋔ Inheritance diagram

graph TD
  1473572309136["qml.QmlEngine"]
  1473572315968["qml.QmlEngineMixin"]
  1473572333536["qml.JSEngineMixin"]
  1473299815024["core.ObjectMixin"]
  140713234304496["builtins.object"]
  1473572295472["QtQml.QQmlEngine"]
  1473572290592["QtQml.QJSEngine"]
  1473288842240["QtCore.QObject"]
  1473291690208["Shiboken.Object"]
  1473572315968 --> 1473572309136
  1473572333536 --> 1473572315968
  1473299815024 --> 1473572333536
  140713234304496 --> 1473299815024
  1473572295472 --> 1473572309136
  1473572290592 --> 1473572295472
  1473288842240 --> 1473572290592
  1473291690208 --> 1473288842240
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: QmlEngineMixin, QQmlEngine

Environment for instantiating QML components.

Source code in prettyqt\qml\qmlengine.py
class QmlEngine(QmlEngineMixin, qml.QQmlEngine):
    """Environment for instantiating QML components."""

⌗ Property table

Qt Property Type Doc
objectName QString
uiLanguage QString
offlineStoragePath QString