Hi,
I'm trying to build a new QStyle where my Background will be transparent.

I tried this in my overridden polish(QPalette &palette)
palette.setBrush(QPalette::Window, Qt::transparent);

But I get a black background,
is there a different way to achieve transparency?

Thanks
Bye