c++ - Qt closing tray icon after application stops -


I have a small problem with the tray icon at the bottom of the windows After my Qt application stop (normal exit) the icon still The system stays in the bar. It disapears only when I move the mouse cursor over it. I tried to hide it in my window disaster but it failed: I tried .setVisible .

Any thoughts? Thank you.

P.S. I remember that I had the same problem with SWT / Java.

I will not hide it in the destroyer. This will potentially be an invalid reference at that point. I will put it where the event is to "exit".

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -