Cursor disable after the setText call

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
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.