Disabled appearance icons
-
I am looking into making disabled icons more dark for darker theme's, I wonder if there is a solution to this?
Wondered why the gray-out isn't also transparent? Or can we make them transparent? -
I am looking into making disabled icons more dark for darker theme's, I wonder if there is a solution to this?
Wondered why the gray-out isn't also transparent? Or can we make them transparent?An unavailble icon is create with the help of QStyle::generatedIconPixmap() - so if you want to modify it you should create a QProxyStyle and override this function.