Thanks,

I have put my images in ressources and all is fine, it is displayed now.

In order to change the icon I have do this :
Qt Code:
  1. actions().first()->setIcon(QIcon(":/images/pause.png"));
To copy to clipboard, switch view to plain text mode 
But it crash :-P

The problem is that actions(); return an empty list !