Is there solution for your question?

http://qtsource.wordpress.com/catego...l-ui-examples/

(Adaptive List Filtering with QML) ?

Quote Originally Posted by rajeevsahu View Post
Hi All,
I am trying to implement a Search input box with list view to search any item from the list view using QML.
I have implemented the TextInput box and the ListBox, now I need to implement code for the communication between the InputBox and the listbox, so that when I write a letter in the InputBox, the items from the listBox will appear.

Any suggestions for this implementation is highly appreciated. Please provide your thoughts on this.

Thanks...