Set of item models extending the Qt model-view framework https://invent.kde.org/frameworks/kitemmodels
Go to file
2024-07-14 22:05:08 +02:00
kf6-kitemmodels.spec automatic version update by autodist [release 6.4.0-1mamba;Fri Jul 12 2024] 2024-07-14 22:05:08 +02:00
README.md automatic version update by autodist [release 5.248.0-1mamba;Sat Jan 13 2024] 2024-01-19 10:23:05 +01:00

kf6-kitemmodels

KItemModels provides the following models:

  • KBreadcrumbSelectionModel - Selects the parents of selected items to create breadcrumbs
  • KCheckableProxyModel - Adds a checkable capability to a source model
  • KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list
  • KLinkItemSelectionModel - Share a selection in multiple views which do not have the same source model
  • KModelIndexProxyMapper - Mapping of indexes and selections through proxy models
  • KRecursiveFilterProxyModel - Recursive filtering of models
  • KSelectionProxyModel - A Proxy Model which presents a subset of its source model to observers