home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / process / process.doc < prev    next >
Text File  |  2001-10-11  |  491b  |  22 lines

  1. /*
  2. $Id:  qt/process.doc   3.0.0   edited Jun 9 11:18 $
  3. */
  4.      
  5. /*! \page process-example.html
  6.  
  7.   \ingroup qprocess-examples
  8.  
  9.   \title Starting processes with IO redirection
  10.  
  11.   This example shows you how to start other processes with Qt and how 
  12.   IO redirection is done. The example tries to start the uic (a tool
  13.   that comes with the Qt Designer) on a certain ui file and displays the
  14.   output of the command.
  15.  
  16.   <hr>
  17.  
  18.   Implementation (process.cpp):
  19.  
  20.   \include process/process.cpp
  21. */
  22.