Closed T-640 closed 2 years ago
Sometimes cursor blinking may be distracting, let alone two cursors from hex and ASCII areas doing that, could you add something like QHexView::setCursorBlinking (bool blink) to change the way it behaves?
QHexView::setCursorBlinking (bool blink)
Yes, it can be done.
I'm working on a full refactoring in order to remove old code and take care of a lot of requests that have been reported here.
Fixed in 5.0 branch
Sometimes cursor blinking may be distracting, let alone two cursors from hex and ASCII areas doing that, could you add something like
QHexView::setCursorBlinking (bool blink)
to change the way it behaves?