source: trunk/examples/process/README@ 202

Last change on this file since 202 was 48, checked in by dmik, 20 years ago

Imported examples/process and examples/sound from the official release 3.3.1 from Trolltech.

File size: 421 bytes
Line 
1The process example is not particularly useful, but it shows a typical
2use of the class QProcess.
3
4This example starts the uic command with some options and displays the
5output of the uic call. The uic is a command line tool that is used if you
6create dialogs with the Qt Designer. If you installed Qt correctly, it
7should be available on your system. It outputs the generated code to
8standard output by default.
Note: See TracBrowser for help on using the repository browser.