slint-ui/slint

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

已關閉

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

 (3 則留言) (3 個反應) (0 位負責人)Rust (881 個分叉)batch import
a:language-slintgood first issue

倉庫指標

星標
 (22,596 顆星)
PR 合併指標
 (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.

貢獻者指南