You should be able to set a stylesheet at the application or top widget level. Perhaps something like:
Qt Code:
  1. qApp->setStyleSheet("QTableView { font-family: \"Times New Roman\"; font-size: 9pt }");
To copy to clipboard, switch view to plain text mode