How do I enable hundreds of millions of rows in Qt’s QAbstractTableModel?
In Qt’s QAbstractTableModel, if I set the row count to 71,582,788 the app performs well and scrolling in any direction works as desired. CPU usage is minimal, and memory usage is as expected.