PDA

View Full Version : Lowering the text in a QSpinBox



Stobie
14th February 2010, 20:57
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. Also I have to do it with qstyle, can't use style sheets.
Thanks