Can I see QScrollArea content outside the QScrollArea frame on the background of other widgets?
I have messenger-like QMainWindow class with 4 widgets on QVBoxLayout.
First,second and fourth – have transparent backgrounds.
Third widget is QScrollArea with dialog. And it works well, but I want to see dialog continuation over this QScrollArea, to see dialog on the background of other widgets (1,2,4) (on top and bottom).