QQmlEngine¶

PyQt5.QtQml.QQmlEngine

Inherits from QJSEngine.

Inherited by QQmlApplicationEngine.

Description¶

TODO

Enums¶

ObjectOwnership

TODO

Member

Value

Description

CppOwnership

TODO

TODO

JavaScriptOwnership

TODO

TODO

Methods¶

__init__(parent: QObject = None)

TODO


addImageProvider(str, QQmlImageProviderBase)

TODO


addImportPath(str)

TODO


addNamedBundle(str, str) → bool

TODO


addPluginPath(str)

TODO


baseUrl() → QUrl

TODO


clearComponentCache()

TODO


@staticmethod
contextForObject(QObject) → QQmlContext

TODO


event(QEvent) → bool

TODO


imageProvider(str) → QQmlImageProviderBase

TODO


importPathList() → List[str]

TODO


importPlugin(str, str, Iterable[QQmlError]) → bool

TODO


incubationController() → QQmlIncubationController

TODO


networkAccessManager() → QNetworkAccessManager

TODO


networkAccessManagerFactory() → QQmlNetworkAccessManagerFactory

TODO


@staticmethod
objectOwnership(QObject) → ObjectOwnership

TODO


offlineStorageDatabaseFilePath(str) → str

TODO


offlineStoragePath() → str

TODO


outputWarningsToStandardError() → bool

TODO


pluginPathList() → List[str]

TODO


removeImageProvider(str)

TODO


retranslate()

TODO


rootContext() → QQmlContext

TODO


setBaseUrl(QUrl)

TODO


@staticmethod
setContextForObject(QObject, QQmlContext)

TODO


setImportPathList(Iterable[str])

TODO


setIncubationController(QQmlIncubationController)

TODO


setNetworkAccessManagerFactory(QQmlNetworkAccessManagerFactory)

TODO


@staticmethod
setObjectOwnership(QObject, ObjectOwnership)

TODO


setOfflineStoragePath(str)

TODO


setOutputWarningsToStandardError(bool)

TODO


setPluginPathList(Iterable[str])

TODO


singletonInstance(int) → QObject

TODO


trimComponentCache()

TODO

Signals¶

exit(int)

TODO


quit()

TODO


warnings(Iterable[QQmlError])

TODO