Sorry if this has been asked before but I've been searching and not found anything. I am using a QTreeWidget to display some information from the internet and I would like to display some kind of animated "loading" indicator. I have an animated gif that would be fine to use but I cannot see a way to either place it on top of the QTreeWidget in the middle or perhaps have a QMovie as an icon for a temporary "loading" item in the tree.

Does anyone have any suggestions?

Thanks.