Utils::Process Class
class Utils::ProcessThe Process class provides functionality for with processes. More...
| Header: | #include <qtcprocess.h> |
| Inherits: | QObject |
Signals
| void | done() |
| void | readyReadStandardError() |
| void | readyReadStandardOutput() |
| void | started() |
| void | starting() |
| void | stoppingForcefully() |
| void | textOnStandardError(const QString &text) |
| void | textOnStandardOutput(const QString &text) |
See also Utils::ProcessArgs.
Member Function Documentation
[signal] void Process::done()
[signal] void Process::readyReadStandardError()
[signal] void Process::readyReadStandardOutput()
[signal] void Process::started()
[signal] void Process::starting()
[signal] void Process::stoppingForcefully()
[signal] void Process::textOnStandardError(const QString &text)
[signal] void Process::textOnStandardOutput(const QString &text)
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.