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: 2 months ago
JSON representation
PyQt widget of macOS native WKWebView emulating QWebEngineView
- Host: GitHub
- URL: https://github.com/liuzikai/pyqt-macos-native-webview
- Owner: liuzikai
- Created: 2021-10-16T00:54:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T15:08:24.000Z (over 1 year ago)
- Last Synced: 2025-04-01T22:24:19.491Z (3 months ago)
- Topics: gui, macos, pyqt, pyqt6, webview
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.