I've a little problem with tray icon under windows. After my Qt application stopps (normal exit) the icon still remains in system bar. It disapears only when I move mouse cursor over it. I tried to hide it in the destructor of my window but it fails: I tried .setVisible(false)
.
Any ideas? Thanks.
P.S. I remember I had the same problem with SWT/Java.