45 #include <QtCore/qobject.h> 46 #include <QtCore/qbytearray.h> 54 #ifndef QT_NO_TRANSLATION 70 virtual QString translate(
const char *context,
const char *sourceText,
71 const char *disambiguation = 0)
const;
72 QString translate(
const char *context,
const char *sourceText,
const char *disambiguation,
89 QT3_SUPPORT
QString find(
const char *context,
const char *sourceText,
const char * comment = 0)
const 90 {
return translate(context, sourceText, comment); }
98 #endif // QT_NO_TRANSLATION 104 #endif // QTRANSLATOR_H #define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
static bool isEmpty(const char *str)
static const char * data(const QByteArray &arr)
The QTranslator class provides internationalization support for text output.
#define Q_DECLARE_PRIVATE(Class)