Wordwrap in QTableView without Delegate?
-
Hi All,
A quick question.
Is there a way to implement word wrap functionality in QTableView without delegate?
I tried QTableView.setWordWrap but it didn't work. I guess another setting's needed.. but no idea what it is...Thanks in advance for your help.
Regards,
Sat -
Hi All,
A quick question.
Is there a way to implement word wrap functionality in QTableView without delegate?
I tried QTableView.setWordWrap but it didn't work. I guess another setting's needed.. but no idea what it is...Thanks in advance for your help.
Regards,
Sat@ShinSat said in Wordwrap in QTableView without Delegate?:
I tried QTableView.setWordWrap but it didn't work. I guess another setting's needed.. but no idea what it is...
What does your code look like? What exactly does "but it didn't work" mean? What output were you expecting and what output did you get?