<?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[Raise Application after key event]]></title><description><![CDATA[<p dir="auto">How to send qt window(gui) application in background and raise after pressing any keys.</p>
<p dir="auto">please share views.</p>
<p dir="auto">thanks in advance...</p>
<p dir="auto">&lsqb;&lsqb;<em>Merged similar threads into one, Tobias</em>&rsqb;&rsqb;</p>
]]></description><link>https://forum.qt.io/topic/19173/raise-application-after-key-event</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 03:23:47 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/19173.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 18 Aug 2012 08:06:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Raise Application after key event on Wed, 22 Aug 2012 07:49:34 GMT]]></title><description><![CDATA[<p dir="auto">I tried that once in windows, and the win32 API says, it's not possible. I don't know which bad tricks enable that ...</p>
]]></description><link>https://forum.qt.io/post/148184</link><guid isPermaLink="true">https://forum.qt.io/post/148184</guid><dc:creator><![CDATA[giesbert]]></dc:creator><pubDate>Wed, 22 Aug 2012 07:49:34 GMT</pubDate></item><item><title><![CDATA[Reply to Raise Application after key event on Tue, 21 Aug 2012 09:41:14 GMT]]></title><description><![CDATA[<p dir="auto">There must be some way, as uTorrent has that feature for example (boss key, if it was previously in focus), but I do not know of any such feature in Qt.</p>
]]></description><link>https://forum.qt.io/post/148087</link><guid isPermaLink="true">https://forum.qt.io/post/148087</guid><dc:creator><![CDATA[CreMindES]]></dc:creator><pubDate>Tue, 21 Aug 2012 09:41:14 GMT</pubDate></item><item><title><![CDATA[Reply to Raise Application after key event on Mon, 20 Aug 2012 09:15:34 GMT]]></title><description><![CDATA[<p dir="auto">You can create a windows wide system hook, but they also have disadvantages. And raising an app works but it will not get the input focus, if it does not have it already. No app is allowed to pull the focus, only pushing is allowed.</p>
]]></description><link>https://forum.qt.io/post/147962</link><guid isPermaLink="true">https://forum.qt.io/post/147962</guid><dc:creator><![CDATA[giesbert]]></dc:creator><pubDate>Mon, 20 Aug 2012 09:15:34 GMT</pubDate></item><item><title><![CDATA[Reply to Raise Application after key event on Mon, 20 Aug 2012 09:04:27 GMT]]></title><description><![CDATA[<p dir="auto">On windows you can use WINAPI to register system wide key with RegisterHotKey, no idea if you can do that for AnyKey...</p>
]]></description><link>https://forum.qt.io/post/147959</link><guid isPermaLink="true">https://forum.qt.io/post/147959</guid><dc:creator><![CDATA[AcerExtensa]]></dc:creator><pubDate>Mon, 20 Aug 2012 09:04:27 GMT</pubDate></item><item><title><![CDATA[Reply to Raise Application after key event on Mon, 20 Aug 2012 09:01:35 GMT]]></title><description><![CDATA[<p dir="auto">Who will receive the key event? If you hide your app, who gets the input focus?</p>
]]></description><link>https://forum.qt.io/post/147958</link><guid isPermaLink="true">https://forum.qt.io/post/147958</guid><dc:creator><![CDATA[giesbert]]></dc:creator><pubDate>Mon, 20 Aug 2012 09:01:35 GMT</pubDate></item><item><title><![CDATA[Reply to Raise Application after key event on Sun, 19 Aug 2012 16:50:56 GMT]]></title><description><![CDATA[<p dir="auto">I hide the MainWindow by hide() function but i want to raise that window after pressing any key. is there any method how its is possible please share the code if you know and views...</p>
<p dir="auto">Thanks in advance..</p>
]]></description><link>https://forum.qt.io/post/148081</link><guid isPermaLink="true">https://forum.qt.io/post/148081</guid><dc:creator><![CDATA[qtdev]]></dc:creator><pubDate>Sun, 19 Aug 2012 16:50:56 GMT</pubDate></item></channel></rss>