Which message clicked for QSystemTrayIcon
-
what do you mean with "my app puts up a couple in a row"? A couple of QSystemTrayIcons?
If so each QSystemTrayIcon object emits the signal. Thus you can do the mapping.
You could use QSignalMapper in that case for example. -
Ah, never mind. I was misinformed - at least on Windows, you can't have more than one message showing via the showMessage method. The later one just replaces any one that is currently showing.
That's what I get for asking about a reported bug before actually trying to recreate it...