Uses of Class
io.qt.core.QLocale.Country
Package | Description |
---|---|
io.qt.core |
-
Uses of QLocale.Country in io.qt.core
Methods in io.qt.core that return QLocale.Country Modifier and Type Method Description QLocale.Country
QLocale. country()
QLocale.Country
QTimeZone. country()
static QLocale.Country
QLocale.Country. resolve(int value)
Returns the corresponding enum entry for the given value.static QLocale.Country
QLocale.Country. valueOf(String name)
Returns the enum constant of this type with the specified name.static QLocale.Country[]
QLocale.Country. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core that return types with arguments of type QLocale.Country Modifier and Type Method Description static QList<QLocale.Country>
QLocale. countriesForLanguage(QLocale.Language lang)
Methods in io.qt.core with parameters of type QLocale.Country Modifier and Type Method Description static QList<QByteArray>
QTimeZone. availableTimeZoneIds(QLocale.Country country)
static String
QLocale. countryToString(QLocale.Country country)
static QList<QLocale>
QLocale. matchingLocales(QLocale.Language language, QLocale.Script script, QLocale.Country country)
static QByteArray
QTimeZone. windowsIdToDefaultIanaId(QByteArray windowsId, QLocale.Country country)
static QList<QByteArray>
QTimeZone. windowsIdToIanaIds(QByteArray windowsId, QLocale.Country country)
Constructors in io.qt.core with parameters of type QLocale.Country Constructor Description QLocale(QLocale.Language language, QLocale.Country country)
QLocale(QLocale.Language language, QLocale.Script script, QLocale.Country country)
QTimeZone(QByteArray zoneId, int offsetSeconds, String name, String abbreviation, QLocale.Country country)
Overloaded constructor forQTimeZone(io.qt.core.QByteArray, int, java.lang.String, java.lang.String, io.qt.core.QLocale.Country, java.lang.String)
withcomment = ""
.QTimeZone(QByteArray zoneId, int offsetSeconds, String name, String abbreviation, QLocale.Country country, String comment)