PySide: Add images to tooltips
问题 I'm building a tool that lists files in a directory. When you hover over each file it shows a tooltip displaying the date and who made the file. I'd also like an image to accompany this data. Is it possible to insert an image into a tooltip? For each item in the QTreeView I'd like a specific image and text to popup. If it can't be done with tooltips are there other alternatives? from PySide import QtCore, QtGui from shiboken import wrapInstance import maya.OpenMayaUI as mui def get_parent():