[SOLVED] Qicon disabled full color
-
Hello,
I'm currently using a QTableWidget with some QIcons in the QTableWidgetItem. Some of them are disabled, some of them are not.
When they are disabled, Qt automatically colors them in grey. I want to disabled this grey color for disabled icon for aesthetic issues.
The icons would all look alike.I can't find a way to do it. Someone know?
Thanks
-
It's possible with "QPalette":http://doc.qt.nokia.com/4.7/qpalette.htm
You'll have to adjust the colors in the disabled group to be the same as in the active color group -