You can try:
Qt Code:
  1. if((*freesLabel->pixmap()) == eca )
  2. ...do something
To copy to clipboard, switch view to plain text mode 

This may not work, so you will have to compare the two pixmaps by looking at relevant member data, such as size, depth, etc.

Regards