You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/examples/process
Timothy Pearson dfb87398c7
Automated update from Qt3
9 years ago
..
README Automated update from Qt3 9 years ago
process.cpp Automated update from qt3 12 years ago
process.doc Automated update from Qt3 9 years ago
process.pro Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
small_dialog.ui Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago

README

The process example is not particularly useful, but it shows a typical
use of the class QProcess.

This example starts the uic command with some options and displays the
output of the uic call. The uic is a command line tool that is used if you
create dialogs with the TQt Designer. If you installed TQt correctly, it
should be available on your system. It outputs the generated code to
standard output by default.