I define the font size for all views/widgets in main. But I would like to set a different font size to a spinbox in one of the views. I do this explicitly like this
Qt Code:
font.setPointSize( 48 ); pSpinbox->setFont( font );To copy to clipboard, switch view to plain text mode
But the font size of the spinbox remains the same? What is wrong?
Bookmarks