HI,
I'm new in pyqt5 and I'm going to realize a GUI where on the left I have 3 buttons and on the right I could have different widgets depending on which button has been pushed.
Scenario looks like this

BUTTON 1 |
BUTTON 2 | DYNAMIC AREA
BUTTON 3 |

In this scenario, where the left part is fixed (I'll always have the 3 buttons) and on the right I will have different widgets, which is the best layout to use?

The grid layout?

Thanks,
M