PDA

View Full Version : Search input box with list view to search item from the list using QML



rajeevsahu
5th November 2012, 06:28
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...

matsukan
14th November 2012, 21:00
Is there solution for your question?

http://qtsource.wordpress.com/category/qt-quick/qml-ui-examples/

(Adaptive List Filtering with QML) ?


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...