Qt 6.11 is out! See what's new in the release
blog
How to get transparent rectangle in widget?
-
Hi,
I have a QWidget ( widget 1 in the picture ). It has green background. I have next QWidget ( widget 2 ), which is child of widget 1 and it has blue background. I would like to have on wigdet 2 transparent rectangle and I would like see in this rectangle widget 1.
Picture:

-
Hi,
I have a QWidget ( widget 1 in the picture ). It has green background. I have next QWidget ( widget 2 ), which is child of widget 1 and it has blue background. I would like to have on wigdet 2 transparent rectangle and I would like see in this rectangle widget 1.
Picture:

@TomNow99
https://doc.qt.io/archives/qq/qq16-background.html
rather old, but still valid i think