slint-ui/slint

Allow modifying operation on Model (e.g. push, insert, remove)

Fermée

#9 412 ouverte le 14 sept. 2025

 (3 commentaires) (3 réactions) (0 personne assignée)Rust (881 forks)batch import
a:language-slintgood first issue

Métriques du dépôt

Stars
 (22 596 étoiles)
Métriques de merge PR
 (Merge moyen 4j 18h) (254 PRs mergées en 30 j)

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.

Guide contributeur