views:

27

answers:

2

Hi all!

Please help me with solution of how to set the app icon for exe file on windows mobile platform? It means that icon should displays in explorer, task manager and so on.

Thanks in advanse!

A: 

QApplication::setWindowIcon

Mason Chang
QApplication::setWindowIcon is set icon for running application. I need to set icon even my application wasn't started (Explorer, Start Menu icon and so on).
Sergey
+1  A: 

This might be of helpful to you.

liaK
does it applicable for windows mobile? because the topic is "Setting the Application Icon on Windows" if you follow your link
Sergey
@ Sergey, Yeah it's for Windows only and am not used with Windows Mobile. But I guess it will be similar..
liaK
@ Sergey, From Docs, *On top of all the tools and API and class libraries that Qt offers, Qt for Windows CE provides you with added functionality for an optimized embedded development environment.* - which means that **you can use all the normal Qt APIs**. So it should work. Give it a try..
liaK
Ok, thanks to all! That was the solution for WinCe too
Sergey