All Projects → KDE → kitemmodels

KDE / kitemmodels

Licence: other
KItemModels

Programming Languages

C++
36643 projects - #6 most used programming language
objective c
16641 projects - #2 most used programming language
CMake
9771 projects

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
  • KNumberModel - Creates a model of entries from N to M with rows at a given interval
  • 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].