Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liuzikai/pyqt-macos-native-webview

PyQt widget of macOS native WKWebView emulating QWebEngineView
https://github.com/liuzikai/pyqt-macos-native-webview

gui macos pyqt pyqt6 webview

Last synced: 3 months ago
JSON representation

PyQt widget of macOS native WKWebView emulating QWebEngineView

Awesome Lists containing this project

README

        

# QWebKitView - PyQt Widget of macOS Native WKWebView

QWebKitView wraps WKWebView as a QWidget with PyObjC and Qt's support of native window.
The interface emulates QWebEngineView. Only part of the functions are implemented.

Safari-based WKWebView is clearly using less CPU and memory than the Chromium-based QWebEngineView
on my machine. No more fan blowing :)

The code is written for PyQt6. But PyQt5 should also work.