Uses of Enum
io.qt.core.QLocale.Country
Packages that use QLocale.Country
-
Uses of QLocale.Country in io.qt.core
Methods in io.qt.core that return QLocale.CountryModifier 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.Methods in io.qt.core that return types with arguments of type QLocale.CountryModifier and TypeMethodDescriptionstatic QList<QLocale.Country>
QLocale.countriesForLanguage
(QLocale.Language lang) Methods in io.qt.core with parameters of type QLocale.CountryModifier 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
(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.CountryModifierConstructorDescriptionQLocale
(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)