QTableView word wrap one column only
-
Not possible without deriving from QTableView and doing a lot of stuff by your own.
-
Hi and welcome to devnet,
You might want to consider using a custom QStyledItemDelegate implementing the word wrap.