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

  1. The process example does not something particularly useful, but it shows
  2. one typical usage of the class QProcess.
  3.  
  4. This example starts the uic command with some options and displays the
  5. output of the uic call. The uic is a command line tool that is used if you
  6. create dialogs with the Qt Designer. If you installed Qt correctly, it
  7. should be available on your system. It outputs the generated code to
  8. standard output by default.
  9.