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.
Bookmarks