I’m creating a calender app and I finished the view widget for an appointment, which is basically a collection of QLabels.

It works like a charm, but I have a problem with the layout of the last 3 lines.
Every line is a QHBoxLayout and they are grouped in a QVBoxLayout.
I want the widgets in each QHBoxLayout to be aligned to the left (which they are standard) but there is this waste of space. Is there a way of contracting the space of the QHBoxLayout to the size of the widgets? And keeping in that size even if the window stretches?
Set alignment for layout: