<?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[Interface with applications on Linux]]></title><description><![CDATA[<p dir="auto">I am designing a program (call it A) to interface with another third-party application (call it B). How could program A determine window information about program B? In particular, is it possible to detect specific menus or buttons of program B? By "detect" I mean at least determine the screen position of such.</p>
<p dir="auto">Thanks for any ideas!</p>
]]></description><link>https://forum.qt.io/topic/20421/interface-with-applications-on-linux</link><generator>RSS for Node</generator><lastBuildDate>Sun, 06 Sep 2026 21:19:32 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/20421.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 07 Oct 2012 17:42:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Interface with applications on Linux on Tue, 09 Oct 2012 11:03:52 GMT]]></title><description><![CDATA[<p dir="auto">If A is a pure C++ program (It uses only SL functions) you can use pipe or UNIX domain socket for the IPC. If both A and B are Qt applications you can use Qt Socket (QtNetwork module) or Qt D-Bus.</p>
]]></description><link>https://forum.qt.io/post/153999</link><guid isPermaLink="true">https://forum.qt.io/post/153999</guid><dc:creator><![CDATA[issam]]></dc:creator><pubDate>Tue, 09 Oct 2012 11:03:52 GMT</pubDate></item><item><title><![CDATA[Reply to Interface with applications on Linux on Sun, 07 Oct 2012 22:25:24 GMT]]></title><description><![CDATA[<p dir="auto">You can use IPC (Inter-Process Communication) to exchange information between your application and to determine what ever you need. "Qt has a module for D-BUS that may be useful":<a href="http://qt-project.org/doc/qt-4.8/QtDBus.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-4.8/QtDBus.html</a>.</p>
]]></description><link>https://forum.qt.io/post/153840</link><guid isPermaLink="true">https://forum.qt.io/post/153840</guid><dc:creator><![CDATA[leon.anavi]]></dc:creator><pubDate>Sun, 07 Oct 2012 22:25:24 GMT</pubDate></item></channel></rss>