Using Qt to emit a signal in PythonVery insightful!
Using Qt to emit a signal in PythonI am trying to send a `.hdf5` file to a method in the main python file in the class here: [code] ...
Boost serialization - input stream error2. I tried that before and I get the same error as before. With the loadAudi() function changed to h...
Boost serialization - input stream errorThanks for the help. I have a few comments: 1. Yes I deleted all `make_binary_object` lines as thos...
Boost serialization - input stream errorI got it to work. I needed to: 1. `Audi& loadAudi (const std::string file_name)` to `Audi loadAudi ...