@Pl45m4
"That's not possible. A widget can only have one base layout at a time."
This is what I want to know, I will look for another solution, probably I will use absolute positioning inside centralWidget.
"Why not use a HBox layout, move all your current stuff (the VBox layout) to the left and use the right for your popup widget?"
Cuse I can't change overall positioning in this app. My popup notification must pop above all contents and not to affect existing content. So this widget is not visible most of the time, under some circumstances it becomes wisible, and after few seconds it will disappeare.