Hacker News new | ask | show | jobs
by mappu 396 days ago
In Qt you should use the model/view framework if possible. It gives a virtualized list with a render callback. https://doc.qt.io/qtforpython-6/overviews/qtwidgets-model-vi...
1 comments

Thank you. I will definitely peruse this.