slint-ui/slint
Allow modifying operation on Model (e.g. push, insert, remove)
Fechada
#9.412 aberto em 14 de set. de 2025
a:language-slintgood first issue
Métricas do repositório
- Stars
- (22.596 estrelas)
- Métricas de merge de PR
- (Mesclagem média 4d 18h) (254 fundiu PRs em 30d)
Description
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.