Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
10
11const char ACCESSIBILITY_ELEMENT[] = "quiaccessibilityelement";
12const char AE_CHECKED[] = QT_TRANSLATE_NOOP("quiaccessibilityelement", "checked");
13const char AE_UNCHECKED[] = QT_TRANSLATE_NOOP("quiaccessibilityelement", "unchecked");
14
Combined button and popup list for selecting options.
const char AE_UNCHECKED[]
Definition uistrings.cpp:13
QT_BEGIN_NAMESPACE const char ACCESSIBILITY_ELEMENT[]
Definition uistrings.cpp:11
const char AE_CHECKED[]
Definition uistrings.cpp:12
#define QT_TRANSLATE_NOOP(scope, x)