summaryrefslogtreecommitdiffstats
path: root/src/linguist/linguist/doc/src/linguist-examples.qdoc
blob: 3a8f5d96778fcb2552b85e7252cbaebad02f3dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \group examples-linguist
    \ingroup all-examples
    \ingroup internationalization
    \title Qt Linguist Examples
    \brief Using Qt Linguist to internationalize your Qt application.

    Internationalization is a core feature of Qt. These examples show how to
    access translation and localization facilities at run-time.
*/

/*
    \list
    \li \l{hellotr}{Hello tr()}\raisedaster
    \li \l{arrowpad}{Arrow Pad}\raisedaster
    \li \l{trollprint}{Troll Print}\raisedaster
    \endlist

    Examples marked with an asterisk (*) are fully documented.
*/