How to make a column in QTableWidget read only?

前端 未结 4 787
情深已故
情深已故 2020-11-30 01:30

I would like to have one column in QTableWidget NOT editable.
In forums I have read a lot about some flags but could not manage to imp

4条回答
  •  北海茫月
    2020-11-30 02:17

    I came to a better suggestion, just overwrite the cellDoubleClicked signal with a new SLOT. This is, if you want none of the cells to be modified

提交回复
热议问题