summaryrefslogtreecommitdiffstats
path: root/qtpropertybrowser/examples/simple/simple.qdoc
blob: f10e844a31b9eb5ad4e30b06c129a166356a5bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
// SPDX-License-Identifier: BSD-3-Clause

/*! 
    \page qtpropertybrowser-example-simple.html
    \title Simple Tree Property Browser Example

    \image simple.png

    This example shows how to present various properties using a
    simple tree property browser, i.e. an implementation of the
    QtTreePropertyBrowser class.
    
    The source files can be found in examples/simple directory of the package.
*/