Hi,
I would like to know if there is a widget that would implement a textfield, and when the user types in it, a drop down list of previously typed values would appear (like when you query in Google), ordered by statistically most used values. And I also want to insert into that list 2 values at the top so, they always will appear as default values, even if the history of inputs is empty.
Does such widget exists, or, what components should I use to create it myself ? With QML or C++ widgets, whatever is easier. My app s qml based.

Thanks in advance.