summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/settingseditor.qdoc
blob: 55226a9846d39199a5f666a4bdeeeaa892583595 (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 tools/settingseditor
    \title Settings Editor Example
    \ingroup examples-widgets-tools

    \brief The Settings Editor example shows how Qt's standard settings support is used in an
    application by providing an editor that enables the user to view the settings for
    installed applications, and modify those that can be edited.

    \image settingseditor-example.png
*/