I would like to create carousel with QLabels. Nothing special. Each QLabel will contain only text. I'm not using QML.

Just a quick qt designer example. QLabels will be added/created programmatically, not in designer.
carousel.png

My first idea was to add all QLabels in QHBoxLayout and us hide()/show() to create carousel like view.

Any ideas or suggestions are welcome.