Are you talking about text eliding and the default 3-dot ellipsis that is inserted? That's not a heading separator. Look at QAbstractItemView::setTextElideMode() and set it to Qt::ElideNone.The default appears to be 3 little dots.
Are you talking about text eliding and the default 3-dot ellipsis that is inserted? That's not a heading separator. Look at QAbstractItemView::setTextElideMode() and set it to Qt::ElideNone.The default appears to be 3 little dots.
d_stranz,
It's not at the end of the text but between each row, instead of a line as is in the data grid. I had tried the ElideNone option and it had no effect. I would have "thought" it to use the grid lines as separators, but I've been warned about thinking before.
Thanks for the responses though.
Bookmarks