You probably mean the items displayed in the view. It is possible that the view (or rather the delegate) renders items according to the font role of the model and ignores settings of the widget itself. So a solution would be to modify the font role for your model items. Another could be to set the font not from within Designer but using QApplication::setFont() instead.
Bookmarks