I have a python ‘s byte array b=b'hello' and I want to use it as the parameter of QtextStream to create a QtextStream object ,but QtextStream accept Qt’s byte array rather than Python’s .I wonder is there anyway to to convert python ‘s byte array to QByteArray ?I have a python ‘s byte array b=b'hello' and I