summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/basicsortfiltermodel.qdoc
blob: 969ee0a9d5512d7a584e05e8d19e3ff1585d39f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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
    \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

*/