How to add blinking cursor when add text in QLineEdit ?
Solved
Mobile and Embedded
-
i am adding text in QLineEdit . so when any text char add behind that i want to add blinking cursor.
How i can add blinking cursor there ?
-
@Qt-embedded-developer
If you really want a blinking cursor in aQLineEdit
(bad idea, you should let it do whatever it does as-is on your platform) you would have to write the code yourself to achieve this.References:
https://forum.qt.io/topic/105953/force-always-blinking-cursor-on-qlineedit
https://stackoverflow.com/questions/56467940/how-to-display-a-blinking-cursor-in-qlineedit-during-read-only