githubuser0xFFFF

Results 14 comments of githubuser0xFFFF

Hi, I wanted to serialize an SVG image file into an boost **XML** archive. If I use your current QByteArray code, then I get an input stream error deserializing the...

I updated the merge request. I decided to use the `PythonQtMetaCallDelegate` implementation to get rid of private API dependency. I also implemented proper exception handling for delegated meta calls. With...

Ok, I have found the solution. The relevant file is `PythonQtClassInfo` and the relevant methods ar `propertyList` and `memberList`. I added tests for scriptable attributes and this worked: ```c++ QStringList...

The project definitely lacks documentation

I just cloned the project from github and did the following steps to run the example: 1. cd into src folder 2. qmake 3. make install 4. cd into examples/qmlapp...

This is strange. That means, something has changed from Qt 5.4.1 to Qt 5.5. If have not installed Qt 5.5 and can not fix this issue yet - sorry

Hi Alessandro, thak you for sharing your valuable tips. I will test it as soon as I have Qt 5.5 installed.

Great, thank you. Could you please create a pull request to merge these changes?

I merged your request - thank you.