kitemmodels 5.70.0 Set of item models extending the Qt model-view framework

KItemModels provides the following models:

  1. KBreadcrumbSelectionModel - Selects the parents of selected items to create breadcrumbs.

  2. KCheckableProxyModel - Adds a checkable capability to a source model.

  3. KConcatenateRowsProxyModel - Concatenates rows from multiple source models.

  4. KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list.

  5. KExtraColumnsProxyModel - Adds columns after existing columns.

  6. KLinkItemSelectionModel - Share a selection in multiple views which do not have the same source model.

  7. KModelIndexProxyMapper - Mapping of indexes and selections through proxy models.

  8. KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model.

  9. KRecursiveFilterProxyModel - Recursive filtering of models.

  10. KSelectionProxyModel - A Proxy Model which presents a subset of its source model to observers