          MODULE=kitemmodels
         VERSION=6.20.0
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=$KDE_URL/stable/frameworks/$(module_version kf5)
      SOURCE_VFY=sha256:45b6cd5478fe35f0966a75e3cc554a5db8418ac7d6387745a0070f39caf921a9
        WEB_SITE=https://projects.kde.org/projects/frameworks/kitemmodels
         ENTERED=20150205
         UPDATED=20251114
           SHORT="item models extending the Qt model-view framework"

cat << EOF
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
EOF
