JuliaGraphics / QML.jl

Build Qt6 QML interfaces for Julia programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`force_model_update` should notify QML about length changes

bramtayl opened this issue · comments

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

  • splice!
  • deleteat!

Alternatively, force_model_update could notify QML about length changes

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.