5 This example illustrates the usage of the QtReactor from TAO. The
6 server creates a display dialog which has a lcd display. The client
7 creates a dialog with a quit button & a slider. On dragging the slider
8 the display on the server dialog box will change. On pressing the Quit
9 button the ORB would be shutdown and the movement of the slider will
10 NOT be communicated to the server. The user can kill the windows to
13 To run the server and the client simply do the following:
16 $ client -k file://foo.ior
18 Note: this test only does something useful if the user has the Qt
19 library installed. You should enable the build of the QtReactor by
20 initializing qt_reactor. The path should point to the Qt/bin area so
21 that the moc could be accessed by the Makefile.
24 It seems there is a problem with ORB shutdown, namely client does not
25 shutdown nicely after QUIT button. Needs some additional investigations.
28 ---------------------------------------------------------------------
29 Technical Description:
30 The technical details are similar to that of the XtReactor. Please
31 refer $TAO_ROOT/tests/Xt_Stopwatch/README for a good description.