QT QProcess调用py文件,使用readyReadStandardOutput()没法得到信号的解决办法

connect(this, SIGNAL(readyReadStandardOutput()), this, SLOT(slot_bar())); 将信号readyReadStandardOutput()链接槽函数slot_bar()后,调用QProcess执行外部程序。python process->start("程序地址"); 对应槽函数函数 void slot_bar() { qDe
相关文章
相关标签/搜索