Hacker News new | ask | show | jobs
by arsome 833 days ago
You can take advantage of QListView to handle high item count lists and it'll just request the data it needs when it needs it, scales to millions of rows without issue, you really don't want to draw it yourself.