pkgsrc-wip/kitemmodels/DESCR
Mark Davies 7db701c636 kitemmodels: add kitemmodels-5.18.0 as wip/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
* KConcatenateRowsProxyModel - Concatenates rows from multiple source models
* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list
* KExtraColumnsProxyModel - Adds columns after existing columns
* KLinkItemSelectionModel - Share a selection in multiple views which do not
  have the same source model
* KModelIndexProxyMapper - Mapping of indexes and selections through proxy
  models
* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source
  model
* KRecursiveFilterProxyModel - Recursive filtering of models
* KSelectionProxyModel - A Proxy Model which presents a subset of its source
  model to observers
2016-02-08 19:16:02 +13:00

17 lines
858 B
Text

KItemModels provides the following models:
* KBreadcrumbSelectionModel - Selects the parents of selected items to create
breadcrumbs
* KCheckableProxyModel - Adds a checkable capability to a source model
* KConcatenateRowsProxyModel - Concatenates rows from multiple source models
* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list
* KExtraColumnsProxyModel - Adds columns after existing columns
* KLinkItemSelectionModel - Share a selection in multiple views which do not
have the same source model
* KModelIndexProxyMapper - Mapping of indexes and selections through proxy
models
* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source
model
* KRecursiveFilterProxyModel - Recursive filtering of models
* KSelectionProxyModel - A Proxy Model which presents a subset of its source
model to observers