How to make QHeaderView editable like data in cells?

540 views Asked by At

I'm using a QAbstractTableModel to edit a panda dataframe. Editing the contents of the table was easy but i can't find the way to rename columns and rows inplace(like the rest of the data in the table). How I can do that?

0

There are 0 answers