qsyncable icon indicating copy to clipboard operation
qsyncable copied to clipboard

A solution of nested Json List Model

Results 9 qsyncable issues
Sort by recently updated
recently updated
newest added

Hello, for my Project I needed the syncable model to be writable from QML and implemented setData(). The storage gets updated accordingly. Hopefully you will find that useful, too.

This PR adds: - Modern cmake support to the project - Several cmake modules that enables different options for the project, bases on Jason Turner [C++ starter project](https://github.com/lefticus/cpp_starter_project) - Update...

Since I'm using cmake in my projects I added support for cmake to this library. It defines an object library that can be added to the sources of another target....

The file contains an ICC profile, copyrigh Apple Inc. with no licensing - i.e. that embedded code is copyright-protected and is not licensed for free redistribution or reuse. Please strip...

Sometimes my program prints this. It happens very rarely but when it does happen the program freezes and uses 100% CPU forever. It seems to be getting suck inside a...

Hello, great lib as always ;) But I'd like to suggest renaming `JsonListModel` to something else, or at least add a new name alias. The reasoning behind this is that...

QSListModel::clear() is inherited by QSJsonListModel, but isn't overwritten or synchronized. So it resets QSListModel::m_storage but dosen't work for QSJsonListModel::m_source. Ofcourse, I can see QSJsonListModel dosen't call sync() when QSListModel::m_storage change,...

Hello, I am going to write a `FastDiffRunner` to offer a diff runner with better performance. And here is the proposed API. If anyone is interested, please feel free to...

In faketrello example, Board::load() currently loads board statically from code. It would be a more complete example app if it showed "end to end" usage of the model, from initial...