[QScintilla] Disable caret blinking

Phil Thompson phil at riverbankcomputing.com
Tue Mar 5 19:00:21 GMT 2019


On 4 Mar 2019, at 7:26 pm, Manuel Gómez <mgrojo at gmail.com> wrote:
> 
> Hi,
> 
> Is it possible to disable caret blinking? I haven't found any way in the documentation.

SCI_SETCARETPERIOD

The initial value is determined by QApplication::cursorFlashTime(). Normally a program wouldn't change this  - it should be under the user's control from a system configuation tool.

Phil


More information about the QScintilla mailing list