benlau / qsyncable

A solution of nested Json List Model
Apache License 2.0
118 stars 40 forks source link

implement setData for QSListModel #12

Open FloSchmidt opened 3 years ago

FloSchmidt commented 3 years ago

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.