QHexView
QHexView copied to clipboard
A versatile Hexadecimal widget for Qt5
QHexView 5.0 is now under development! The widget is almost rewritten from scratch in order to keep its codebase as simple as possible. I'm interested to listen all feedbacks here...
Once `searchForward` finds a result, subsequent calls to `searchForward` do not move the cursor. `searchBackward` does move the cursor in its analogous case. https://github.com/Dax89/QHexView/blob/4d06da87e7e9202d1d760afaee6f4a4b297612fc/document/qhexdocument.cpp#L175 I believe this line needs a...
You are using `int` as offsets, which makes it impossible to open/inspect large files. Please use `q(u)int64` instead
If I understood it correctly, this repository was meant to be used as a submodule in an other project and therefore the CMakeLists.txt file was kept minimal. I on the...
Make scrolled lines proportional to the mouse wheel movement for more natural scrolling experience.
Hello everyone, and congratulations on this viewer, which is among the best I have seen for QT. I am facing a series of problems that I cannot understand if they...