In Solaris 10, you can set your fton settings and make the Font Size: ...,Small, Medium, Large, Larger,... I have a subclasses QTextWidget that seems to ignore this. What do I need to do to get it to listen to the user's default font size. It seems as if the Menus in the QMainWindow listen, but the text in the subclasses QTextEdit fails to listen.

Thanks!