You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here@geek1011 mentioned that they seem to be serialized as QT structures, so hopefully that means the code can be much less fragile by simply following qt spec.
The text was updated successfully, but these errors were encountered:
Also note that most of the code in my Go QDataStream reader implementation is boilerplate for Go's typing, so doing the same thing in Python should be quite a bit shorter.
If you are fine with a dependency on Qt, you can use PyQt to initialize a QByteArray with the blob, initialize a QDataStream reader on that, and read the QVariantMap from that. From there, you can parse each entry as needed.
Here @geek1011 mentioned that they seem to be serialized as QT structures, so hopefully that means the code can be much less fragile by simply following qt spec.
The text was updated successfully, but these errors were encountered: