PySide6.QtWebView.QtWebView¶
- class QtWebView¶
- The QtWebView namespace provides functions that makes it easier to set-up and use the WebView . More… - Synopsis¶- Static functions¶- def - initialize()
 - Note - This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE - Detailed Description¶- static initialize()¶
 - This function initializes resources or sets options that are required by the different back-ends. - Note - The - initialize()function needs to be called immediately before the QGuiApplication instance is created.