Cursor disable after the setText call

Nov 17, 2017 at 1:11pm
Hi All,
I am working on Qt, here I am facing one issue which is the QLineEdit control. The problem is after I made any operation on the control the cursor is disappear .
I tried setFocus() and setCursorPosition() but no use, what am I missing here. Kindly help me to get off from this issue.

Thanks
Last edited on Nov 17, 2017 at 1:12pm
Nov 17, 2017 at 6:39pm
I don't recall that the standard edit control supplied by Windows has this behavior. Is there someway you could use that in QT instead of the QT specific control you are using, the behavior of which is not to your liking?
Topic archived. No new replies allowed.