I think it is a nice feature if we can display a label in linear progress.
I just edited the image in paint to demo example.

Just add what you want in the default slot of the QLinearProgreee, like here:
https://codepen.io/pdanpdan/pen/qBBqGWL?editors=1010
@pdanpdan Please add this example in docs.
Better example:
https://codepen.io/rstoenescu/pen/GRRrRgE?&editable=true&editors=101
From updated docs:
To add a label to the progress bar you can use the default slot. Take care to:
size big enough to allow showing the label
Most helpful comment
Better example:
https://codepen.io/rstoenescu/pen/GRRrRgE?&editable=true&editors=101
From updated docs:
To add a label to the progress bar you can use the default slot. Take care to:
sizebig enough to allow showing the label