I have a QDirModel attached to a QTreeView and I want to see only the paths, not the size, type and date.
Is there any way to remove these columns?
QTreeView::setColumnHidden(int column, bool hide) should do the trick.
QTreeView::setColumnHidden(int column, bool hide)