'''
Код: Выделить всё
QProcess pr;
// connecting readyRead and Reading is done in other functions
pr.setProgramm = "ssh"
pr.setArguments = QStringList()
Подробнее здесь: [url]https://stackoverflow.com/questions/79791445/qprocess-and-ssh[/url]Код: Выделить всё
QProcess pr;
// connecting readyRead and Reading is done in other functions
pr.setProgramm = "ssh"
pr.setArguments = QStringList()
Подробнее здесь: [url]https://stackoverflow.com/questions/79791445/qprocess-and-ssh[/url]