<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[QSystemTrayIcon does not show message in Win 7?]]></title><description><![CDATA[<p dir="auto">I want to show tray message with QSystemTrayIcon in winows 7:<br />
@<br />
QSystemTrayIcon* mm<br />
mm-&gt;showMessage("Hello","Message 1");<br />
@<br />
but nothing  has been shown !</p>
]]></description><link>https://forum.qt.io/topic/32508/qsystemtrayicon-does-not-show-message-in-win-7</link><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Apr 2026 03:30:20 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/32508.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Sep 2013 08:27:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QSystemTrayIcon does not show message in Win 7? on Sun, 29 Sep 2013 18:44:06 GMT]]></title><description><![CDATA[<p dir="auto">thanks Max13 :)</p>
]]></description><link>https://forum.qt.io/post/197107</link><guid isPermaLink="true">https://forum.qt.io/post/197107</guid><dc:creator><![CDATA[mehrdadsilver]]></dc:creator><pubDate>Sun, 29 Sep 2013 18:44:06 GMT</pubDate></item><item><title><![CDATA[Reply to QSystemTrayIcon does not show message in Win 7? on Sun, 29 Sep 2013 10:34:33 GMT]]></title><description><![CDATA[<p dir="auto">Hey !<br />
Have you tried showing the tray icon first ?<br />
@QSystemTrayIcon* mm(QIcon(...));<br />
mm-&gt;show(); // &lt;-- This<br />
mm-&gt;showMessage("Hello", "Message");@</p>
]]></description><link>https://forum.qt.io/post/197079</link><guid isPermaLink="true">https://forum.qt.io/post/197079</guid><dc:creator><![CDATA[Max13]]></dc:creator><pubDate>Sun, 29 Sep 2013 10:34:33 GMT</pubDate></item></channel></rss>