Uses of Class
io.qt.core.QLocale
Package | Description |
---|---|
io.qt.charts | |
io.qt.core | |
io.qt.datavis | |
io.qt.gui | |
io.qt.location | |
io.qt.texttospeech | |
io.qt.widgets |
-
Uses of QLocale in io.qt.charts
Methods in io.qt.charts that return QLocale Modifier and Type Method Description QLocale
QChart. locale()
Methods in io.qt.charts with parameters of type QLocale Modifier and Type Method Description void
QChart. setLocale(QLocale locale)
-
Uses of QLocale in io.qt.core
Methods in io.qt.core that return QLocale Modifier and Type Method Description static QLocale
QLocale. c()
See QLocale::c()QLocale
QLocale. clone()
QLocale
QLocale. collation()
QLocale
QCollator. locale()
QLocale
QResource. locale()
QLocale
QTextStream. locale()
static QLocale
QLocale. system()
static QLocale
QVariant. toLocale(Object obj)
Methods in io.qt.core that return types with arguments of type QLocale Modifier and Type Method Description static QList<QLocale>
QLocale. matchingLocales(QLocale.Language language, QLocale.Script script, QLocale.Country country)
Methods in io.qt.core with parameters of type QLocale Modifier and Type Method Description String
QCalendar. dateTimeToString(String format, QDateTime datetime, QDate dateOnly, QTime timeOnly, QLocale locale)
String
QTimeZone. displayName(QDateTime atDateTime, QTimeZone.NameType nameType, QLocale locale)
String
QTimeZone. displayName(QTimeZone.TimeType timeType, QTimeZone.NameType nameType, QLocale locale)
boolean
QTranslator. load(QLocale locale, String filename)
boolean
QTranslator. load(QLocale locale, String filename, String prefix)
boolean
QTranslator. load(QLocale locale, String filename, String prefix, String directory)
Overloaded function forQTranslator.load(io.qt.core.QLocale, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
withsuffix = ""
.boolean
QTranslator. load(QLocale locale, String filename, String prefix, String directory, String suffix)
String
QCalendar. monthName(QLocale locale, int month)
Overloaded function forQCalendar.monthName(io.qt.core.QLocale, int, int, io.qt.core.QLocale.FormatType)
String
QCalendar. monthName(QLocale locale, int month, int year)
Overloaded function forQCalendar.monthName(io.qt.core.QLocale, int, int, io.qt.core.QLocale.FormatType)
withformat = io.qt.core.QLocale.FormatType.LongFormat
.String
QCalendar. monthName(QLocale locale, int month, int year, QLocale.FormatType format)
static void
QLocale. setDefault(QLocale locale)
void
QCollator. setLocale(QLocale locale)
void
QResource. setLocale(QLocale locale)
void
QTextStream. setLocale(QLocale locale)
String
QCalendar. standaloneMonthName(QLocale locale, int month)
Overloaded function forQCalendar.standaloneMonthName(io.qt.core.QLocale, int, int, io.qt.core.QLocale.FormatType)
String
QCalendar. standaloneMonthName(QLocale locale, int month, int year)
Overloaded function forQCalendar.standaloneMonthName(io.qt.core.QLocale, int, int, io.qt.core.QLocale.FormatType)
withformat = io.qt.core.QLocale.FormatType.LongFormat
.String
QCalendar. standaloneMonthName(QLocale locale, int month, int year, QLocale.FormatType format)
String
QCalendar. standaloneWeekDayName(QLocale locale, int day)
Overloaded function forQCalendar.standaloneWeekDayName(io.qt.core.QLocale, int, io.qt.core.QLocale.FormatType)
withformat = io.qt.core.QLocale.FormatType.LongFormat
.String
QCalendar. standaloneWeekDayName(QLocale locale, int day, QLocale.FormatType format)
void
QLocale. swap(QLocale other)
String
QCalendar. weekDayName(QLocale locale, int day)
Overloaded function forQCalendar.weekDayName(io.qt.core.QLocale, int, io.qt.core.QLocale.FormatType)
withformat = io.qt.core.QLocale.FormatType.LongFormat
.String
QCalendar. weekDayName(QLocale locale, int day, QLocale.FormatType format)
-
Uses of QLocale in io.qt.datavis
Fields in io.qt.datavis with type parameters of type QLocale Modifier and Type Field Description QObject.Signal1<QLocale>
QAbstract3DGraph. localeChanged
Methods in io.qt.datavis that return QLocale Modifier and Type Method Description QLocale
QAbstract3DGraph. locale()
protected QLocale
QValue3DAxisFormatter. locale()
-
Uses of QLocale in io.qt.gui
Methods in io.qt.gui that return QLocale Modifier and Type Method Description QLocale
QInputMethod. locale()
QLocale
QValidator. locale()
-
Uses of QLocale in io.qt.location
Methods in io.qt.location that return QLocale Modifier and Type Method Description QLocale
QGeoCodingManager. locale()
QLocale
QGeoCodingManagerEngine. locale()
QLocale
QGeoRoutingManager. locale()
QLocale
QGeoRoutingManagerEngine. locale()
Methods in io.qt.location that return types with arguments of type QLocale Modifier and Type Method Description QList<QLocale>
QPlaceManager. locales()
List<QLocale>
QPlaceManagerEngine. locales()
Methods in io.qt.location with parameters of type QLocale Modifier and Type Method Description void
QGeoCodingManager. setLocale(QLocale locale)
void
QGeoCodingManagerEngine. setLocale(QLocale locale)
void
QGeoRoutingManager. setLocale(QLocale locale)
void
QGeoRoutingManagerEngine. setLocale(QLocale locale)
void
QGeoServiceProvider. setLocale(QLocale locale)
void
QPlaceManager. setLocale(QLocale locale)
Method parameters in io.qt.location with type arguments of type QLocale Modifier and Type Method Description void
QPlaceManager. setLocales(Collection<QLocale> locale)
void
QPlaceManagerEngine. setLocales(Collection<QLocale> locales)
-
Uses of QLocale in io.qt.texttospeech
Fields in io.qt.texttospeech with type parameters of type QLocale Modifier and Type Field Description QObject.Signal1<QLocale>
QTextToSpeech. localeChanged
Methods in io.qt.texttospeech that return QLocale Modifier and Type Method Description QLocale
QTextToSpeech. locale()
abstract QLocale
QTextToSpeechEngine. locale()
Methods in io.qt.texttospeech that return types with arguments of type QLocale Modifier and Type Method Description QVector<QLocale>
QTextToSpeech. availableLocales()
abstract List<QLocale>
QTextToSpeechEngine. availableLocales()
-
Uses of QLocale in io.qt.widgets
Methods in io.qt.widgets that return QLocale Modifier and Type Method Description QLocale
QStyleOptionViewItem. locale()
QLocale
QWidget. locale()
Methods in io.qt.widgets with parameters of type QLocale Modifier and Type Method Description String
QStyledItemDelegate. displayText(Object value, QLocale locale)
void
QStyleOptionViewItem. setLocale(QLocale locale)
void
QWidget. setLocale(QLocale locale)