Uses of Enum
io.qt.core.QLocale.Country
-
Uses of QLocale.Country in io.qt.core
Modifier and TypeMethodDescriptionfinal QLocale.Country
QLocale.country()
final QLocale.Country
QTimeZone.country()
static QLocale.Country
QLocale.Country.resolve
(int value) Returns the corresponding enum entry for the given value.static QLocale.Country
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.Modifier and TypeMethodDescriptionstatic QList
<QLocale.Country> QLocale.countriesForLanguage
(QLocale.Language lang) Modifier and TypeMethodDescriptionstatic QList
<QByteArray> QTimeZone.availableTimeZoneIds
(QLocale.Country country) static String
QLocale.countryToString
(QLocale.Country country) QLocale.matchingLocales
(QLocale.Language language, QLocale.Script script, QLocale.Country country) static QByteArray
QTimeZone.windowsIdToDefaultIanaId
(byte [] windowsId, QLocale.Country country) Overloaded function forQTimeZone.windowsIdToDefaultIanaId(io.qt.core.QByteArray, io.qt.core.QLocale.Country)
.static QByteArray
QTimeZone.windowsIdToDefaultIanaId
(QByteArray windowsId, QLocale.Country country) static QList
<QByteArray> QTimeZone.windowsIdToIanaIds
(byte [] windowsId, QLocale.Country country) Overloaded function forQTimeZone.windowsIdToIanaIds(io.qt.core.QByteArray, io.qt.core.QLocale.Country)
.static QList
<QByteArray> QTimeZone.windowsIdToIanaIds
(QByteArray windowsId, QLocale.Country country) ModifierConstructorDescriptionQLocale
(QLocale.Language language, QLocale.Country country) QLocale
(QLocale.Language language, QLocale.Script script, QLocale.Country country) QTimeZone
(byte [] zoneId, int offsetSeconds, String name, String abbreviation, QLocale.Country country) Overloaded constructor forQTimeZone(byte[], int, java.lang.String, java.lang.String, io.qt.core.QLocale.Country, java.lang.String)
withcomment = (String)null
.QTimeZone
(byte [] zoneId, int offsetSeconds, String name, String abbreviation, QLocale.Country country, String comment) 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 = (String)null
.QTimeZone
(QByteArray zoneId, int offsetSeconds, String name, String abbreviation, QLocale.Country country, String comment)