QtWebEngine¶
Helper functions for the Qt WebEngine (Qt Quick) module. More…

Synopsis¶
Static functions¶
def
initialize
()
Detailed Description¶
The QtWebEngine namespace is part of the Qt WebEngine module.
-
static
PySide2.QtWebEngine.QtWebEngine.
initialize
()¶ Sets up an OpenGL Context that can be shared between threads. This has to be done after
QGuiApplication
is created, but before a Qt Quick window is created.This has the same effect as setting the
AA_ShareOpenGLContexts
attribute withsetAttribute
before constructingQGuiApplication
.