Hi, this is what I'm getting:

1000
100
10
1

but this is what I want, sans the underlines:

1000
_100
__10
___1

How do I do this? Each of the numbers is a QLabel set at a fixed position.

I have tried many variations setting the alignment with Qt::AlignRight, Qt::AlignJustify, and setting the layout direction Qt::RightToLeft in the hopes that some combination would work, but it doesn't.