This may not be a real answer but I have found where this "thing" is drawn.
qtreeview.cpp
style()->drawPrimitive(QStyle::PE_PanelItemViewRow, &opt, painter, this);
I have commented it and recompiled and its gone.