Alex Jbanca
4e81f8f220
feat(StatusQ.Models): Adding SingleModelItemData helper component ( #14891 )
...
SingleModelItemData is a generic component that can provide a live object extract from an arbitrary QAbstractItemModel*
2024-06-04 13:08:52 +03:00
Michał Cieślak
27c53f4154
feat(StatusQ/SubmodelProxyModel): Exposing roles computed per submodel to the top-level model
...
Closes : #14390
2024-05-07 16:26:44 +02:00
Alex Jbanca
07ac4eb8a6
fix(StatusQ): Don't emit layoutChanged on source model reset in MovableModel
...
+ Update tests
2024-03-07 22:07:49 +02:00
Alex Jbanca
4d6082e806
feat(ProfileShowcase): Updates based on comments
2024-03-06 14:49:54 +02:00
Michał Cieślak
0d4e7bd458
StatusQ(MovableModel): layoutChanged handling fixed
...
Closes : #13602
2024-02-22 14:39:31 +01:00
Michał Cieślak
b949fb7b3b
StatusQ(MovableModel): Methods naming refactor, Storybook pages updated/improved
2024-02-21 09:42:05 +01:00
Michał Cieślak
f747791f50
StatusQ(MovableModel): Add ability to restore and bypass original order of source model
2024-02-21 09:42:05 +01:00
Michał Cieślak
e51667911d
StatusQ: MovableModel proxy for setting custom order over source model
...
Proxy decorating source mode with additional method move(from, to, count)
similar to that available in ListModel. The custom order is stored within
a proxy, not altering the original model. May be useful whenever UI needs
to allow user to set custom order. Temporary state can be held in the
proxy, and send to the backend when changes are accepted.
Closes : #12686
2024-01-22 16:36:41 +01:00