Dax89 / QHexView

A versatile Hexadecimal widget for Qt5
MIT License
321 stars 102 forks source link

Non-blinking cursor #62

Closed T-640 closed 2 years ago

T-640 commented 3 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?

Dax89 commented 3 years ago

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.

Dax89 commented 2 years ago

Fixed in 5.0 branch