[PyQt] QCache in PyQt?

Phil Thompson phil at riverbankcomputing.com
Sun Sep 17 13:50:04 BST 2017


On 17 Sep 2017, at 1:31 pm, Gottfried Müller <gottfried.mueller at gmx.de> wrote:
> 
> Today I found in the Qt5 documentation QCache. There is no equivalent in PyQt5. Why?

Because it is implemented using C++ templates.

> QCache works different like key based structures. Is there a recommendation using a similar method. I want to store any datas in such cache.

Phil


More information about the PyQt mailing list