I am using setInputMask() to validate ipaddress in qlineEdit. But after using setInputMask(), cursor is not blinking. Do anyone is having idea how this can be fixed to make cursor behave normal after setInputMask().
Asked
Active
Viewed 968 times
1 Answers
0
Have you tried setting the focus using SetFocus() on the lineedit after setInputMask().

Jerry
- 424
- 1
- 4
- 17
-
Hi,Yes I also tried to use SetFocus() but still it didnt work.Thanks – user967400 Mar 11 '13 at 09:12