QSystemTrayIcon and relative path
General and Desktop
6
Posts
3
Posters
3.2k
Views
1
Watching
-
A good approach for that small icons is to put them into a "Qt resource file":/doc/qt-4.7/resources.html. This way the icon is compiled into your application exe and you do not need to distribute it separately. Qt Creator has support for creating the resource file, but hand crafting is not difficult either.