Not literally no... But then you did not ask for python. You need to identify the vertical header object of the view in a Pythonic fashion and then you need to call its setVisible method. If I had to guess then
Qt Code:
self.verticalHeader.setVisible(false)To copy to clipboard, switch view to plain text mode
QStyledItemDelegate but do check out the QListView first.
Bookmarks