Hi, All,
I Have problem related to QLineEdit.
I am using 2 QLineEditne is User ID and Another is User Name.
I want to allow only digits 0-9 in User Id, and a-z,A-Z,0-9,and white space in User Name.
I have masked User Id with "000000" to accept only 6 digits.And works fine.
But, how can i mask User Name to allow a-z,A-Z,0-9,and white space in User Name.
how can i do this?
Bookmarks