Environment information
Describe the bug
The "Parsing" tab in the hexdump view should be read-only as it only parses the selected bytes into different formats. Currently, the text box is editable and this can be confusing as people might think it can be used to patch bytes.
To Reproduce
The following gif demonstrates how to reproduce this issue.

Expected behavior
The text box should be read-only
Looking into this. QT supports read-only features including comboboxes. Will submit a PR when I get a successful build.
I've just submitted a PR to make the parsing tab in the hexdump widget read-only.
This issue appears to have been resolved in PR #2434, looks like it can be closed.
Good catch, thank you!
Most helpful comment
This issue appears to have been resolved in PR #2434, looks like it can be closed.