On Saturday 24 September 2011, Иван Комиссаров wrote: > As long as QFileEngines are marked as deprecated, Qt will have no > possibility to implement virtual filesystem. > > So i would like to discuss features of new VFS. > > I have 2 questions. First - should it work using QFile and QDir classes as > front-end or it should provide its own API like QVFSFile? Second - if we > provide new API, should it be synchronous (like QFile) or asynchronous > (like Q*Socket)?
Of course asynchronous would be better, because of delays, etc. OTOH, we are happily using a synchronous QFileEngine over the network and have no problems at all with it (ok, we know that usually the other side is on the same local network and not really far away...). Alex _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
