JuliaGraphics / QML.jl

Build Qt6 QML interfaces for Julia programs.
Other
386 stars 35 forks source link

`force_model_update` should notify QML about length changes #149

Closed bramtayl closed 1 year ago

bramtayl commented 2 years ago

There are probably a lot of AbstractVector methods that it would be nice if ListModel supported, including

bramtayl commented 2 years ago

Alternatively, force_model_update could notify QML about length changes

barche commented 1 year ago

With the new JuliaItemModel all of this should be supported, see https://github.com/JuliaGraphics/QML.jl/blob/main/test/tableview.jl for an exhaustive example.