Closed winsoft666 closed 4 years ago
I don't think you can achieve the effect you want to do. You should know that the background is not rendered by the application not the browser engine. The browser content is drawn on the host widow which is a QWidget(actually a native window), so the background is drawn by the Qt UI framework. if you want the background to be transparent you need to change the Qt widget attribute and flags.
as I konw, only windowless render mode support transparent.
attach file is a transparent html page, QCefView don't support render transparent backgroud.
lrc.zip