Skip to content Skip to sidebar Skip to footer
Showing posts with the label Qprocess

Printing Qprocess Stdout Only If It Contains A Substring

A PyQt4 app runs ping in a QProcess. A QTextEdit named self.output will output everything from ping… Read more Printing Qprocess Stdout Only If It Contains A Substring