Frameworks/Overview: Difference between revisions
Appearance
itemmodels |
|||
Line 5: | Line 5: | ||
== | == ItemModels == | ||
The ItemModels framework contains data models on top of QAbstractItemModel that help in common tasks, such as sorting, proxying and filtering. | |||
ItemModels contains useful classes such as a model for checkable or selectable items, recursive filtering and breadcrumb selection. | |||
== karchive == | == karchive == | ||
Line 49: | Line 51: | ||
== threadweaver == | == threadweaver == | ||
= Tier 2 = | = Tier 2 = |
Revision as of 14:18, 19 September 2013
This page gives an overview of available libraries and solutions in KDE Frameworks 5.
Tier 1
ItemModels
The ItemModels framework contains data models on top of QAbstractItemModel that help in common tasks, such as sorting, proxying and filtering.
ItemModels contains useful classes such as a model for checkable or selectable items, recursive filtering and breadcrumb selection.