slint-ui/slint
Allow modifying operation on Model (e.g. push, insert, remove)
Geschlossen
#9.412 geöffnet am 14.09.2025
a:language-slintgood first issue
Repository-Metriken
- Stars
- (22.596 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 4T 18h) (254 gemergte PRs in 30 T)
Beschreibung
It would be useful to support methods like push, insert, and remove on models directly in .slint code, as well as for slint::Model
(Maybe using += to push.)
Original Description
Slint Vector type or modifyable Model within Slint**
Model has no way of appending or popping from within Slint. It would be good to have a Vector type that can do this.