QCefView
QCefView copied to clipboard
[FEATURE] Using QCefView from QML
trafficstars
I would like to use this component from a QtQuick application. I found https://github.com/CefView/QCefView/issues/34 which is closed but I did not manage to succeed.
When running the app, all I get is a grey screen. In the verbose logs, it can be seen that network communication is actually happening.
I am using MacOS 13 (Ventura), clang 13 compiler and Qt 5.15
My code can be found in a comment below. Mostly I was trying the method https://github.com/edelhirsch/widgetitem is recommending. The same code works for the QPushButton widget used in that repo.