summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/basicsortfiltermodel.qdoc
blob: c0b8a5f4267b4950bb722127f6d67c58513b3da5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example itemviews/basicsortfiltermodel
    \title Basic Sort/Filter Model Example
    \examplecategory {User Interface Components}
    \ingroup examples-itemviews
    \brief The Basic Sort/Filter Model example illustrates how to use
    QSortFilterProxyModel to perform basic sorting and filtering.

    \image basicsortfiltermodel-example.png Screenshot of the Basic Sort/Filter Model Example

*/