PyQt6 Process.readLine() missing
José Antonio Fernández Fernández
aullasistemas at gmail.com
Wed Feb 10 08:37:07 GMT 2021
In PyQt5 you can use the Process.readLine(size = 0) function without
arguments, and it reads everything. In PyQt6 the size argument is required.
If I use Process.readLine(0) in PyQt6, it doesn't read anything.
Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20210210/0309bfae/attachment.htm>
More information about the PyQt
mailing list