I am working on a Qt app where I need to display some UI and perform operation on them. When i run the application it creates a .exe
in my debug/release folder. I want to put the icon in the .exe
file rather than a blank icon which appears by default.
Is their a way one can do it in .ui file or we need to do it programmatically? I am kinda sure I need to use a resource file and store the image there. I tried to search for some more details but couldn't figure out anything related to Qt
. Please help :)
That sounds very interesting:
I tried to search for some more details but couldn't figure out anything related to Qt
The official manual, which is accidentally the first result on Google for "qt set application icon" search query, will help you: http://doc.qt.digia.com/qt/appicon.html