PDA

View Full Version : Textinput_lowercase



ganeshgladish
5th July 2013, 06:47
hi ,
i get input from qml using text input....i want to convert this input to lowercase how can i do .....eg: LoVe converted to love ....how can i do

ChrisW67
5th July 2013, 07:03
How about you put some effort in and tell us:
Where you want to convert the input to lower case? As the user types? After they hit Enter or change focus? In Javascript? In C++?
What have you tried?
What happened when you tried it?

ganeshgladish
5th July 2013, 07:11
i created gui using qml...in this gui i have students details entering student name,age,dob,etc....this inputs i wants to convert as lowercase and store in database .....

wysota
5th July 2013, 07:27
http://lmgtfy.com?q=javascript+lowercase

ganeshgladish
6th July 2013, 09:14
thanks for your reply