I have 3 widget in a QHBoxLayout; when one of these is hidden, the layout is rearranged as if there is only two widget.
I need that the hidden widget is not shown but the layout is unchanged.
how can I obtain this behaviour?

thanks