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
uistrings.cpp
Go to the documentation of this file.
1
// Copyright (C) 2021 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4
#
include
"uistrings_p.h"
5
6
// Translatable messages should go into this .cpp file for them to
7
// be picked up by lupdate.
8
9
QT_BEGIN_NAMESPACE
10
11
const
char
ACCESSIBILITY_ELEMENT
[] =
"quiaccessibilityelement"
;
12
const
char
AE_CHECKED
[] = QT_TRANSLATE_NOOP(
"quiaccessibilityelement"
,
"checked"
);
13
const
char
AE_UNCHECKED
[] = QT_TRANSLATE_NOOP(
"quiaccessibilityelement"
,
"unchecked"
);
14
15
QT_END_NAMESPACE
QPlatformGraphicsBufferHelper
\inmodule QtGui
AE_UNCHECKED
const char AE_UNCHECKED[]
Definition
uistrings.cpp:13
ACCESSIBILITY_ELEMENT
QT_BEGIN_NAMESPACE const char ACCESSIBILITY_ELEMENT[]
Definition
uistrings.cpp:11
AE_CHECKED
const char AE_CHECKED[]
Definition
uistrings.cpp:12
qtbase
src
plugins
platforms
ios
uistrings.cpp
Generated on
for Qt by
1.14.0