I have fed the icons for a button on designer. (Normal on and off) with two different icons.

Qt Code:
  1. buton0->setIcon(buton0->icon().pixmap(24,QIcon::Normal,QIcon::On));
To copy to clipboard, switch view to plain text mode 

Does nothing.....
Any idea ?