<div dir="ltr">Hi<br><br>I have one keypad having keys 0-9 and one qlineedit . Whenever user press any key it shows in qlineedit . I want that whenever key press the cursor should be visible in the qlineeidt , right now when i press 0-9 from keyboard the cursor remain there and keep blinking and as i click on 0-9 button in application the number added in qlineedit but cursor dont blink anymore . <br>
<br>I tried these after pressing button but didnt work<br><br>self.ui.lineEdit.setFocus(True)<br>self.ui.lineEdit.isActiveWindow()<br>self.ui.lineEdit.raise_()<br><br>self.ui.lineEdit.setFocus(True) ---> This give me little hope the cursor start blinking but it select all the numbers <br>
<br>Any help<br><br>Thanks<br><br></div>