I'm using a spinbox with a custom font which looks too high in the spinbox. How do I move the text lower?
I have already reimplemented QStyle
and made the font lower in another widget but I can't find where to do it with the spinbox. There must be a QRect
somewhere where you can just move the top of it but I don't know and can't seem to find where it is.