hi
is it possible to have QTableWidget with autosize row height ..
for example a item have 10 line text so row height for this row must 150 px and next item have 2 line text to row height for this item must be 50 px..
hi
is it possible to have QTableWidget with autosize row height ..
for example a item have 10 line text so row height for this row must 150 px and next item have 2 line text to row height for this item must be 50 px..
Try wordWrap property in QTableWidget.
Bookmarks