i create widget qt (not qml) derives from, example, qlistwidget, , loads content dynamically when scrolling up/down, of android/ios applications does.
does know best approach?
cheers,
loading content dynamically doesn't mean it's infinite. that, implement model's fetchmore() , canfetchmore() methods.
Comments
Post a Comment