slint-ui/slint
Allow modifying operation on Model (e.g. push, insert, remove)
クローズ
#9,412 opened on 2025/09/14
a:language-slintgood first issue
Repository metrics
- Stars
- (22,596 個のスター)
- PR merge metrics
- (平均マージ 4d 18h) (30d で 254 merged PRs)
説明
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.