PDA

View Full Version : How to retrieve Text from a QWidget in a different process?



MarkM
18th July 2009, 02:18
Hi,

Is it possible to retrieve the text of a QWidget/QListView from a different process?
WinAPI like GetWindowText doesn't work,
but is there any other way?

How to communicate to these kind of controls from the outside?

TA
Mark

wagmare
18th July 2009, 08:39
u mean .. like IPC , Share Memory ..like that aa .. its already available in Qt .

http://doc.trolltech.com/4.5/ipc-localfortuneserver-server-cpp.html

or else QProcess .. if the QWidget have stdOutput