KI18n
main.cpp
51// load global Qt translation, needed in KDE e.g. by lots of builtin dialogs (QColorDialog, QFontDialog) that we use
78 if (const auto languages = qEnvironmentVariable("LANGUAGE").split(':'_L1, Qt::SkipEmptyParts); !languages.isEmpty()) {
QAction * load(const QObject *recvr, const char *slot, QObject *parent)
bool installTranslator(QTranslator *translationFile)
QCoreApplication * instance()
bool exists() const const
TranslationsPath
QString path(LibraryPath p)
iterator insert(const_iterator before, parameter_type value)
bool isEmpty() const const
void replace(qsizetype i, parameter_type value)
qsizetype size() const const
QLocale system()
QStringList uiLanguages() const const
bool invokeMethod(QObject *context, Functor &&function, FunctorReturnType *ret)
qsizetype indexOf(const QRegularExpression &re, qsizetype from) const const
qsizetype removeDuplicates()
SkipEmptyParts
QThread * currentThread()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Dec 21 2024 17:05:34 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Dec 21 2024 17:05:34 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.