I have a QTableView for a custom class inherited from QAbstractTableModel.
Does someone knows a way to set a particular cell of a QTableView (or the model) as non editable according to a value from another cell of the same row of the model?
Im using PySide.
Thanks in advance.