2

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

user967400
  • 53
  • 5

1 Answers1

0

Have you tried setting the focus using SetFocus() on the lineedit after setInputMask().

Jerry
  • 424
  • 1
  • 4
  • 17