I am working on PyQt5 where I have a QTableWidget. It has a header column which I want to word wrap. Below is how the table looks like: As we can see that the header label like Maximum Variation Coefficient has 3 words, thus its taking too much column width. How can wrap the words in the header. Below is