nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://notes-foss.com
Mozilla Public License 2.0
3.75k stars 329 forks source link

Change QTextEdit's caret/cursor color #582

Open nuttyartist opened 1 year ago

nuttyartist commented 1 year ago

It seems impossible to change QTextEdit's caret color without some complex custom code. I'm opening this issue if anyone succeeds in doing that. In QML that can easily be done, but currently our editor is based on QWidgets.

This seems to be the Qt's unresolved bug report: https://bugreports.qt.io/browse/QTBUG-98938