Hi, I have a little problem.. My code looks like this:

Qt Code:
  1. program is hidden in systray
  2. constructor with timer
  3. timer function
  4. here is qmessagebox->show()
To copy to clipboard, switch view to plain text mode 

and the problem is, when i click OK on the messagebox, it quits program.. so, how can i do it right? thx