Hi..

I have a line edit in which user can type a city name(even first few chars of the name). I need to give him the list of all possible city names.. for eg.

user types...
"New"

so i should give a list of cities like
"New Delhi"
"New York"
...
..
etc

for this i cant supply the database with the app.
do anyone knows some online database service which can return the names?

some thing like.. i call
QHttp::get("http://www.someserver.com/getSimilarCities?like=New");

please help..

thx.