Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Because of the limited area of a listView, how the visible part of this listView (and automatically his scroll bar) can be commanded to show a defined part of the full list. Because I want the visible part be commanded by the content of a lineEdit.
QAbstractItemView::scrollTo() should be your friend.
Are you trying to filter the list based on the contents of that line edit, by any chance?
No, because of that I am changing the way.