[Qt-interest] Finding window ID

Stephen Jackson spjackson42 at gmail.com
Wed May 5 19:44:17 CEST 2010


On 5 May 2010 11:19, Brian McGillion wrote:
> Hi,
>
> I am creating a widget in one application, and trying to find that widget
> id in another application.
>

This question has been asked before, though not for a long time.

http://lists.trolltech.com/pipermail/qt-interest/2008-December/000291.html

QWidget::find only searches widgets that belong to the current
process, so it will not find a QWidget for a winid that belongs to
another process.

-- 
Stephen Jackson



More information about the Qt-interest-old mailing list