![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qtconfigmacros.h>
#include <QtCore/qtcoreexports.h>
Go to the source code of this file.
Macros | |
#define | QT_TR_NOOP(x) x |
#define | QT_TR_NOOP_UTF8(x) x |
#define | QT_TRANSLATE_NOOP(scope, x) x |
#define | QT_TRANSLATE_NOOP_UTF8(scope, x) x |
#define | QT_TRANSLATE_NOOP3(scope, x, comment) {x, comment} |
#define | QT_TRANSLATE_NOOP3_UTF8(scope, x, comment) {x, comment} |
#define | QT_TR_N_NOOP(x) x |
#define | QT_TRANSLATE_N_NOOP(scope, x) x |
#define | QT_TRANSLATE_N_NOOP3(scope, x, comment) {x, comment} |
#define | QT_TRID_NOOP(id) id |
#define | QT_TRID_N_NOOP(id) id |
Functions | |
Q_CORE_EXPORT QString | qtTrId (const char *id, int n=-1) |
Definition at line 28 of file qttranslation.h.
Definition at line 19 of file qttranslation.h.
Definition at line 20 of file qttranslation.h.
Definition at line 29 of file qttranslation.h.
Definition at line 30 of file qttranslation.h.
Definition at line 21 of file qttranslation.h.
Definition at line 23 of file qttranslation.h.
Definition at line 24 of file qttranslation.h.
Definition at line 22 of file qttranslation.h.
Definition at line 38 of file qttranslation.h.
Definition at line 37 of file qttranslation.h.
Q_CORE_EXPORT QString qtTrId | ( | const char * | id, |
int | n = -1 |
||
) |
Definition at line 2345 of file qcoreapplication.cpp.
References QCoreApplication::translate().
Referenced by QQmlTranslation::QsTrIdData::translate(), and QV4::ExecutableCompilationUnit::translateFrom().