Qt5.4 I am using Linux 64Bit.
I set the model of QTableView, and the model's Row is over 10,000 lines.
I applied FontRole, so the display on the hot screen became slow.
Is there a way to set the TableView's Font instead of the Model's data function FontRole?