PDA

View Full Version : Invisible characters



Myrgy
1st March 2010, 12:37
Hi.
I have QTableView for edit data in my model.
How can I display invisible characters (spaces, tabs,..., like in QT Creator) in cells of table.
As I understand, I need to create my own delegate,
but I can't find any way to display invisible characters for example in QLineedit.

Thanks.