Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dataChanged signal #58

Closed
T-640 opened this issue May 23, 2021 · 1 comment
Closed

Add dataChanged signal #58

T-640 opened this issue May 23, 2021 · 1 comment

Comments

@T-640
Copy link

T-640 commented May 23, 2021

Whenever I make modifications to binary data inside hex view I need it to emit a signal notifying that this data has been changed. A signal like this inside QHexView class would be ideal:

void dataChanged (QByteArray);

Currently the closest equivalent is documentChanged() signal of QHexDocument, but it is a bit cumbersome to use. It is triggered “spuriously” (for this particular case) by changes in metadata as well, like parts of widget being highlighted.

@T-640
Copy link
Author

T-640 commented Mar 8, 2022

Added in version 5.0

@T-640 T-640 closed this as completed Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant