简体   繁体   中英

Using chromium embedded framework inside qt application

I am investigating the option of using chromium embedded framework in C++ desktop application to implement new HTML views.

The issue is all the GUI are implemented using QT Framework.

so can chromium embedded framework be used with QT?

I want some of the views to be implemented using QT while others using Chromium Embedded framework.

First I considered the option of using QTWebEngine but license is not free for commercial use however Chromium embedded framework is an open source

Just have a look at this project, https://cefview.github.io/QCefView/

QCefView encapsulates CEF and works for all desktop platforms

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM