hello,

i am facing some problem related to Password mode of QLineEdit. I am entering PIN Number into a QLineEdit box , which can take 6 digits and should display in password mode.

This works fine on PC,But when same code compiled for an ARM Board and run ,than it is not displaying *****. Other things works fine ,like editing and reading. But only problem is, * instead of digit is not getting displayed.

ARM Board has Touch LCD connected and I Am using Qt-4.6.2.