|
|
"Loïc Joly" <loic.actarus.joly@xxxxxxxxxx> wrote in message
news:ckl70d$bc2$1@xxxxxxxxxxxxxxxxxxxxx
> I would like to do the following :
>
> On computer A, a program PA ask to the program PB situated on computer B
> for a widget (a config dialog box). PA then displays the widget in its
> own GUI.
>
> Has anybody done this ? And if so, how ? I would prefer a portable
> solution, but a Windows-only solution will do too.
Write a small server for computer B that sends the requested .ui file over
to computer A. PA can then use QWidgetFactory to display the .ui file.
Volker
--
List archive and information: http://lists.trolltech.com/qt-interest/
|
|