Hide cursor on LineEdit after edit

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By blum-o-matic

Is it possible to “hide” the cursor in LineEdit after the KEY_ENTER(text_entered signal) event is fired?

Currently when i edit the line and press enter the cursor still blink because the field is still focused. Set blink to false will not help. Any ideas?