'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



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source