On Mon Oct 30 21:44:59 MET 200, Jan Ekholm wrote: > if (v.canConvert<Qicon>()) > QPixmap p = v.value<QIcon>(v); > > How would one do that with PyQt? Any workarounds if it can't be cast to > QIcon? Does this work? icon = QIcon(v) David