Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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 (12 months ago)
- Last Synced: 2024-02-04T17:18:14.359Z (12 months ago)
- Topics: gui, macos, pyqt, pyqt6, webview
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 5
- 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.