You almost had it QTreeView::item should be the one. Bookmark Qt Style Sheets Reference. That whole section is a pretty good read if you are doing this sort of thing
The font of the content of a QTreeView should be styled via the QTreeview itself e.g. QTreeview {font-size: 20pt;} and not via the style of the item
Harald Scheirich
2010-04-10 03:43:17