https://github.com/fps/qsimpleprocess
A small wrapper around QProcess to ease an often needed usecase..
https://github.com/fps/qsimpleprocess
Last synced: 3 days ago
JSON representation
A small wrapper around QProcess to ease an often needed usecase..
- Host: GitHub
- URL: https://github.com/fps/qsimpleprocess
- Owner: fps
- Created: 2012-11-16T14:21:46.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-04T08:40:16.000Z (about 13 years ago)
- Last Synced: 2023-03-11T07:42:20.374Z (almost 3 years ago)
- Language: C
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
QSimpleProcess
==============
A small wrapper around QProcess to ease an often needed usecase:
- spawn a process
- write some stdin
- close stdin
- capture all stdout and stderr