Don't return the Qt::ItemIsEnabled flag for it.
Don't return the Qt::ItemIsEditable flag for it.or make it only readable?
Probably by reimplementing proper mouse events on QHeaderView.2. Disable column selection when clicking the headerLabel of particular column?
See QHeaderView::setResizeMode.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?
Bookmarks