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