slint-ui/slint

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

Open

#9,412 建立於 2025年9月14日

在 GitHub 查看
 (3 留言) (3 反應) (0 負責人)Rust (22,596 star) (881 fork)batch import
a:language-slintgood first issue

描述

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.

貢獻者指南

Allow modifying operation on Model (e.g. push, insert, remove) · slint-ui/slint#9412 | Good First Issue