When QTableWidget cell content is wrapped, his font is shrinked. To avoid this behaviour, I tried this

Qt Code:
  1. tw->setStyleSheet("font-size: 90%;");
To copy to clipboard, switch view to plain text mode 

With no results. Any solution?