From ec16360da23169b84ec2c7345970fdcdfe75e179 Mon Sep 17 00:00:00 2001 From: Andrew Lamoureux Date: Fri, 22 Mar 2019 16:41:29 -0400 Subject: kaitai: allow selection of structPath text (field was disabled, now it's just read-only) --- python/examples/kaitai/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/examples/kaitai/view.py b/python/examples/kaitai/view.py index ec4b3c0e..30a088ca 100644 --- a/python/examples/kaitai/view.py +++ b/python/examples/kaitai/view.py @@ -121,7 +121,7 @@ class KaitaiView(QScrollArea, View): self.treeWidget.itemSelectionChanged.connect(self.onTreeSelect) self.structPath = QLineEdit("root") - self.structPath.setDisabled(True) + self.structPath.setReadOnly(True) self.hexWidget = HexEditor(binaryView, ViewFrame.viewFrameForWidget(self), 0) -- cgit v1.3.1