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// Qt-Security score:significant reason:default
4
5#include "uistrings_p.h"
6
7// Translatable messages should go into this .cpp file for them to
8// be picked up by lupdate.
9
11
12const char ACCESSIBILITY_ELEMENT[] = "quiaccessibilityelement";
13const char AE_CHECKED[] = QT_TRANSLATE_NOOP("quiaccessibilityelement", "checked");
14const char AE_UNCHECKED[] = QT_TRANSLATE_NOOP("quiaccessibilityelement", "unchecked");
15
16QT_END_NAMESPACE
Combined button and popup list for selecting options.
const char AE_UNCHECKED[]
Definition uistrings.cpp:14
QT_BEGIN_NAMESPACE const char ACCESSIBILITY_ELEMENT[]
Definition uistrings.cpp:12
const char AE_CHECKED[]
Definition uistrings.cpp:13