Might want to take a look into the model you use. The QTableView "asks" the model how and what to display for each cell (model::data). Here the different roles give different options. Qt::FontRole might be where you are able to alter the line spacing.
good luck