KDirModelV2, KDirListerV2 and UDSEntryV2 suggestions
Aaron J. Seigo
aseigo at kde.org
Fri Jan 11 14:59:45 UTC 2013
On Friday, January 11, 2013 13:39:47 you wrote:
> Just wondering a "little" thing about making KDirModel threaded.. How
> can you even do that?
KDirModel would remain a QAIM subclass. inside of KDirModel, it would manage
one (or more) threads to do the actual work.
QAIM is itself fast enough (as long as one avoids calling dataChanged 100k
times for one row at a time or other such crazyness :), so that's fine.
the data handling (fetching, parsing, allocating) is what usually needs to be
put into a thread.
--
Aaron J. Seigo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20130111/683aed43/attachment.sig>
More information about the Kde-frameworks-devel
mailing list