Skip to content

Instantly share code, notes, and snippets.

@brcontainer
Forked from anonymous/gist:103126
Created October 1, 2025 21:54
Show Gist options
  • Select an option

  • Save brcontainer/8bcddef586b8965beecce3ea5807683e to your computer and use it in GitHub Desktop.

Select an option

Save brcontainer/8bcddef586b8965beecce3ea5807683e to your computer and use it in GitHub Desktop.
view = new QWebView(this);
QPalette palette = view->palette();
palette.setBrush(QPalette::Base, Qt::transparent);
view->page()->setPalette(palette);
view->setAttribute(Qt::WA_OpaquePaintEvent, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment