Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
linguist-examples.qdoc
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \group examples-linguist
6 \ingroup all-examples
7 \ingroup internationalization
8 \title Qt Linguist Examples
9 \brief Using Qt Linguist to internationalize your Qt application.
10
11 Internationalization is a core feature of Qt. These examples show how to
12 access translation and localization facilities at run-time.
13*/
14
15/*
16 \list
17 \li \l{hellotr}{Hello tr()}\raisedaster
18 \li \l{arrowpad}{Arrow Pad}\raisedaster
19 \li \l{trollprint}{Troll Print}\raisedaster
20 \endlist
21
22 Examples marked with an asterisk (*) are fully documented.
23*/