skarbot / examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

note to self

skarbot opened this issue · comments

def headerData(self, section, orientation, role):
if orientation == QtCore.Qt.Horizontal and role == QtCore.Qt.DisplayRole:
return 'test'

return None