Hi,

I wonder if it's possible to embed an animated image (preferably scaled) into a QTreeView cell.

So far I have achieved it by creating QMovie in the model and connecting its frameChanged() signal to model's dataChanged() signal. It turned out to be really CPU heavy as compared to QLabel with movie set into it.

Could you please suggest a better way to do it?