From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- examples/process/process.doc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 examples/process/process.doc (limited to 'examples/process/process.doc') diff --git a/examples/process/process.doc b/examples/process/process.doc new file mode 100644 index 0000000..d02b855 --- /dev/null +++ b/examples/process/process.doc @@ -0,0 +1,20 @@ +/* +*/ + +/*! \page process-example.html + + \ingroup qprocess-examples + + \title Starting processes with IO redirection + + This example shows you how to start other processes with Qt and how + IO redirection is done. The example tries to start the uic (a tool + that comes with the Qt Designer) on a certain ui file and displays the + output of the command. + +
+ + Implementation (process.cpp): + + \include process/process.cpp +*/ -- cgit v1.2.3