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

/*! 
    \page qtpropertybrowser-example-extension.html
    \title Extension Example

    This example demonstrates how to extend the
    QtVariantPropertyManager class to handle additional property
    types.

    \image extension.png

    The variant manager is extended to handle the QPointF type.

    The source files can be found in examples/extension directory of the package.
*/