We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04e2df commit 8cf51f2Copy full SHA for 8cf51f2
src/ert/gui/simulation/view/update.py
@@ -46,6 +46,7 @@ def __init__(self, data: DataSection, parent: QWidget | None = None):
46
self.setRowCount(len(data.data))
47
self.setHorizontalHeaderLabels(data.header)
48
self.setSelectionBehavior(QAbstractItemView.SelectionBehavior.SelectRows)
49
+ self.setEditTriggers(QAbstractItemView.NoEditTriggers)
50
horizontal_header = self.horizontalHeader()
51
assert horizontal_header is not None
52
horizontal_header.setSectionResizeMode(QHeaderView.ResizeToContents)
0 commit comments