Through Qt Designer 4.2.0, I added a QTreeView and set the font size to be smaller then default (8 pt). I also changed some labels to have the smaller font size. Whenever I compile my code, all the labels have the reduced font size, but the QTreeView does not. When I used to compile this code with Qt 4.1.4 it worked fine. I was wondering if I needed to do something different, or if there was a particular line of code I can try to add rather then using Qt to set its font size.

Thanks in advance.