QtWebEngineQuick¶
Helper functions for the Qt WebEngine (Qt Quick) module. More…
Synopsis¶
Static functions¶
def
initialize
()
Detailed Description¶
The QtWebEngineQuick namespace is part of the Qt WebEngine module.
- static PySide6.QtWebEngineQuick.QtWebEngineQuick.initialize()¶
Sets up an OpenGL Context that can be shared between threads. This has to be done before QGuiApplication
is created and before window’s QPlatformOpenGLContext is created.
This has the same effect as setting the AA_ShareOpenGLContexts
attribute with setAttribute
before constructing QGuiApplication
.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.