go-qml / qml

QML support for the Go language
Other
1.96k stars 189 forks source link

types foe model QML #184

Open klynxe opened 6 years ago

klynxe commented 6 years ago

What types I can use for QML model? I try slice and map,but them not work. int/bool work. But how I can update data in model without change size (len in demo modelview/delegate)?