Dax89 / QHexView

A versatile Hexadecimal widget for Qt5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-blinking cursor

T-640 opened this issue · comments

commented

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?

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