Don't support transparent html page
winsoft666 opened this issue · 2 comments
winsoft666 commented
attach file is a transparent html page, QCefView don't support render transparent backgroud.
tishion commented
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.
winsoft666 commented
as I konw, only windowless render mode support transparent.