[Interest] how do I load massive table views instantly?

Giuseppe D'Angelo giuseppe.dangelo at kdab.com
Fri Jun 5 16:27:54 CEST 2020


Il 04/06/20 23:31, David M. Cotter ha scritto:
>>
>> What table view are you talking about, specifically?
> 
> QTableView with QSortFilterProxyModel

What is the model _behind_ QSFPM?

Does that model support async loading?

Note that QSFPM may still need to load the entire source model (didn't 
check its source code) if you ask it to filter or sort. For 200k 
elements, I'd expect the source model itself to support filtering and 
sorting, without the need of a proxy in front of it.

My 2 c,

-- 
Giuseppe D'Angelo | giuseppe.dangelo at kdab.com | Senior Software Engineer
KDAB (France) S.A.S., a KDAB Group company
Tel. France +33 (0)4 90 84 08 53, http://www.kdab.com
KDAB - The Qt, C++ and OpenGL Experts

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4329 bytes
Desc: Firma crittografica S/MIME
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20200605/365a6d86/attachment.bin>


More information about the Interest mailing list