![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qvariant.h>
#include <QtCore/qstring.h>
#include <QtCore/qobjectdefs.h>
#include <QtCore/qshareddata.h>
Go to the source code of this file.
Classes | |
class | QLocale |
Functions | |
Q_CORE_EXPORT size_t | qHash (const QLocale &key, size_t seed=0) noexcept |
Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &, const QLocale &) |
Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QLocale &) |
Q_CORE_EXPORT QDebug | operator<< (QDebug, const QLocale &) |
Q_CORE_EXPORT QDataStream & operator<< | ( | QDataStream & | ds, |
const QLocale & | l | ||
) |
Definition at line 839 of file qlocale.cpp.
References QLocale::name().
Definition at line 4758 of file qlocale.cpp.
References QLocale::language(), QLocale::languageToString(), QLocale::script(), QLocale::scriptToString(), QLocale::territory(), and QLocale::territoryToString().
Q_CORE_EXPORT QDataStream & operator>> | ( | QDataStream & | ds, |
QLocale & | l | ||
) |
Definition at line 845 of file qlocale.cpp.
|
related |