hi,
i am using QToolButton to QFileDialog::getOpenFileName so i
used the following function to set the button icon
Qt Code:
  1. browseButton->setIcon(QIcon(":/images/open.png"));
To copy to clipboard, switch view to plain text mode 
and i added the file entry in the resource file
Qt Code:
  1. <file>images/open.png</file>
To copy to clipboard, switch view to plain text mode 
but, the icon did not appear
what should i do?