Analitza
localize.h
Go to the documentation of this file.
36 template <typename T, typename U> QString i18n(const char* a, const T& x1, const U& x2) { return QString(a).arg(x1).arg(x2); }
38 template <typename T> QString i18nc(const char*, const char* a, const T& x1) { return QString(a).arg(x1); }
39 template <typename T, typename U> QString i18nc(const char*, const char* a, const T& x1, const U& x2) { return QString(a).arg(x1).arg(x2); }
42 template <typename T> QString i18np(const char* singular, const char* plural, int x1, const T& x2)
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.