status-im / status-desktop

Status Desktop client made in Nim & QML
https://status.app
Mozilla Public License 2.0
287 stars 78 forks source link

[Epic] StatusQ: Qt Proxy Models Library #12681

Open micieslak opened 10 months ago

micieslak commented 10 months ago

Qt Proxy Models Library

Description

Over a year ago we introduced the SortFilterProxyModel library on the UI side. In many places it has greatly simplified both the backend and frontend. Although SFPM is a great tool, it does not address all needs. Sometimes there is a need to perform a different type of data transformation on the UI side.

Moreover proxy models has worth noting advantages:

The list of already implemented and planned models:

Deprecated / Abandoned :

Other models-related utilities:

SortFilterProxyModel improvements/extensions:

Related utilities:

iurimatias commented 6 months ago

moving to 2.29 due to lack of space in this milestone, however this might be moved back during the 2.28 stabilization period