I don't want rows to be highlighted on mouse hover. How to disable this highlighting?
Either remove highlighting at all or change it's color: both solutions are fine.
tView->setStyleSheet("QTreeView::item:hover{background-color:rgb(255,255,255);}");