Hi everybody!
I'd like to put some icons on my controls (e.g. on a label). I put it into my disigner, here it is displayed, but when I compile my application, all of the images/icons are not displayed! Even the window icon!
I wrote manually the code (into my ui header):
Qt Code:
  1. Dialog->setWindowIcon(QIcon("d:/gg.jpeg"));
To copy to clipboard, switch view to plain text mode 
No result...
What is the problem, can you help me?