Read QByteArray data from cpp to python list
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
Suppose there is a QByteArray object transfered from cpp to python script, how can I read it's data to a python list object? Use while loop to read data byte by byte? Any elegant solution?