I am using a QTableView and QStandardItemModelto display 3 dimensional floating point arrays.
Three things I would want to know:

1. How to disable a cell or make it only readable?
2. Disable column selection when clicking the headerLabel of particular column?
3. There are 3 columns for X,Y & Z values. How to set their width so they can take equal horizontal space of tableView width?