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 internationalization
7 \title Qt Linguist Examples
8 \brief Using Qt Linguist to internationalize your Qt application.
9
10 Internationalization is a core feature of Qt. These examples show how to
11 access translation and localization facilities at run-time.
12*/
13
14/*
15 \list
16 \li \l{arrowpad}{Arrow Pad}\raisedaster
17 \li \l{trollprint}{Troll Print}\raisedaster
18 \endlist
19
20 Examples marked with an asterisk (*) are fully documented.
21*/