QIODevice.read
and QIODevice.readLine
return values of different types in PyQt5/6 and PySide6
#499
Labels
Milestone
The following code demonstrates the difference. It uses
QBuffer
, asQIODevice
is an abstract class and cannot be instantiated.I could write a wrapper. I'm unsure which way to make it:
I haven't checked PySide2, having too modern Python at hand.
The text was updated successfully, but these errors were encountered: