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.
qt3/examples/process
Timothy Pearson bd0f3345a9
Add Qt3 development HEAD version
13 years ago
..
README Add Qt3 development HEAD version 13 years ago
process.cpp Add Qt3 development HEAD version 13 years ago
process.doc Add Qt3 development HEAD version 13 years ago
process.pro Add Qt3 development HEAD version 13 years ago
small_dialog.ui Add Qt3 development HEAD version 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 Qt Designer. If you installed Qt correctly, it
should be available on your system. It outputs the generated code to
standard output by default.