Hi Everyone,

I am applying a mask on my QLineEdit as follows:-

Qt Code:
  1. setInputMask("000.000.000.000;");
To copy to clipboard, switch view to plain text mode 

The problem that I am facing is as soon as I set the mask the cursor on the lineedit changes (it's width increases) and it stops blinking. How do I change it?


-Thanks,
Sattu