QDeclarativeImageProvider for caching images on file?
QML and Qt Quick
21
Posts
4
Posters
11.8k
Views
1
Watching
-
[quote author="pdrummond" date="1313407193"]I talked to some of the Qt Dev's on IRC and they were very helpful. In the end it was clear that QNetworkDiskCache isn't designed to solve this problem.
So I had no other choice than to hack together my own CachedImage class in C++. I can't make the code available as it was done for a client and also the code is very specialised and not very clean. But if anyone is doing the same thing and have any questions on my implementation I'd be happy to answer them here.[/quote]
Did you do your own QAbstractnetworkCache or?