slint-ui/slint
Allow modifying operation on Model (e.g. push, insert, remove)
已关闭
#9,412 创建于 2025年9月14日
a:language-slintgood first issue
仓库指标
- 星标
- (22,596 个星标)
- PR 合并指标
- (平均合并 4天 18小时) (30 天内合并 254 个 PR)
描述
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.