PDA

View Full Version : how to make text in QTableView autowrap.



bfyviolin
20th April 2011, 10:11
i use QTableView combine with QSqlQueryModel to query text data in the database. The problem is that the text is too long to display in a single line in QTableView, i need each cell to display the full text and autowrap without horizontal bar, how to do that ?