Warning, /frameworks/kitemmodels/README.md is written in an unsupported language. File is not indexed.
0001 # KItemModels 0002 0003 Set of item models extending the Qt model-view framework 0004 0005 ## Introduction 0006 0007 KItemModels provides the following models: 0008 0009 * KBreadcrumbSelectionModel - Selects the parents of selected items to create 0010 breadcrumbs 0011 * KCheckableProxyModel - Adds a checkable capability to a source model 0012 * KConcatenateRowsProxyModel - Concatenates rows from multiple source models 0013 * KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list 0014 * KExtraColumnsProxyModel - Adds columns after existing columns 0015 * KLinkItemSelectionModel - Share a selection in multiple views which do not 0016 have the same source model 0017 * KModelIndexProxyMapper - Mapping of indexes and selections through proxy 0018 models 0019 * KNumberModel - Creates a model of entries from N to M with rows at a given interval 0020 * KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model 0021 * KRecursiveFilterProxyModel - Recursive filtering of models 0022 * KSelectionProxyModel - A Proxy Model which presents a subset of its source 0023 model to observers 0024 0025