You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jacopo De Simoi 796fcd61fa Fix typo in docs 6 years ago
autotests autotests: check that mapFromSource returns invalid for unmapped columns. 6 years ago
docs API dox: adapt kapidox & ecm_add_qch settings to new deprecation macros 6 years ago
src Fix typo in docs 6 years ago
tests Use QLatin1String here 7 years ago
.arcconfig Include file to integrate with phabricator 9 years ago
.gitignore GIT_SILENT: add gitignore 7 years ago
CMakeLists.txt GIT_SILENT Upgrade KF5 version to 5.65.0. 6 years ago
COPYING.LIB Move kitemmodels code to the root directory. 12 years ago
KF5ItemModelsConfig.cmake.in [FEATURE] Option to build & install QCH file with the public API dox 9 years ago
README.md New proxymodel: KConcatenateRowsProxyModel 11 years ago
kitemmodels.categories USe new syntax 8 years ago
metainfo.yaml Write myself down as the maintainer for KItemModels 7 years ago

README.md

KItemModels

Set of item models extending the Qt model-view framework

Introduction

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