slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.54k stars 600 forks source link

Add filtering, mapping and sorting proxy model types in C++ #1680

Closed tronical closed 2 years ago

tronical commented 2 years ago

https://github.com/slint-ui/slint/pull/1249 added support for a filtering and a mapping model for Rust, and #1679 tracks a sorting model for Rust.

We should have filtering, mapping and sorting model "proxy" model types in C++, too.

tronical commented 2 years ago

There might be still refinements to the API and docs, but generally this is implemented.