This "simply works" in Qt 1.2, due to be released late this month.Quote:> The subject line says it all pretty much. How does one display an XPM
> using the Qt framework? I'm trying to put in pretty little icons in my
> very first Qt program, and I'm confused as to how I should go about
> displaying XPMs.
QPixmap::load(), for example, can be used.
--Arnt