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.
 
 
 
 
 
 
Kevin Ottens 24bbcf60c1 Add framework information in metainfo.yaml files 12 years ago
autotests Disable broken unittest for now, so CI is green again. 12 years ago
docs/pics Move api doc images to docs/pics 12 years ago
src Use KF5_INCLUDE_INSTALL_DIR and KF5_INSTALL_TARGETS_DEFAULT_ARGS 12 years ago
.reviewboardrc Add .reviewboardrc 12 years ago
CMakeLists.txt cleanup after non-idempotent script 12 years ago
COPYING.LIB Move kitemmodels code to the root directory. 12 years ago
KF5ItemModelsConfig.cmake.in Move kitemmodels code to the root directory. 12 years ago
README.md Update REAMDE 12 years ago
metainfo.yaml Add framework information in metainfo.yaml files 12 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
  • 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