From 6a21e4fa15f5be50cd2c29b7f311591fe9d00500 Mon Sep 17 00:00:00 2001 From: Cornelius Schumacher Date: Sun, 12 Jan 2014 20:45:39 +0100 Subject: [PATCH] Update REAMDE --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 129cada..2c82e4d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,26 @@ -# +# 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 + ## Links +- Home page: - Mailing list: - IRC channel: #kde-devel on Freenode - Git repository: