On Thursday 29 November 2007, Lukas Ocilka said: > PS: It's currently implemented by replacing images with another ones but > it would be better if there was a native Qt/GTK support for making > images gray-scaled (initial state) and then make them colored again > (active). Would it be possible? Thanks.
Yes, in Qt4 see QPixmap QIcon::pixmap ( const QSize & size, Mode mode = Normal, State state = Off ) const in Qt3 it's in QIconSet. Will -- Desktop Engineer KDE Team --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
