You can try:
Qt Code:
if((*freesLabel->pixmap()) == eca ) ...do somethingTo 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
Bookmarks