Chromium内核原理之多进程架构 https://www.jianshu.com/p/bb50ea1a5e92
https://www.cnblogs.com/MakeView660/category/1629679.html 比较全的qt cef示例 推荐
https://github.com/cretz/doogie qt浏览器各种平台的,开源
https://github.com/cretz/qt_cef_poc
https://github.com/GreatTux/CefMinGWQt
https://blog.csdn.net/qq_31683775/article/details/84025025 qt cef windows
https://blog.csdn.net/baidu_30570701/article/details/91131073 Qt通过QCefView使用libcef
https://forum.qt.io/topic/74647/qt-cef-integration-on-linux Qt+Cef integration on Linux
QT CEF3 消息循环处理 https://blog.csdn.net/xiezhongyuan07/article/details/79237124
编译自制浏览器:https://www.cnblogs.com/lyj00912/p/11385654.html cefsimple
https://www.cnblogs.com/lenomirei/p/12195915.html cef simple示例
https://blog.csdn.net/csdnyonghu123/article/details/87982333 非常好的windows下编译,写示例代码
https://blog.csdn.net/cqclark/article/details/49121027 cef研究2 :详细介绍了simple demo
https://www.cnblogs.com/chechen/p/6104943.html 详细介绍,包括示例 client示例,支持浏览器大部分功能的,很棒。
https://blog.csdn.net/u014552102/article/details/81055865 qt windows 移植到 linux