Which Qt classes use the disk directly?

Posted by Jurily on Stack Overflow See other posts from Stack Overflow or by Jurily
Published on 2010-04-11T13:50:40Z Indexed on 2010/04/11 13:53 UTC
Read the original article Hit count: 294

Filed under:
|
|
|

I'm trying to write a library to separate all the disk activity out into its own thread, but the documentation doesn't really care about such things.

What I want to accomplish is that aside from startup, all disk activity is asynchronous, and for that, I need to wrap every class that accesses the disk. Here's what I found so far:

QtCore:

QtGui:

I'm sure there are more.

© Stack Overflow or respective owner

Related posts about qt

Related posts about disk