Quote:
Originally Posted by KevinH
For the record, I studied both the qupzilla, and otter QWebEngine browser implementations to actually see a working model that handled real world stuff. Luckily both exist on github and have some good example working code (and some required workarounds).
|
I actually wrote my own browser as way to learn the warts of web engine
https://github.com/kovidgoyal/vise
so porting calibre stuff to it was relatively painless, in comparison.