Hello - I am new to QT so please forgive my ignorance, but I am having trouble understanding the relationship between QStyle, colors, and fonts.

I have read the documentation for QStyle documentation and noted that it contains a method called standardPalette() which lets me set the standard colors for my custom style. I cannot find any methods that will allow me to set fonts for my custom style - is this something I would set in my QStyle object, or does the font belong to the QApplication object outside the style (QApplication::font()) ? I would have thought that font would be part of the style...

Thanks in advance,

Jimmy