-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stand-alone application #30
Comments
Sounds cool but I know nothing about this. Where can I read more? |
For PyQt (GPL) documentation and examples, see: http://pyqt.sourceforge.net/Docs/PyQt4/qwebview.html and https://github.com/pyqt/python-qt5/tree/master/PyQt5/examples/webkit Alternatively, you can use PySide (LGPL): https://pyside.github.io/docs/pyside/PySide/QtWebKit/index.html These are Python-based solutions, however a simple QML-based browser would also work well: http://doc.qt.io/qt-5/qtwebkitexamples-webkitqml-flickrview-example.html |
Proof of concept, do on a command line
... rodeo starts in a browser window (firefox on windows 7 in my case)
and now the unbelievable: I'm impressed (what a shame their is a Python3 porting effort to enjoy this) Ok, in this use-case (maybe Qt4 QtWebKit is showing its age):
|
Qt5 version:
In this use-case (Qt5 Webkit only, as QtWebEngine is not compilable with vs2010):
|
see 1.0 |
👍 |
It would be nice to have a PyQt-Webkit wrapper to make it a stand-alone app:
The text was updated successfully, but these errors were encountered: