Display large amount of data in QML window
Unsolved
Qt for Python
-
Hello everyone,
I am working on a project to search and display data in QML window. I have a python script that fetches the data from API in JSON format. Now I wish to display this data on my QML window. I found some example snippets showing Tableview to use, but I am unable find a proper tutorial/example for the same. Also if there is a large amount of data is there a way I can display them in batch of 10-20 results perpage?