![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qtconfigmacros.h>
#include <QtCore/qtcoreexports.h>
Go to the source code of this file.
Macros | |
#define | QT_TR_NOOP(x) |
#define | QT_TR_NOOP_UTF8(x) |
#define | QT_TRANSLATE_NOOP(scope, x) |
#define | QT_TRANSLATE_NOOP_UTF8(scope, x) |
#define | QT_TRANSLATE_NOOP3(scope, x, comment) |
#define | QT_TRANSLATE_NOOP3_UTF8(scope, x, comment) |
#define | QT_TR_N_NOOP(x) |
#define | QT_TRANSLATE_N_NOOP(scope, x) |
#define | QT_TRANSLATE_N_NOOP3(scope, x, comment) |
#define | QT_TRID_NOOP(id) |
#define | QT_TRID_N_NOOP(id) |
Functions | |
Q_CORE_EXPORT QString | qtTrId (const char *id, int n=-1) |
Q_CORE_EXPORT QString | qTrId (const char *id, int n=-1) |
#define QT_TR_N_NOOP | ( | x | ) |
Definition at line 28 of file qttranslation.h.
#define QT_TR_NOOP | ( | x | ) |
Definition at line 19 of file qttranslation.h.
#define QT_TR_NOOP_UTF8 | ( | x | ) |
Definition at line 20 of file qttranslation.h.
#define QT_TRANSLATE_N_NOOP | ( | scope, | |
x ) |
Definition at line 29 of file qttranslation.h.
Definition at line 30 of file qttranslation.h.
#define QT_TRANSLATE_NOOP | ( | scope, | |
x ) |
Definition at line 21 of file qttranslation.h.
Definition at line 23 of file qttranslation.h.
Definition at line 24 of file qttranslation.h.
#define QT_TRANSLATE_NOOP_UTF8 | ( | scope, | |
x ) |
Definition at line 22 of file qttranslation.h.
#define QT_TRID_N_NOOP | ( | id | ) |
Definition at line 38 of file qttranslation.h.
#define QT_TRID_NOOP | ( | id | ) |
Definition at line 37 of file qttranslation.h.
Q_CORE_EXPORT QString qTrId | ( | const char * | id, |
int | n = -1 ) |
Definition at line 2347 of file qcoreapplication.cpp.
Q_CORE_EXPORT QString qtTrId | ( | const char * | id, |
int | n = -1 ) |
Definition at line 2342 of file qcoreapplication.cpp.